Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.3.4 merge | Sergei Golubchik | 2012-02-15 | 117 | -2204/+4695 |
|\ | |||||
| * | Fix for LP BUG#910123 MariaDB 5.3.3 causes 1093 error on Drupal | unknown | 2012-02-14 | 7 | -8/+82 |
| * | MDEV-59 Review and push crashsafe GIS keys. | Alexey Botchkov | 2012-02-14 | 3 | -0/+129 |
| * | Merge fix for BUG#928048 | Sergey Petrunya | 2012-02-14 | 4 | -3/+56 |
| |\ | |||||
| | * | BUG#928048: Query containing IN subquery with OR in the where clause returns ... | Sergey Petrunya | 2012-02-14 | 4 | -3/+56 |
| * | | Fixed LP bug #925985. | Igor Babaev | 2012-02-13 | 4 | -2/+74 |
| * | | When we fail during slave thread initialisation, keep mi->run_lock | unknown | 2012-02-13 | 1 | -4/+4 |
| * | | merge | Vladislav Vaintroub | 2012-02-12 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Use newly released HeidiSQL 7.0 in the MSI installer | Vladislav Vaintroub | 2012-02-12 | 1 | -1/+1 |
| | * | | merge | Vladislav Vaintroub | 2012-02-11 | 1 | -14/+20 |
| | |\ \ | |||||
| * | \ \ | merge | Vladislav Vaintroub | 2012-02-11 | 1 | -14/+20 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Fix for MDEV-140, LPBug#930145 - broken SSL connectivity for some connectors | Vladislav Vaintroub | 2012-02-11 | 1 | -14/+20 |
| | |\ \ \ | |||||
| | | * | | | A recent change in the server protocol code broke SSL connection for some cli... | Vladislav Vaintroub | 2012-02-11 | 1 | -14/+21 |
| * | | | | | Merge fix for lp:910817: Race condition in kill_threads_for_user(). | unknown | 2012-02-10 | 1 | -3/+13 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge fix for lp:910817: Race condition in kill_threads_for_user(). | unknown | 2012-02-10 | 1 | -3/+13 |
| | |\ \ \ \ \ | |||||
| * | \ \ \ \ \ | Automatic merge | Michael Widenius | 2012-02-10 | 1 | -0/+25 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Fixed that prepared statements are properly igored (if possible) by query cache. | Michael Widenius | 2012-02-10 | 1 | -0/+25 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Test case for bug lp:905353 | unknown | 2012-02-09 | 6 | -0/+56 |
| |/ / / / / | |||||
| * | | | | | Made mrr related counters temporarily invisible until we agree upon their nam... | Igor Babaev | 2012-02-03 | 4 | -25/+4 |
| * | | | | | Fixed typos in Query Cache. | unknown | 2012-02-03 | 2 | -6/+6 |
| * | | | | | Merge with 5.2 | unknown | 2012-02-03 | 1 | -1/+0 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Fixed DELETE issues of view over view over table. | unknown | 2012-02-03 | 3 | -2/+35 |
| | * | | | | Added 5.2 test result delimiter | unknown | 2012-02-03 | 2 | -0/+7 |
| | * | | | | Fix check of view updatability in case of underlying view changes its updatab... | unknown | 2012-02-03 | 6 | -7/+87 |
| | | |/ / | | |/| | | |||||
| * | | | | Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view. | unknown | 2012-02-03 | 12 | -22/+183 |
| * | | | | Back-ported the fix for bug #12831587 from mysql-5.6 code line. | Igor Babaev | 2012-02-03 | 1 | -10/+30 |
| * | | | | Applied the patch from mysql-5.6 code line that fixed | Igor Babaev | 2012-02-02 | 1 | -13/+16 |
| * | | | | Merge. | Igor Babaev | 2012-02-01 | 57 | -782/+1456 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc. | Igor Babaev | 2012-02-01 | 57 | -782/+1456 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | MDEV-106 my_gethwaddr() does not compile on Solaris 11 | Sergei Golubchik | 2012-01-23 | 1 | -3/+3 |
| | | * | | | Fixed LP bug #919427. | Igor Babaev | 2012-01-20 | 4 | -0/+99 |
| | | * | | | lp:901693 dialog.c:perform_dialog treats every password prompt as first | Sergei Golubchik | 2012-01-12 | 1 | -0/+2 |
| | | * | | | lp:893522 more problems found by PVS Studio | Sergei Golubchik | 2012-01-12 | 2 | -3/+3 |
| | | * | | | openpam compatibility | Sergei Golubchik | 2012-01-12 | 1 | -2/+2 |
| | | * | | | fixes for get_password(): | Sergei Golubchik | 2012-01-12 | 1 | -8/+4 |
| | | * | | | plugin renamed socket_peercred -> unix_socket. | Sergei Golubchik | 2011-12-30 | 3 | -17/+87 |
| | | * | | | on windows: don't link all plugins with mysqld, only do it for storage engines. | Sergei Golubchik | 2011-12-29 | 1 | -1/+3 |
| | | * | | | Back-ported the test case for bug #12616253 from mariadb-5.3 that | Igor Babaev | 2012-01-14 | 2 | -0/+62 |
| | | * | | | Back-ported the fix and the test case for bug #50257 from mariadb-5.3 code line. | Igor Babaev | 2012-01-13 | 7 | -16/+40 |
| | | * | | | Back-ported the test cases for bug #12763207 from mysql-5.6 code line into 5.2 | Igor Babaev | 2012-01-13 | 4 | -1/+109 |
| | | * | | | MDEV-50 : Fix default compilation comment | Vladislav Vaintroub | 2012-01-10 | 1 | -1/+1 |
| | | * | | | Fix MDEV-49 : version_compile_machine server variable is 'unknown' for x64 bu... | Vladislav Vaintroub | 2012-01-10 | 1 | -2/+2 |
| | | * | | | Fixed compiler and test failures found by buildbot | Michael Widenius | 2012-01-08 | 6 | -9/+37 |
| | | * | | | Merge | Michael Widenius | 2012-01-07 | 1 | -2/+0 |
| | | |\ \ \ | |||||
| | | | * | | | Fixed wrong merge | Michael Widenius | 2012-01-07 | 1 | -2/+0 |
| | | * | | | | Fix of LP BUG#793589 Wrong result with double ORDER BY | unknown | 2012-01-05 | 3 | -0/+92 |
| | | |/ / / | |||||
| | | * | | | Merge with 5.1 | Michael Widenius | 2012-01-04 | 4 | -3/+32 |
| | | |\ \ \ | |||||
| | | | * | | | Fixed LP bug #848652. | Igor Babaev | 2011-12-29 | 3 | -3/+27 |
| | | | * | | | Fixes lp:907049 "Server started with skip-aria crashes on an attempt to conne... | Michael Widenius | 2011-12-21 | 1 | -2/+5 |
| | | * | | | | Fix embedded/windows tests- move COND_manager and LOCK_manager to sql_manager... | Vladislav Vaintroub | 2012-01-02 | 3 | -10/+10 |