Skip to content

Commit 6326f0e

Browse files
sjaakolaJan Lindström
authored andcommitted
MW-322 CTAS fix
Pushed fix for a typo Signed-off-by: Jan Lindström <jan.lindstrom@mariadb.com>
1 parent 20ab166 commit 6326f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_insert.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4313,7 +4313,7 @@ bool select_create::send_eof()
43134313
*/
43144314
if (!table->s->tmp_table)
43154315
{
4316-
#ifdef WITH_WSREP
4316+
#ifdef WITH_WSREP
43174317
/*
43184318
append table level exclusive key for CTAS
43194319
*/

0 commit comments

Comments
 (0)