mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Increase max package length to 512M for mysql and mysqldump.
Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables.
This commit is contained in:
@ -1928,7 +1928,7 @@ static void dbug_flush(CODE_STATE *state)
|
||||
{
|
||||
if (!(freopen(stack->name,"a",_db_fp_)))
|
||||
{
|
||||
(void) fprintf(stderr, ERR_OPEN, _db_process_);
|
||||
(void) fprintf(stderr, ERR_OPEN, _db_process_, stack->name);
|
||||
fflush(stderr);
|
||||
_db_fp_ = stdout;
|
||||
stack -> out_file = _db_fp_;
|
||||
|
Reference in New Issue
Block a user