• Thirunarayanan Balathandayuthapani's avatar
    MDEV-16980 Wrongly set tablename len while opening the · e9d9ca8c
    Thirunarayanan Balathandayuthapani authored
    			table for purge thread
    
    Problem:
    =======
    	Purge tries to fetch mdl lock for the whole table even though it tries
    to open one of the partition. But table name length was wrongly set to indicate
    the partition name too.
    
    Solution:
    ========
    - Table name length should identify the table name only not the partition name.
    e9d9ca8c
table.h 89.8 KB