summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
diff options
context:
space:
mode:
authorunknown <pem@mysql.telia.com>2003-08-27 17:04:33 +0200
committerunknown <pem@mysql.telia.com>2003-08-27 17:04:33 +0200
commite68197450d5f42f1b07138248fff46455190ebce (patch)
treef394cf2b9fbd1733c58ee45f619c500c55e1e39c /sql/sql_yacc.yy
parent55e776d14565ea6ee9841612069c24f6b8a3023c (diff)
downloadmariadb-git-e68197450d5f42f1b07138248fff46455190ebce.tar.gz
Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r--sql/sql_yacc.yy2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index a8ee9f28fda..d1c6975bfa4 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -1203,7 +1203,7 @@ sp_proc_stmt:
if (lex->sql_command == SQLCOM_SELECT && !lex->result)
{
/* We maybe have one or more SELECT without INTO */
- lex->sphead->m_multi_query= TRUE;
+ lex->sphead->m_multi_results= TRUE;
}
/* Don't add an instruction for empty SET statements.
** (This happens if the SET only contained local variables,