We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3cdfd commit 50c0423Copy full SHA for 50c0423
sql/sql_bootstrap.h
@@ -23,12 +23,12 @@
23
The longest query in use depends on the documentation content,
24
see the file fill_help_tables.sql
25
*/
26
-#define MAX_BOOTSTRAP_QUERY_SIZE 20000
+#define MAX_BOOTSTRAP_QUERY_SIZE 25000
27
/**
28
The maximum size of a bootstrap query, expressed in a single line.
29
Do not increase this size, use the multiline syntax instead.
30
31
-#define MAX_BOOTSTRAP_LINE_SIZE 25000
+#define MAX_BOOTSTRAP_LINE_SIZE 20000
32
#define MAX_BOOTSTRAP_ERROR_LEN 256
33
34
#define READ_BOOTSTRAP_SUCCESS 0
0 commit comments