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:
@ -267,7 +267,7 @@ void find_date(string pos,uint *vek,uint flag)
|
||||
bzero((char*) vek,sizeof(int)*4);
|
||||
while (*pos && !isdigit(*pos))
|
||||
pos++;
|
||||
length=strlen(pos);
|
||||
length=(uint) strlen(pos);
|
||||
for (uint i=0 ; i< 3; i++)
|
||||
{
|
||||
start=pos; value=0;
|
||||
|
Reference in New Issue
Block a user