Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Added the test case for bug mdev-5200. | Igor Babaev | 2013-11-26 | 3 | -0/+88 | |
| | | | | The bug was fixed by the patch applied to the 5.3 tree in the revision 3727. | |||||
* | Fixing mtr failures in mysql_tzinfo_to_sql_symlink.test on Labrador: | Alexander Barkov | 2013-11-26 | 1 | -1/+2 | |
| | | | | | | sort directory data to make sure the same data order in the output of mysql_tzinfo_to_sql on all platforms. | |||||
* | Merge | Igor Babaev | 2013-11-25 | 1 | -0/+28 | |
|\ | ||||||
| * | Merge | Igor Babaev | 2013-11-24 | 1 | -0/+28 | |
| |\ | ||||||
| | * | Made sure that JOIN::cond_equal is correctly set after the call of | Igor Babaev | 2013-11-24 | 1 | -0/+28 | |
| | | | | | | | | | | | | remove_eq_conds() in the function make_join_statistics(). | |||||
* | | | MDEV-4946: IO thread should expose its current GTID position | unknown | 2013-11-25 | 10 | -36/+52 | |
| | | | | | | | | | | | | | | | Add another column to SHOW SLAVE STATUS, and adjust test suite to cope. | |||||
* | | | Merge | Igor Babaev | 2013-11-23 | 1 | -4/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge | Igor Babaev | 2013-11-22 | 1 | -4/+3 | |
| |\ \ | | |/ | ||||||
| | * | Post-review changes of the patch for bug mdev-5103. | Igor Babaev | 2013-11-22 | 1 | -4/+3 | |
| | | | ||||||
* | | | tokudb post-merge compilation fixes | Sergei Golubchik | 2013-11-23 | 2 | -2/+2 | |
| | | | ||||||
* | | | 5.5 merge | Sergei Golubchik | 2013-11-23 | 1275 | -39982/+65696 | |
|\ \ \ | |/ / | ||||||
| * | | Increment the version number | Elena Stepanova | 2013-11-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | A clean-up for the previous commit (mtr mysql_tzinfo_to_sql_symlink) | Alexander Barkov | 2013-11-22 | 1 | -1/+2 | |
| | | | ||||||
| * | | "mtr mysql_tzinfo_to_sql_symlink" failed in out-of-source builds with this ↵ | Alexander Barkov | 2013-11-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error: mysql-test-run: *** ERROR: Could not find any of /mariadb-5.5.34/sql/mysql_tzinfo_to_sql /mariadb-5.5.34/build/client/mysql_tzinfo_to_sql Fixed the directory list to search mysql_tzinfo_to_sql binary in. | |||||
| * | | Merge 5.3->5.5 | Igor Babaev | 2013-11-21 | 19 | -135/+109 | |
| |\ \ | | |/ | ||||||
| | * | Merge | Igor Babaev | 2013-11-21 | 14 | -130/+103 | |
| | |\ | ||||||
| | | * | Another attempt to fix bug mdev-5103. | Igor Babaev | 2013-11-21 | 14 | -130/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The earlier pushed fix for the bug was incomplete. It did not remove the main cause of the problem: the function remove_eq_conds() removed always true multiple equalities from any conjunct, but did not adjust the list of them stored in Item_cond_and::cond_equal.current_level. Simplified the test case for the bug and moved it to another test file. The fix triggered changes in EXPLAIN EXTENDED for some queries. | |||||
| * | | | MDEV-5059: Wrong result (missing row) wih semijoin, join_cache_level > 2, ↵ | Sergey Petrunya | 2013-11-21 | 3 | -14/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | LEFT JOIN, ORDER BY - Added testcase | |||||
| * | | | Merge | Sergey Petrunya | 2013-11-21 | 7 | -6/+186 | |
| |\ \ \ | ||||||
| | * | | | MDEV-5161: Wrong result (missing rows) with semijoin, LEFT JOIN, ORDER BY, ↵ | Sergey Petrunya | 2013-11-21 | 5 | -5/+130 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constant table - Don't pull out a table out of a semi-join if it is on the inner side of an outer join. - Make join->sort_by_table= get_sort_by_table(...) call after const table detection is done. That way, the value of join->sort_by_table will match the actual execution. Which will allow the code in setup_semijoin_dups_elimination() (search for "Make sure that possible sorting of rows from the head table is not to be employed." to see that "Using filesort" is going to be used together with Duplicate Elimination ( and change it to Using temporary + Using filesort) | |||||
| | * | | | MDEV-5293: outer join, join buffering, and order by - invalid query plan | Sergey Petrunya | 2013-11-18 | 3 | -1/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make_join_readinfo() has the code that forces use of "Using temporary; Using filesort" when join buffering is in use. That code didn't handle all cases, in particular it didn't hande the case where ORDER BY originally has tables from multiple columns, but the optimizer eventually figures out that doing filesort() on one table will be sufficient. Adjusted the code to handle that case. | |||||
| * | | | | Merge 5.3->5.5 | Alexander Barkov | 2013-11-21 | 10 | -30/+264 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | MDEV-4859 Wrong value and data type of "SELECT MAX(time_column) + 1 FROM t1" | Alexander Barkov | 2013-11-21 | 10 | -31/+265 | |
| | | |/ | | |/| | | | | | | | | | | | | | Fixed. | |||||
| * | | | MDEV-5182 - build of 10.0.4/r3863 fails @ 'cmake' with | Sergey Vojtovich | 2013-11-18 | 1 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DINSTALL_SYSCONFDIR/-DDEFAULT_SYSCONFDIR specified The reason for a bug is in support-files/CMakeLists.txt that tries to install files in INSTALL_SYSCONF2DIR, without checking whether this variable is actually defined. Normally INSTALL_SYSCONF2DIR is always defined if INSTALL_SYSCONFDIR is defined, and support-files/CMakeLists.txt assumes that. But when one specifies INSTALL_SYSCONFDIR manually on the command line, this assumption might be broken. | |||||
| * | | | merge | Sergei Golubchik | 2013-11-20 | 1212 | -39743/+64356 | |
| |\ \ \ | ||||||
| | * \ \ | Percona-Server-5.5.34-rel32.0 merge | Sergei Golubchik | 2013-11-19 | 31 | -477/+713 | |
| | |\ \ \ | ||||||
| | | * | | | Percona-Server-5.5.34-rel32.0.tar.gz | Sergei Golubchik | 2013-11-07 | 31 | -477/+718 | |
| | | | | | | ||||||
| | * | | | | .bzrignore | Sergei Golubchik | 2013-11-19 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | | | | | ||||||
| | | \ \ \ | ||||||
| | *-. \ \ \ | merge with ft-engine and ft-index up to tag:tokudb-7.1.0 | Sergei Golubchik | 2013-11-19 | 1089 | -38612/+62667 | |
| | |\ \ \ \ \ | ||||||
| | | | * | | | | tokutek/ft-engine#122 set loose tokudb variables for mtrtokudb-7.1.0 | rich prohaska | 2013-10-07 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| | | | * | | | | tokutek/ft-engine#122 force all mysql tests to set a new tokudb session ↵ | rich prohaska | 2013-10-07 | 1 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable to hide the default compression | |||||
| | | | * | | | | #122 fix tests that need to show default row format | Rich Prohaska | 2013-10-07 | 4 | -1/+5 | |
| | | | | | | | | ||||||
| | | | * | | | | #122 change default compression to zlib and add a session variable to ↵ | Rich Prohaska | 2013-10-07 | 3 | -20/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | control create info row format | |||||
| | | | * | | | | tokutek/ft-engine#94 tokutek/ft-index#80 configure an upper bound on loader ↵ | rich prohaska | 2013-10-07 | 1 | -0/+16 | |
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory reservations Merge branch 'loadermem80' | |||||
| | | | | * | | | | tokutek/ft-index#80 tokutek/ft-engine#94 add tokudb_loader_memory_size ↵ | Rich Prohaska | 2013-10-03 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | system variable that controls the size of each loader memory size | |||||
| | | | * | | | | | tokutek/ft-index#76 add US Patent 8,489,638 | Rich Prohaska | 2013-10-04 | 33 | -0/+33 | |
| | | | | | | | | | ||||||
| | | | * | | | | | #121 change default basement node size to 64KB from 128KB | Rich Prohaska | 2013-10-04 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | * | | | | | #90 fix race conditions in tests that cause sporadic test failures | Rich Prohaska | 2013-10-04 | 3 | -0/+3 | |
| | | | | | | | | | ||||||
| | | | * | | | | | #90 test lock timeout | Rich Prohaska | 2013-10-03 | 2 | -0/+100 | |
| | | | | | | | | | ||||||
| | | | * | | | | | #90 add a test scenario where the 2nd txn succeeds | Rich Prohaska | 2013-10-03 | 2 | -17/+91 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Checking in mtr test & result files for lock visualization tree | Joel Epstein | 2013-10-03 | 4 | -0/+178 | |
| | | | |/ / / / | ||||||
| | | | * | | | | #90 set tokudb_last_lock_timeout to a string parsable by the python json module | Rich Prohaska | 2013-10-02 | 1 | -9/+9 | |
| | | | | | | | | ||||||
| | | | * | | | | #90 prefix info schema tests with i_s_ | Rich Prohaska | 2013-10-02 | 4 | -0/+0 | |
| | | | | | | | | ||||||
| | | | * | | | | #90 fix the is_tokudb_locks test result file to match the schema | Rich Prohaska | 2013-09-30 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| | | | * | | | | tokutek/ft-engine#111 tokutek/ft-index#74 merge the tokumx error message for ↵ | Rich Prohaska | 2013-09-30 | 1 | -8/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transparent huge pages into tokudb | |||||
| | | | * | | | | #80 default compress tokudb bulk loader temp files | Rich Prohaska | 2013-09-30 | 3 | -8/+5 | |
| | | | | | | | | ||||||
| | | | * | | | | #86 tokudb lock tree info schema | Rich Prohaska | 2013-09-27 | 1 | -13/+27 | |
| | | | | | | | | ||||||
| | | | * | | | | remove cruft | Rich Prohaska | 2013-09-27 | 3 | -55/+5 | |
| | | | | | | | | ||||||
| | | | * | | | | #104 default capture lock timeout conflict info into ↵ | Rich Prohaska | 2013-09-27 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tokudb_last_lock_timeout variable | |||||
| | | | * | | | | #90 tokudb info schema tests | Rich Prohaska | 2013-09-26 | 4 | -0/+138 | |
| | | | | | | | |