File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1453,12 +1453,11 @@ bool wsrep_check_mode_after_open_table (THD *thd,
1453
1453
Following code will kick-start the TOI but this has to be done
1454
1454
only once per statement.
1455
1455
1456
- Note: kick-start will take- care of creating isolation key for
1456
+ Note: kick-start will take care of creating isolation key for
1457
1457
all tables involved in the list (provided all of them are MYISAM
1458
1458
or Aria tables).
1459
1459
*/
1460
- if ((tbl && tbl->s ->table_category != TABLE_CATEGORY_STATISTICS) ||
1461
- (!tbl && !is_stat_table (tables->db , tables->alias )))
1460
+ if (tbl->s ->table_category != TABLE_CATEGORY_STATISTICS)
1462
1461
{
1463
1462
if (tbl->s ->primary_key == MAX_KEY &&
1464
1463
wsrep_check_mode (WSREP_MODE_REQUIRED_PRIMARY_KEY))
You can’t perform that action at this time.
0 commit comments