diff --git a/storage/innobase/row/row0mysql.c b/storage/innobase/row/row0mysql.c index c733bf5c8f2..86d9ecf9c54 100644 --- a/storage/innobase/row/row0mysql.c +++ b/storage/innobase/row/row0mysql.c @@ -3484,7 +3484,7 @@ row_is_mysql_tmp_table_name( const char* name) /* in: table name in the form 'database/tablename' */ { - //return(strstr(name, "/#sql") != NULL); + /* return(strstr(name, "/#sql") != NULL); */ return(strstr(name, "/@0023sql") != NULL); }