1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

remove Aria-only handler flag

This commit is contained in:
Sergei Golubchik
2015-03-26 17:00:49 +01:00
parent 39865322c6
commit f379c9a820
4 changed files with 2 additions and 9 deletions

View File

@ -16987,7 +16987,6 @@ bool create_internal_tmp_table(TABLE *table, KEY *keyinfo,
{
/* encryption is only supported for BLOCK_RECORD */
file_type= BLOCK_RECORD;
create_flags|= HA_CREATE_ENCRYPTED;
if (table->used_for_duplicate_elimination)
{
/*