- 07 Sep, 2016 3 commits
-
-
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 8 commits
-
-
Daniel Black authored
-
Igor Babaev authored
does not work in non-debug modes.
-
Igor Babaev authored
The bug manifested itself for recursive definitions that used anchors over tables with blobs.
-
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.
-
- 05 Sep, 2016 2 commits
-
-
Elena Stepanova authored
The rdiff file needed to be adjusted after changes made in scope of MDEV-9864
-
Alexander Barkov authored
-
- 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 1 commit
-
-
Oleksandr Byelkin authored
Fixed initialization and usage of THD reference in subselect engines.
-
- 01 Sep, 2016 4 commits
-
-
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 12 commits
-
-
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
-
- 30 Aug, 2016 5 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
-
Monty authored
-
Igor Babaev authored
-
Igor Babaev authored
Added comments. Added reaction for exceeding maximum number of elements in with clause. Added a test case to check this reaction. Added a test case where the specification of a recursive table uses two non-recursive with tables.
-
- 29 Aug, 2016 2 commits
-
-
Monty authored
- Sometimes privilege_table_io printed double rows of roles_mapping - Fixed by forcing restart of server when running test - Wsrep_cluster_address_basic failed in some combinations because wsrep_cluster_address was set to NULL - Fixed by ensuring it's never set to NULL, only empty string
-
Monty authored
This makes it easier to setup master as on only have to set --log-bin. Before this patch if one did set up the master with just --log-bin, slaves could not connect until server_id was set on the master, which could be both confusing and hard to do.
-