1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

store/restore sql_mode which was in force during ctrigger creation (BUG#5891)

other sql_mode fixes
This commit is contained in:
bell@sanja.is.com.ua
2005-07-28 22:39:11 +03:00
parent c1c504abf4
commit b220fc47ef
14 changed files with 345 additions and 77 deletions

View File

@ -361,6 +361,8 @@ public:
}
void set_default(THD *thd, enum_var_type type);
byte *value_ptr(THD *thd, enum_var_type type, LEX_STRING *base);
static byte *symbolic_mode_representation(THD *thd, ulong sql_mode,
ulong *length);
};