1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for bug#15307 GROUP_CONCAT() with ORDER BY returns empty set on information_schema(2nd ver)

Fill schema tables with data before filesort if it's necessary
This commit is contained in:
gluh@eagle.intranet.mysql.r18.ru
2006-01-24 16:48:19 +04:00
parent f2fa83fae0
commit b4f7c9bbd5
6 changed files with 37 additions and 1 deletions

View File

@ -2111,6 +2111,8 @@ void reinit_stmt_before_use(THD *thd, LEX *lex)
were closed in the end of previous prepare or execute call.
*/
tables->table= 0;
/* Reset is_schema_table_processed value(needed for I_S tables */
tables->is_schema_table_processed= FALSE;
if (tables->prep_on_expr)
{