1
0
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:
Sergei Golubchik
2018-03-30 18:54:52 +02:00
parent 08a901cc0b
commit dba43f4bec
2 changed files with 6 additions and 6 deletions

View File

@ -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);