Skip to content

Commit 50c0423

Browse files
committed
Commit b6bac877047d5308e9450ef3a9951e3c70d228ae didn't change the correct constant.
1 parent cb3cdfd commit 50c0423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/sql_bootstrap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
The longest query in use depends on the documentation content,
2424
see the file fill_help_tables.sql
2525
*/
26-
#define MAX_BOOTSTRAP_QUERY_SIZE 20000
26+
#define MAX_BOOTSTRAP_QUERY_SIZE 25000
2727
/**
2828
The maximum size of a bootstrap query, expressed in a single line.
2929
Do not increase this size, use the multiline syntax instead.
3030
*/
31-
#define MAX_BOOTSTRAP_LINE_SIZE 25000
31+
#define MAX_BOOTSTRAP_LINE_SIZE 20000
3232
#define MAX_BOOTSTRAP_ERROR_LEN 256
3333

3434
#define READ_BOOTSTRAP_SUCCESS 0

0 commit comments

Comments
 (0)