1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Comment added.

This commit is contained in:
Oleksandr Byelkin
2017-01-29 18:52:32 +01:00
parent f7740b6604
commit a4652c3b1a

View File

@@ -18008,6 +18008,10 @@ bool instantiate_tmp_table(TABLE *table, KEY *keyinfo,
{
if (table->s->db_type() == TMP_ENGINE_HTON)
{
/*
If it is not heap (in-memory) table then convert index to unique
constrain.
*/
if (create_internal_tmp_table(table, keyinfo, start_recinfo, recinfo,
options))
return TRUE;