mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Remove no longer needed routine for autocalculating row limit: GetCalculatedLimit. The Export SQL dialog now uses a constant number of 5000 rows fetched per step. Also removes the option in the preferences screen for limiting the data amount, which was misleading the user before and only used to limit the export stuff.
This commit is contained in:
@ -58,8 +58,6 @@ const
|
||||
DEFAULT_DATALIMITEND = 5000;
|
||||
// how much memory we're aiming to use for the
|
||||
// data grid and it's automatic limit function
|
||||
REGNAME_LOADSIZE = 'DataLoadSize';
|
||||
DEFAULT_LOADSIZE = 5*1024*1024;
|
||||
REGNAME_LOGSQLNUM = 'logsqlnum';
|
||||
DEFAULT_LOGSQLNUM = 300;
|
||||
REGNAME_LOGSQLWIDTH = 'logsqlwidth';
|
||||
|
Reference in New Issue
Block a user