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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user