mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
FLUSH TABLE table_list
Fixes for RENAME TABLE Portability fixes
This commit is contained in:
@@ -454,7 +454,7 @@ static char *add_load_option(char *ptr,const char *object,const char *statement)
|
||||
if (object)
|
||||
{
|
||||
ptr= strxmov(ptr," ",statement," '",NullS);
|
||||
ptr= field_escape(ptr,object,strlen(object));
|
||||
ptr= field_escape(ptr,object,(uint) strlen(object));
|
||||
*ptr++= '\'';
|
||||
}
|
||||
return ptr;
|
||||
|
Reference in New Issue
Block a user