- 01 Oct, 2014 8 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
that didn't quite work, WITH_PARTITION_STORAGE_ENGINE was not undefined
-
Sergei Golubchik authored
-
Sergei Golubchik authored
from engines that we don't need to merge from a third-party repository on a regular basis
-
Sergei Golubchik authored
-
- 30 Sep, 2014 1 commit
-
-
Jan Lindström authored
you the progress of inplace alter table and row log buffer usage - (x 100%, it's 4-digit. 10000 means 100.00%) - Innodb_onlineddl_rowlog_rows Shows how many rows are stored in row log buffer. - Innodb_onlineddl_rowlog_pct_used Shows row log buffer usage in percent ( *100%, it's 4-digit. 10000 means 100.00% ). - Innodb_onlineddl_pct_progress Shows the progress of inplace alter table. It might be not so accurate because inplace alter is highly depend on disk and buffer pool status. But still it is useful and better than nothing. - Add some log for inplace alter table XtraDB/InnoDB will print some message before and after doing some task.
-
- 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 4 commits
-
-
Sergei Petrunia authored
-
Sergei Golubchik authored
-
Jan Lindström authored
-
Jan Lindström authored
option.
-