mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
Merge code from MySQL:
ChangeSet@1.2181.173.1 2006-08-02 17:57:06+02:00 ingo@local Bug#18775 - Temporary table from alter table visible to other threads Continued implementation of WL#1324 (table name to filename encoding) Changed back the encoded temp file prefix to #sql.
This commit is contained in:
parent
23573074d6
commit
2d45f76523
1 changed files with 2 additions and 2 deletions
|
@ -3334,8 +3334,8 @@ 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, "/@0023sql") != NULL);
|
||||
return(strstr(name, "/#sql") != NULL);
|
||||
/* return(strstr(name, "/@0023sql") != NULL); */
|
||||
}
|
||||
|
||||
/********************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue