mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fix warnings
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user