mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -269,7 +269,7 @@ public:
|
||||
virtual int rnd_end() { return 0; }
|
||||
virtual int rnd_next(byte *buf)=0;
|
||||
virtual int rnd_pos(byte * buf, byte *pos)=0;
|
||||
virtual int rnd_first(byte *buf);
|
||||
virtual int read_first_row(byte *buf, uint primary_key);
|
||||
virtual int restart_rnd_next(byte *buf, byte *pos);
|
||||
virtual ha_rows records_in_range(int inx,
|
||||
const byte *start_key,uint start_key_len,
|
||||
|
Reference in New Issue
Block a user