mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Final fixes for INSERT into MERGE tables.
Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
This commit is contained in:
@@ -855,7 +855,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
DBUG_PRINT("info",("query ready"));
|
||||
break;
|
||||
}
|
||||
case COM_FIELD_LIST: // This isn't actually neaded
|
||||
case COM_FIELD_LIST: // This isn't actually needed
|
||||
#ifdef DONT_ALLOW_SHOW_COMMANDS
|
||||
send_error(&thd->net,ER_NOT_ALLOWED_COMMAND); /* purecov: inspected */
|
||||
break;
|
||||
@@ -2390,7 +2390,7 @@ bool my_yyoverflow(short **yyss, YYSTYPE **yyvs, int *yystacksize)
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
Initialize global thd variables neaded for query
|
||||
Initialize global thd variables needed for query
|
||||
****************************************************************************/
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user