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:
@ -38,7 +38,7 @@ public:
|
||||
virtual void set(const char *str,uint length)=0;
|
||||
virtual void set(longlong nr)=0;
|
||||
virtual enum_field_types field_type() const=0;
|
||||
void set(const char *str) { set(str,strlen(str)); }
|
||||
void set(const char *str) { set(str,(uint) strlen(str)); }
|
||||
void make_field(Send_field *tmp_field)
|
||||
{
|
||||
init_make_field(tmp_field,field_type());
|
||||
|
Reference in New Issue
Block a user