Commit 6326f0ea authored by sjaakola's avatar sjaakola Committed by Jan Lindström

MW-322 CTAS fix

Pushed fix for a typo
Signed-off-by: default avatarJan Lindström <jan.lindstrom@mariadb.com>
parent 20ab1665
...@@ -4313,7 +4313,7 @@ bool select_create::send_eof() ...@@ -4313,7 +4313,7 @@ bool select_create::send_eof()
*/ */
if (!table->s->tmp_table) if (!table->s->tmp_table)
{ {
#ifdef WITH_WSREP #ifdef WITH_WSREP
/* /*
append table level exclusive key for CTAS append table level exclusive key for CTAS
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment