mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Timestamp-based versioning for InnoDB [closes #209]
* Removed integer_fields check * Reworked Vers_parse_info::check_sys_fields() * Misc renames * versioned as vers_sys_type_t * Removed versioned_by_sql(), versioned_by_engine() versioned() works as before; versioned(VERS_TIMESTAMP) is versioned_by_sql(); versioned(VERS_TRX_ID) is versioned_by_engine(). * create_tmp_table() fix * Foreign constraints for timestamp-based * Range auto-specifier fix * SQL: 1-row partition rotation fix [fixes #260] * Fix 'drop system versioning, algorithm=inplace'
This commit is contained in:
@@ -414,6 +414,10 @@ enum ha_base_keytype {
|
||||
when only HA_STATUS_VARIABLE but it won't be used.
|
||||
*/
|
||||
#define HA_STATUS_VARIABLE_EXTRA 128U
|
||||
/*
|
||||
Treat empty table as empty (ignore HA_STATUS_TIME hack).
|
||||
*/
|
||||
#define HA_STATUS_OPEN 256U
|
||||
|
||||
/*
|
||||
Errorcodes given by handler functions
|
||||
|
Reference in New Issue
Block a user