1758 Commits (1edd09c325525cba331521e3296a807478c3fc16)

Author SHA1 Message Date
Anel Husakovic 1edd09c325 MDEV-14474 information_schema.check_constraints 8 years ago
Jacob Mathew 813b739850 MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time zone. 7 years ago
Andrei Elkin 28e1f1453f MDEV-15242 Poor RBR update performance with partitioned tables 8 years ago
Marko Mäkelä 682e7b8ff4 MDEV-16334 Incorrect ALTER TABLE for changing column option 8 years ago
Sergei Golubchik b1a6d2826a cleanup: versioning style fixes 8 years ago
Thirunarayanan Balathandayuthapani 85cc6b70bd MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=INSTANT 8 years ago
Sergei Golubchik 9bd3af97df MDEV-15413 Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS SELECT ... 8 years ago
Aleksey Midenkov 689f83d0ce MDEV-14790 System versioning for system tables does not work as expected 8 years ago
Sergei Golubchik dba43f4bec fix comparison of row_start/row_end 8 years ago
Sergei Golubchik 35678c9572 dead code - related to vtmd 8 years ago
Monty ab1941266c Move alter partition flags to alter_info->partition_flags 8 years ago
Monty 2dbeebdb16 Changed static const in Alter_info and Alter_online_info to defines 8 years ago
Monty c3f37c070c Fixed alter online table for Aria tables 8 years ago
Sergei Golubchik 485325e7e3 don't allow TIMESTAMP(6) versioning and FK with CASCADE or SET NULL 8 years ago
Sergei Golubchik 7e2c686b3f remove partition-specific methods from the base handler class 8 years ago
Sergei Golubchik 9fa715b84d MDEV-14798 Add, drop system versioning semantic and syntax 8 years ago
Monty 54db0be3be Added Max_index_length and Temporary to SHOW TABLE STATUS 8 years ago
Monty a7e352b54d Changed database, tablename and alias to be LEX_CSTRING 8 years ago
Alexey Botchkov b4a2baffa8 MDEV-11084 Select statement with partition selection against MyISAM table opens all partitions. 8 years ago
Eugene Kosov f96b1a4e39 MDEV-14798 Add, drop system versioning semantic and syntax 8 years ago
Eugene Kosov 4bc268d406
MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in row_log_table_apply_convert_mrec 8 years ago
Aleksey Midenkov b55a149194
Timestamp-based versioning for InnoDB [closes #209] 8 years ago
Sergei Golubchik 03e91ce324 MDEV-14641 Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine 8 years ago
Alexey Botchkov 0acac4fe5f MDEV-14593 human-readable XA RECOVER. 8 years ago
Eugene Kosov 9b55cc73f1
SQL, IB: unversioned fields with ALTER TABLE [fixes #401] 8 years ago
Aleksey Midenkov 459f40a232
SQL: create..select revisited [closes #370] 8 years ago
Sergei Golubchik d3845132fc remove 'vers_auto_decrement' 8 years ago
Kentoku SHIBA e53ef202bd Adding direct update/delete to the server and to the partition engine. 8 years ago
Monty f26e14e2d8 Adding option to tell that cmp_ref handler call is expensive 8 years ago
Monty dc17ac1638 Adding support for auto_increment in the partition engine. 8 years ago
Monty 2f09b28e0f Adding Full Text Search support to partitions 8 years ago
Monty da26d16dd1 Add direct aggregates 8 years ago
Monty 8eeb689e9f Adding multi_range_read support to partitions 8 years ago
Monty d5268a610a MDEV-7700 Spiral patch 002_mariadb-10.0.15.spider.diff, part 2 9 years ago
Monty 7abe11499a MDEV 7701 extra() calls for VP engine 9 years ago
Monty c57e1bf5e6 Added spider patches for adding HANDLER support for the partition engine 9 years ago
Aleksey Midenkov 5c820a7125 SQL: create_like_table strip versioning for tmp tables [#365 bug 6] 8 years ago
Marko Mäkelä 0b89a42ffc Remove the flag vers_update_trt 8 years ago
Eugene Kosov 91ba4f04be SQL: prohibit column conversion to system fields for non-empty table [fixes #310] 8 years ago
Aleksey Midenkov 2b16681ee0 SQL, IB: single check of vers_update_trt [#305] 8 years ago
Aleksey Midenkov f9714ef6f4 SQL: open TRT only after versioned write [#305] 8 years ago
Aleksey Midenkov 33085349e9 IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] 8 years ago
Eugene Kosov 3f790104c9 Tests: full test results 8 years ago
Alexander Barkov 5d3ed9acdd (Part#2) MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1 8 years ago
Vladislav Vaintroub 7354dc6773 MDEV-13384 - misc Windows warnings fixed 8 years ago
Marko Mäkelä 96f06f952d MDEV-13847 Allow ALTER TABLE…ADD SPATIAL INDEX…ALGORITHM=INPLACE 8 years ago
Aleksey Midenkov 904b69cd9e SQL: partitioning misc fixes [closes #242] 8 years ago
Aleksey Midenkov a734c2f0fb Style: partitioning, sysvars, handler fixes 8 years ago
Eugene Kosov c2a70c8050 SQL, IB: option to drop historical rows on ALTER [closes #249] 8 years ago
Michael Widenius 458d5ed8aa Lots of small cleanups 9 years ago