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 421b732 commit f28d8d8Copy full SHA for f28d8d8
sql/sql_bootstrap.h
@@ -1,4 +1,4 @@
1
-/* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
2
3
This program is free software; you can redistribute it and/or modify
4
it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
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 20000
+#define MAX_BOOTSTRAP_LINE_SIZE 25000
32
#define MAX_BOOTSTRAP_ERROR_LEN 256
33
34
#define READ_BOOTSTRAP_SUCCESS 0
0 commit comments