diff options
author | monty@hundin.mysql.fi <> | 2002-02-13 22:01:43 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-13 22:01:43 +0200 |
commit | d0fc67f4ac2e85ce411cf27cc56b9d215095fc17 (patch) | |
tree | 0dad0f3d7f65ba47999d6957ce1df0862b0fc2ad /sql/unireg.h | |
parent | 3c18798a7fee6b00d5f16bd56cc74a42aa754fde (diff) | |
download | mariadb-git-d0fc67f4ac2e85ce411cf27cc56b9d215095fc17.tar.gz |
Use NAMES_SEP_CHAR also for enums (Fix for supportwizard)
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index 159832295fd..f8f5edd5156 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -70,11 +70,6 @@ #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 */ -#ifdef MSDOS -#define EXTRA_FIELD_CHAR (char) '\234' /* Interchangebly with '#' */ -#else -#define EXTRA_FIELD_CHAR '#' /* Interchangebly with '#' */ -#endif #define READ_RECORD_BUFFER (uint) (IO_SIZE*8) /* Pointer_buffer_size */ #define DISK_BUFFER_SIZE (uint) (IO_SIZE*16) /* Size of diskbuffer */ |