This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-18 04:53:01 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
44016ec0ca
mariadb
/
mysql-test
/
suite
/
versioning
/
engines.combinations
9 lines
122 B
Text
Raw
Normal View
History
Unescape
Escape
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'
2017-12-18 17:03:51 +01:00
[timestamp]
default-storage-engine=innodb
[trx_id]
SQL, IB: Copy history via CREATE .. SELECT [closes #157, #152]
2017-03-24 14:00:42 +01:00
default-storage-engine=innodb
[myisam]
default-storage-engine=myisam
Reference in a new issue
Copy permalink