- 26 Sep, 2014 2 commits
-
-
Jan Lindström authored
-- innodb-wl5522-debug-zip (path differences win/unix) -- innodb_defragment_fill_factor (stabilise) -- innodb_force_pk (case difference win/unix)
-
Nirbhay Choubey authored
-
- 25 Sep, 2014 8 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
Updated 33_scripts__mysql_create_system_tables__no_test.dpatch to reflect user.default_role.
-
Sergei Petrunia authored
[re-commit in git] Second variant of the fix: reduce the scope of 'role' variable
-
Sergei Petrunia authored
[Re-commit in git] Don't check the value of 'role' variable in the cases where we don't need it. (it may be marked as uninitialized and we get a runtime error).
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 24 Sep, 2014 2 commits
-
-
Monty authored
The problem was that the internal temporary table created for information_schema overflow to MyISAM because it has a row width of > 3000 characters, which filled the in memory temporary tables. Fix was to increase size for the heap table.
-
Sergei Petrunia authored
-
- 11 Sep, 2014 1 commit
-
-
Jan Lindström authored
-
- 10 Sep, 2014 3 commits
-
-
Jan Lindström authored
-
Jan Lindström authored
on binlog_innodb_row test.
-
Jan Lindström authored
result of innodb_sys_index test.
-
- 09 Sep, 2014 3 commits
-
-
Jan Lindström authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 08 Sep, 2014 4 commits
-
-
Nirbhay Choubey authored
-
Jan Lindström authored
-
Jan Lindström authored
-
Jan Lindström authored
Fixed test failures seen on defragment tests, innodb.innodb-wl5522-debug-zip and innodb.innodb_bug12902967.
-
- 03 Sep, 2014 1 commit
-
-
Sergei Petrunia authored
SHOW COLUMNS and SHOW KEYS commands fill IS_table_read_plan in a special way - they don't set or use lookup_field_vals member. Added a "trivial_show_command" flag that signals that lookup_field_vals has no valid data, made EXPLAIN code honor it.
-
- 29 Aug, 2014 1 commit
-
-
Jan Lindström authored
MDEV-6656: Test wsrep.variables hangs Analysis: wsrep_applier_thread shutdown signaling does not always work correctly causing a timing problem where main thread is waiting in a condition variable a signal that all worker threads to end.
-
- 28 Aug, 2014 2 commits
-
-
Jan Lindström authored
-
Jan Lindström authored
-
- 27 Aug, 2014 9 commits
-
-
Sergei Petrunia authored
-
Sergei Golubchik authored
-
Jan Lindström authored
-
Jan Lindström authored
option.
-
Sergei Petrunia authored
When ORDER BY ... LIMIT check whether it should switch from index IDX1 to index IDX2, it should not ignore the fact that IDX2 may have a potential range or ref(const) access. Istead, it should calculate their costs: there is now a saved range optimizer cost and code to re-calculate what best_access_path() calculated for ref(const). /* in current cost model these two can be very different numbers unfortunately */
-
Sergei Petrunia authored
Let range optimizer remove parts of OR-clauses for which range analysis produced SEL_TREE(IMPOSSIBLE). There is no need to remove parts of AND-clauses: either they are inside of OR (and the whole AND-clause will be removed), or the AND-clause is at the top level, in which case the whole WHERE (or ON) is always FALSE and this is a degenerate case which receives special treatment. The removal process takes care not to produce 1-way ORs (in that case we substitute the OR for its remaining member).
-
Jan Lindström authored
-
Jan Lindström authored
-
Jan Lindström authored
Merged lp:maria/maria-10.0-galera up to revision 3880. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
-
- 26 Aug, 2014 4 commits
-
-
Jan Lindström authored
-
Jan Lindström authored
Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
-
Sergei Petrunia authored
-
Jan Lindström authored
Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
-