Automerge.

This commit is contained in:
Alexey Kopytov 2009-06-17 15:50:50 +04:00
commit 736fa25e58
3 changed files with 52 additions and 1 deletions

View file

@ -115,7 +115,7 @@ extern "C" {
#define PROMPT_CHAR '\\'
#define DEFAULT_DELIMITER ";"
#define MAX_BATCH_BUFFER_SIZE (1024L * 1024L)
#define MAX_BATCH_BUFFER_SIZE (1024L * 1024L * 1024L)
typedef struct st_status
{