mariadb/storage/tokudb
Kristian Nielsen b4fde50b1f MDEV-5798: Wrong errorcode for missing partition after TRUNCATE PARTITION
The partitioning error handling code was looking at
thd->lex->alter_info.partition_flags in non-alter-table cases, in which cases
the value is stale and contains whatever was set by any earlier ALTER TABLE.
This could cause the wrong error code to be generated, which then in some cases
can cause replication to break with "different errorcode" error.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2024-12-05 08:17:35 +01:00
..
doc
man Merge branch '10.4' into 10.5 2020-02-12 08:55:17 +01:00
mysql-test MDEV-5798: Wrong errorcode for missing partition after TRUNCATE PARTITION 2024-12-05 08:17:35 +01:00
PerconaFT MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
tests
tools
.clang-format
CMakeLists.txt MDEV-33876 CMake, zlib - use names compatible with official FindZLIB.cmake 2024-05-03 21:48:47 +02:00
ha_tokudb.cc Merge branch '10.4' into 10.5 2021-07-31 23:19:51 +02:00
ha_tokudb.h MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
ha_tokudb_admin.cc MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
ha_tokudb_alter_55.cc
ha_tokudb_alter_56.cc MDEV-22100 TokuDB compilation error 2020-10-24 11:15:51 +02:00
ha_tokudb_alter_common.cc
ha_tokudb_mrr_maria.cc
ha_tokudb_mrr_mysql.cc
ha_tokudb_update.cc
hatoku_cmp.cc MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
hatoku_cmp.h
hatoku_defines.h
hatoku_hton.cc Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00
hatoku_hton.h
tokudb.cnf.in
tokudb.conf.in
tokudb_background.cc
tokudb_background.h
tokudb_buffer.h
tokudb_card.h
tokudb_debug.h
tokudb_dir_cmd.cc Split tdc_remove_table() 2020-04-03 13:01:21 +04:00
tokudb_dir_cmd.h
tokudb_information_schema.cc
tokudb_information_schema.h
tokudb_math.h
tokudb_memory.h MDEV-22100 TokuDB compilation error 2020-10-24 11:15:51 +02:00
tokudb_status.h 5.6.46-86.2 2020-01-19 14:08:35 +01:00
tokudb_sysvars.cc
tokudb_sysvars.h
tokudb_thread.cc
tokudb_thread.h
tokudb_time.h
tokudb_txn.h
tokudb_update_fun.cc
tokudb_vlq.h