1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug #17210 Create temp table call to ha_ndbcluster::create_handler_files caused core

- do not try to create ndb temp tables even if default storage is ndb
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-02-17 17:12:35 +01:00
parent b05dcd504c
commit 9495f8c56a
6 changed files with 79 additions and 21 deletions

View File

@ -604,6 +604,7 @@ struct show_table_alias_st {
#define HTON_HIDDEN (1 << 3) //Engine does not appear in lists
#define HTON_FLUSH_AFTER_RENAME (1 << 4)
#define HTON_NOT_USER_SELECTABLE (1 << 5)
#define HTON_TEMPORARY_NOT_SUPPORTED (1 << 6) //Having temporary tables not supported
typedef struct st_thd_trans
{