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

Portability fixes

Fixes while reviewing new pushed code
NULL as argument to encrypt/decrypt should return NULL without a warning
This commit is contained in:
monty@mishka.local
2005-06-27 20:31:00 +03:00
parent 6db013ef86
commit 7398252d02
9 changed files with 65 additions and 68 deletions

View File

@@ -255,7 +255,6 @@ int mysql_rm_table_part2(THD *thd, TABLE_LIST *tables, bool if_exists,
table->real_name);
else
error= 1;
}
else
{