diff options
author | serg@serg.mysql.com <> | 2003-03-05 18:43:56 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2003-03-05 18:43:56 +0100 |
commit | 6897b00216316b26bc2559c7b915db53c0461007 (patch) | |
tree | f4a6d09bb6d874e873581e6bfb712a7921f00c3c /sql/unireg.h | |
parent | 0309191c37ecfc7f7b4436295b77d06d562b6c25 (diff) | |
download | mariadb-git-6897b00216316b26bc2559c7b915db53c0461007.tar.gz |
--new option and local variable to optionally turn on
"very new functions" - for now 4.1-compatible TIMESTAMT format
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index eec89fcee0f..7e98d0d3cbe 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -82,7 +82,7 @@ #define SPECIAL_USE_LOCKS 1 /* Lock used databases */ #define SPECIAL_NO_NEW_FUNC 2 /* Skip new functions */ -#define SPECIAL_NEW_FUNC 4 /* New nonstandard functions */ +#define SPECIAL_SKIP_SHOW_DB 4 /* Don't allow 'show db' */ #define SPECIAL_WAIT_IF_LOCKED 8 /* Wait if locked database */ #define SPECIAL_SAME_DB_NAME 16 /* form name = file name */ #define SPECIAL_ENGLISH 32 /* English error messages */ @@ -92,7 +92,6 @@ #define SPECIAL_NO_HOST_CACHE 512 /* Don't cache hosts */ #define SPECIAL_LONG_LOG_FORMAT 1024 #define SPECIAL_SAFE_MODE 2048 -#define SPECIAL_SKIP_SHOW_DB 4096 /* Don't allow 'show db' */ /* Extern defines */ #define store_record(A,B) bmove_allign((A)->record[B],(A)->record[0],(size_t) (A)->reclength) |