mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
This commit is contained in:
parent
6edb8d5bc7
commit
57ccc47bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#include <NdbOut.hpp>
|
||||
#include "ConfigInfo.hpp"
|
||||
|
||||
const int MAX_LINE_LENGTH = 120; // Max length of line of text in config file
|
||||
const int MAX_LINE_LENGTH = 1024; // Max length of line of text in config file
|
||||
static void trim(char *);
|
||||
|
||||
static void require(bool v) { if(!v) abort();}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue