mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
SQL: removed VERS_HIDDEN_FLAG [closes #409]
This commit is contained in:
@@ -202,7 +202,6 @@ enum enum_indicator_type
|
||||
#define VERS_UPDATE_UNVERSIONED_FLAG (1 << 29) /* column that doesn't support
|
||||
system versioning when table
|
||||
itself supports it*/
|
||||
#define VERS_HIDDEN_FLAG (1 << 31) /* hide from SELECT * */
|
||||
|
||||
#define REFRESH_GRANT (1ULL << 0) /* Refresh grant tables */
|
||||
#define REFRESH_LOG (1ULL << 1) /* Start on new log file */
|
||||
|
Reference in New Issue
Block a user