summaryrefslogtreecommitdiff
path: root/cmake/create_initial_db.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/create_initial_db.cmake')
-rw-r--r--cmake/create_initial_db.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/create_initial_db.cmake b/cmake/create_initial_db.cmake
index 9d061d86711..3c42bb24ead 100644
--- a/cmake/create_initial_db.cmake
+++ b/cmake/create_initial_db.cmake
@@ -52,7 +52,7 @@ SET(BOOTSTRAP_COMMAND
--datadir=.
--default-storage-engine=MyISAM
--max_allowed_packet=8M
- --net_buffer_length=16K
+ --net_buffer_length=32K
)
GET_FILENAME_COMPONENT(CWD . ABSOLUTE)