1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix warnings

This commit is contained in:
petr@mysql.com
2005-09-20 03:14:07 +04:00
parent 654277084c
commit 6168d0d52c
4 changed files with 8 additions and 5 deletions

View File

@ -21,6 +21,8 @@
#include "buffer.h"
#include <m_string.h>
const uint Buffer::BUFFER_INITIAL_SIZE= 4096;
const uint Buffer::MAX_BUFFER_SIZE= 16777216;
/*
Puts the given string to the buffer.