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

MW-322 CTAS fix

Pushed fix for a typo

Signed-off-by: Jan Lindström <jan.lindstrom@mariadb.com>
This commit is contained in:
sjaakola
2017-05-05 11:09:01 +03:00
committed by Jan Lindström
parent 20ab1665af
commit 6326f0eac6

View File

@ -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
*/ */