mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Automatic merge with 5.1
This commit is contained in:
@@ -8011,6 +8011,8 @@ bool parse_sql(THD *thd,
|
||||
Object_creation_ctx *creation_ctx)
|
||||
{
|
||||
bool mysql_parse_status;
|
||||
DBUG_ENTER("parse_sql");
|
||||
|
||||
DBUG_ASSERT(thd->m_parser_state == NULL);
|
||||
|
||||
/* Backup creation context. */
|
||||
@@ -8044,7 +8046,7 @@ bool parse_sql(THD *thd,
|
||||
|
||||
/* That's it. */
|
||||
|
||||
return mysql_parse_status || thd->is_fatal_error;
|
||||
DBUG_RETURN(mysql_parse_status || thd->is_fatal_error);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user