File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2867,7 +2867,7 @@ i_s_fts_deleted_generic_fill(
28672867DBUG_RETURN (0 );
28682868}
28692869
2870- RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name );
2870+ RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name . str );
28712871
28722872/* Prevent DROP of the internal tables for fulltext indexes.
28732873FIXME: acquire DDL-blocking MDL on the user table name! */
@@ -3277,7 +3277,7 @@ i_s_fts_index_cache_fill(
32773277DBUG_RETURN (0 );
32783278}
32793279
3280- RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name );
3280+ RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name . str );
32813281
32823282/* Prevent DROP of the internal tables for fulltext indexes.
32833283FIXME: acquire DDL-blocking MDL on the user table name! */
@@ -3724,7 +3724,7 @@ i_s_fts_index_table_fill(
37243724DBUG_RETURN (0 );
37253725}
37263726
3727- RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name );
3727+ RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name . str );
37283728
37293729/* Prevent DROP of the internal tables for fulltext indexes.
37303730FIXME: acquire DDL-blocking MDL on the user table name! */
@@ -3887,7 +3887,7 @@ i_s_fts_config_fill(
38873887DBUG_RETURN (0 );
38883888}
38893889
3890- RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name );
3890+ RETURN_IF_INNODB_NOT_STARTED (tables->schema_table_name . str );
38913891
38923892/* Prevent DROP of the internal tables for fulltext indexes.
38933893FIXME: acquire DDL-blocking MDL on the user table name! */
You can’t perform that action at this time.
0 commit comments