1797 Commits (3c78d1b640f545025235bf52a0bde987817c3685)

Author SHA1 Message Date
Aleksey Midenkov 3c78d1b640 Fix Mroonga compilation 6 years ago
Aleksey Midenkov c9cba59749 MDEV-17333 Assertion in update_auto_increment() upon exotic LOAD 7 years ago
Nikita Malyavin f6a7730c45 MDEV-16490: It's possible to make a system versioned table without any versioning field 8 years ago
Marko Mäkelä b07beff894 MDEV-15326: InnoDB: Failing assertion: !other_lock 6 years ago
Vladislav Vaintroub 2d89a70fac Fix plugin linking on Windows 7 years ago
Eugene Kosov 73de06c48f make method const 7 years ago
Eugene Kosov 3d649c6e37 MDEV-15408 Confusing error message upon ER_VERS_FIELD_WRONG_TYPE while omitting UNSIGNED in BIGINT 7 years ago
Sujatha 43bbf88dcb MDEV-19158: MariaDB 10.2.22 is writing duplicate entries into binary log 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Sergei Golubchik ffb83ba650 cleanup: move checksum code to handler class 7 years ago
Marko Mäkelä 1cd31bc132 Bug#28573894 ALTER PARTITIONED TABLE ADD AUTO_INCREMENT DIFF RESULT DEPENDING ON ALGORITHM 7 years ago
Nikita Malyavin e6230e844c MDEV-15951 system versioning by trx id doesn't work with partitioning 7 years ago
Eugene Kosov 2327d4e430 remove unused method 8 years ago
Sergei Golubchik 3d2d060b62 fix gcc 8 compiler warnings 7 years ago
Thirunarayanan Balathandayuthapani b8aef87221 MDEV-16849 Extending indexed VARCHAR column should be instantaneous 7 years ago
Anel Husakovic 802e8d6b89 Backport INFORMATION_SCHEMA.CHECK_CONSTRAINTS 7 years ago
Nikita Malyavin 6a73569f12 MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' fails upon attempt to update virtual column on partitioned versioned table 8 years ago
Varun Gupta 7e606a2d5c MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) field 7 years ago
Monty d30124e844 MDEV-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1 7 years ago
Monty 6a6cc8a653 Remove not used table_flag HA_NO_VARCHAR 7 years ago
Alexander Barkov 3e47b41a16 MDEV-17542 10.3: gcc-8.0 produces lots of -Wclass-memaccess warnings in Table_scope_and_contents_source_st 7 years ago
Nikita Malyavin c16a54c02e MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' fails upon attempt to update virtual column on partitioned versioned table 8 years ago
Anel Husakovic d526679efd MDEV-14474 information_schema.check_constraints 8 years ago
Marko Mäkelä 769f6d2db7 Fix -Wclass-memaccess in WSREP,InnoDB,XtraDB 7 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