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:
@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user