1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

mysys: remove dead ME_xxx flags

This commit is contained in:
Sergei Golubchik
2018-05-29 23:00:51 +02:00
parent 9988a423d2
commit 37659ef43b
30 changed files with 52 additions and 61 deletions

View File

@@ -2659,7 +2659,7 @@ CHANGED_TABLE_LIST* THD::changed_table_dup(const char *key, size_t key_length)
key_length + 1);
if (!new_table)
{
my_error(EE_OUTOFMEMORY, MYF(ME_BELL+ME_FATALERROR),
my_error(EE_OUTOFMEMORY, MYF(ME_FATALERROR),
ALIGN_SIZE(sizeof(TABLE_LIST)) + key_length + 1);
set_killed(KILL_CONNECTION);
return 0;