1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

sql_parse.cc:

Fix for fix for bug #9728
  Error caused server hang on prepared insert ... select
This commit is contained in:
evgen@moonbone.local
2005-06-23 21:06:33 +04:00
parent a5e8bce119
commit be76efab84

View File

@@ -2882,7 +2882,6 @@ unsent_create_error:
}
else
res= -1;
first_local_table->next= tables;
lex->select_lex.table_list.first= (byte*) first_local_table;
break;
}