Skip to content

Commit

Permalink
MW-322 CTAS fix
Browse files Browse the repository at this point in the history
Pushed fix for a typo

Signed-off-by: Jan Lindström <jan.lindstrom@mariadb.com>
  • Loading branch information
sjaakola authored and Jan Lindström committed Jul 20, 2017
1 parent 20ab166 commit 6326f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_insert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4313,7 +4313,7 @@ bool select_create::send_eof()
*/
if (!table->s->tmp_table)
{
#ifdef WITH_WSREP
#ifdef WITH_WSREP
/*
append table level exclusive key for CTAS
*/
Expand Down

0 comments on commit 6326f0e

Please sign in to comment.