- 06 Sep, 2016 13 commits
-
-
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
-
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 4 commits
-
-
Elena Stepanova authored
The rdiff file needed to be adjusted after changes made in scope of MDEV-9864
-
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
-
- 02 Sep, 2016 2 commits
-
-
Igor Babaev authored
Do not push conditions into recursive with tables.
-
Igor Babaev authored
Adjusted one result file.
-
- 01 Sep, 2016 5 commits
-
-
Igor Babaev authored
-
Monty authored
parallel replication
-
Monty authored
to know what goes wrong. rpl_parallel_conflicts now contains the tests that can cause row conflicts in replication.
-
Sergei Petrunia authored
-
Sergey Vojtovich authored
-
- 31 Aug, 2016 13 commits
-
-
Igor Babaev authored
into branch 10.2-mdev9197.
-
Igor Babaev authored
-
Igor Babaev authored
-
Sergei Petrunia authored
-
Igor Babaev authored
-
Sergei Petrunia authored
Recent commits has added new variables and changed the default for server-id, which caused the patch in rdiff to no longer apply.
-
Oleksandr Byelkin authored
-
Oleksandr Byelkin authored
Postreview fixes. New MySQL tests fixes.
-
Oleksandr Byelkin authored
Transaction tracker
-
Oleksandr Byelkin authored
System variables tracking
-
Oleksandr Byelkin authored
initial commit to test
-
Sergey Vojtovich authored
-
Sergey Vojtovich authored
Markdown README for a prettier github representation
-