diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2013-03-29 14:56:09 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2013-03-29 14:56:09 +0100 |
commit | fa01b76be7b22b457e2f53fbceaaa371b7790491 (patch) | |
tree | 77802b73b845d20f7b06e9386ca541f2922e2b65 /sql/sql_const.h | |
parent | e91e8c8c0b997f05d634fb7187731d0dd8082142 (diff) | |
download | mariadb-git-fa01b76be7b22b457e2f53fbceaaa371b7790491.tar.gz |
MDEV-4243 : remove several clang warnings.
Diffstat (limited to 'sql/sql_const.h')
-rw-r--r-- | sql/sql_const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_const.h b/sql/sql_const.h index de2704a8553..9d227601a20 100644 --- a/sql/sql_const.h +++ b/sql/sql_const.h @@ -92,7 +92,7 @@ #define FIELD_NR_MASK 16383 /* To get fieldnumber */ #define FERR -1 /* Error from my_functions */ #define CREATE_MODE 0 /* Default mode on new files */ -#define NAMES_SEP_CHAR '\377' /* Char to sep. names */ +#define NAMES_SEP_CHAR 255 /* Char to sep. names */ #define READ_RECORD_BUFFER (uint) (IO_SIZE*8) /* Pointer_buffer_size */ #define DISK_BUFFER_SIZE (uint) (IO_SIZE*16) /* Size of diskbuffer */ |