1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

SQL: hide implicitly added columns from SELECT *

This commit is contained in:
Kosov Eugene
2016-10-20 23:05:55 +03:00
committed by Aleksey Midenkov
parent 70168978fc
commit e094228631
9 changed files with 4211 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ enum enum_indicator_type
#define WITHOUT_SYSTEM_VERSIONING_FLAG (1 << 29) /* column that doesn't support
system versioning when table
itself supports it*/
#define 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 */