• Thirunarayanan Balathandayuthapani's avatar
    MDEV-16980 Wrongly set tablename len while opening the · 7d4beb72
    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.
    7d4beb72
gcol_partition_innodb.test 2.92 KB