mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
FLUSH TABLE table_list
Fixes for RENAME TABLE Portability fixes
This commit is contained in:
@ -364,7 +364,7 @@ Item *create_func_ucase(Item* a)
|
||||
|
||||
Item *create_func_version(void)
|
||||
{
|
||||
return new Item_string(NullS,server_version, strlen(server_version));
|
||||
return new Item_string(NullS,server_version, (uint) strlen(server_version));
|
||||
}
|
||||
|
||||
Item *create_func_weekday(Item* a)
|
||||
|
Reference in New Issue
Block a user