- 22 Sep, 2016 1 commit
-
-
Igor Babaev authored
and INSERT ... SELECT. Added test cases.
-
- 21 Sep, 2016 4 commits
-
-
Sergei Golubchik authored
and a couple of collaterals: * debugging assert in my_valgrind.h * trivial cleanup in sql_union.cc
-
Sergei Golubchik authored
fix a race condition in the test
-
Sergei Golubchik authored
-
Igor Babaev authored
In some cases the function compare_order_elements() erroneously returned CMP_EQ for not equal elements.
-
- 19 Sep, 2016 3 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
-
Sergei Golubchik authored
-
- 17 Sep, 2016 2 commits
-
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
Updated mysqld--help,win.rdiff.
-
- 16 Sep, 2016 11 commits
-
-
Sergey Vojtovich authored
Some compilers are unhappy about mixed struct/class declarations.
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
Fixed type cast.
-
Sergey Vojtovich authored
Fixed sysvars_server_[not]embedded failure: changed type of table_open_cache_instances from ulong to uint. Added casts foratomic operations around tc_active_instances and tc_contention_warning_reported: needed on some platforms.
-
Sergey Vojtovich authored
Table cache instances autosizing.
-
Sergey Vojtovich authored
Improve scalability by implementing multi-instance table cache.
-
Sergei Golubchik authored
because InnoDB 5.7 tdecided to store a full path there
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Jan Lindström authored
test. We should not take X-lock for index in the begining, setting tablespace as named space is enough.
-
Sergei Golubchik authored
add_identifier change comes from 5.7, everything else is a follow-up
-
- 15 Sep, 2016 2 commits
- 14 Sep, 2016 7 commits
-
-
Igor Babaev authored
-
Sergei Golubchik authored
* update (some) tests from 5.7 * update results (e.g. cardinality is no longer reported) * uncomment MYSQL_PLUGIN_FULLTEXT_PARSER/MYSQL_FTS_PARSER code * initialize m_prebuilt->m_fts_limit manually, as we do not use ft_init_ext_with_hints()
-
Jan Lindström authored
We need to pass nonatomic=false (dont allow data dict unlock), because the transaction may hold locks on SYS_* tables from previous calls to fts_drop_table().
-
Jan Lindström authored
innodb-strict-mode by default is now ON, disabling it for this test because test uses INDEX DICECTORY that is not really supported by InnoDB.
-
Jan Lindström authored
Fixed auto_increment_dup test. Current behavior is correct for repeatable read (and serializable) isolation levels. Old behavior is correct for read committed isolation level.
-
Igor Babaev authored
The condition pushed into WHERE/HAVING of a materialized view/derived table may differ for different executions of the same prepared statement. That's why the should be ANDed with the existing WHERE/HAVING conditions only after all permanent transformations of these conditions has been performed.
-
Jan Lindström authored
information_schema.innodb_changed_pages IS table available only on xtradb, add possible error for now.
-
- 13 Sep, 2016 8 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Igor Babaev authored
-
Igor Babaev authored
Do not push conditions into materialized views/derived tables marked with the flag 'fill_me'.
-
Vladislav Vaintroub authored
Don't wait until os_thread_exit to close it. Remove code from innodb_shutdown to close handles on Windows.
-
Vladislav Vaintroub authored
crash
-
Alexander Barkov authored
MDEV-10779 Failing assertion lex->proc_list.elements == 0 or syntax error on PROCEDURE ANALYSE in UNION Reverting a part of the patch for "MDEV-8909union parser cleanup", as a parenthesized SELECT with PROCEDURE followed by UNION is not disallowed by the grammar (only a non-parenthesized SELECT with PROCEDURE followed by a UNION is disallowed grammatically).
-
Jan Lindström authored
-
- 12 Sep, 2016 2 commits
-
-
Vicențiu Ciorbaru authored
When running with --ps protocol, window functions cleanup method may be called twice. Enforce proper cleanup by setting pointers to NULL after deletion. This prevents double deletion on second cleanup.
-
Sergei Golubchik authored
-