- 09 Sep, 2016 4 commits
-
-
Oleksandr Byelkin authored
MDEV-10765: Wrong result - query does not retrieve values from default partition on a table partitioned by list columns Partial matches should be treat as not exact one.
-
Oleksandr Byelkin authored
-
Kristian Nielsen authored
Conflicts: sql/mysqld.cc sql/slave.cc
-
Sergei Golubchik authored
-
- 08 Sep, 2016 3 commits
-
-
Oleksandr Byelkin authored
-
Kristian Nielsen authored
When a deadlock kill is detected inside the storage engine, the kill is not done immediately, to avoid calling back into the storage engine kill_query method with various lock subsystem mutexes held. Instead the kill is queued and done later by a slave background thread. This patch in preparation for fixing TokuDB optimistic parallel replication, as well as for removing locking hacks in InnoDB/XtraDB in 10.2. Signed-off-by: Kristian Nielsen <knielsen at knielsen-hq.org>
-
Igor Babaev authored
-
- 07 Sep, 2016 9 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
-
Oleksandr Byelkin authored
DEFAULT partition support added to LIST and LIST COLUMN partitioning. Partitions Prunning added for DEFAULT partititon.
-
Sergei Petrunia authored
Make the new (CTE-related) code in set_explain_type to take into account that some JOIN_TABs are non-merged semi-joins, and do not have a TABLE object.
-
Alexander Barkov authored
MDEV-10758 engines/funcs.db_alter_collate_ascii and engines/funcs.db_alter_collate_utf8 fail with wrong results
-
Sergei Petrunia authored
Add a testcase
-
Sergei Petrunia authored
Add the testcase
-
Sergei Petrunia authored
-
Alexander Barkov authored
This is the final patch removing some old remainders that are not needed anymore. (Other clean-ups were done in earlier commits)
-
- 06 Sep, 2016 15 commits
-
-
Daniel Black authored
-
Igor Babaev authored
-
Igor Babaev authored
does not work in non-debug modes.
-
Igor Babaev authored
-
Igor Babaev authored
-
Igor Babaev authored
The bug manifested itself for recursive definitions that used anchors over tables with blobs.
-
Igor Babaev authored
-
Sergei Golubchik authored
without preceding sys_vars.wsrep_provider_basic
-
Alexey Botchkov authored
mysql_prepare_create_table fixed so it doesn't let duplicating constraint names. Syntax for CONSTRAINT IF NOT EXISTS added and handled in mysql_alter_table.
-
Alexander Barkov authored
-
Alexander Barkov authored
Based on the patch from Daniil Medvedev (a Google Summer of Code task)
-
Alexander Barkov authored
-
Igor Babaev authored
This bug in st_select_lex_node::move_node could result in invalid select lists in recursive units that could cause falling into infinite loops when iterating over selects in such units.
-
Igor Babaev authored
-
Igor Babaev authored
take into account that the list of equal items in an Item_equal object may contain items with type() == REF_ITEM.
-
- 05 Sep, 2016 6 commits
-
-
Sergei Golubchik authored
-
Elena Stepanova authored
The rdiff file needed to be adjusted after changes made in scope of MDEV-9864
-
Sergei Golubchik authored
-
Alexander Barkov authored
-
Igor Babaev authored
-
Igor Babaev authored
for materialized views and derived tables: there were no push-down if the view was defined as union of selects without aggregation. Added test cases with such unions. Adjusted result files after the merge of the code for mdev-9197.
-
- 04 Sep, 2016 1 commit
-
-
Oleksandr Byelkin authored
Ability to print lock type added. Restoring correct lock type for CREATE VIEW added.
-
- 03 Sep, 2016 2 commits
-
-
Alexander Barkov authored
Modifying innodb_ctype_ldml.test related files to take into account the previous commit changes.
-
Alexander Barkov authored
- Moving detection of the MY_CS_CSSORT, MY_CS_PUREASCII, MY_CS_NONASCII flags of loadable collations from add_collation() in mysys.c to my_cset_init_8bit() and my_coll_init_simple() in ctype-simple.c. - Adding tests that these flags are set properly for loadable collations - Moving LDML test related *.xml files from mysql-test/std_data/ to mysql-test/std_data/ldml/, as there will be more *.xml test files
-