1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +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

@@ -2897,6 +2897,7 @@ unsent_create_error:
}
else
res= -1;
first_local_table->next= tables;
lex->select_lex.table_list.first= (byte*) first_local_table;
break;
}