mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix comparison of row_start/row_end
This commit is contained in:
@ -1960,8 +1960,8 @@ protected:
|
||||
bool native);
|
||||
|
||||
public:
|
||||
static const LString default_start;
|
||||
static const LString default_end;
|
||||
static const LString_i default_start;
|
||||
static const LString_i default_end;
|
||||
|
||||
bool fix_alter_info(THD *thd, Alter_info *alter_info,
|
||||
HA_CREATE_INFO *create_info, TABLE *table);
|
||||
|
Reference in New Issue
Block a user