Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanups | Sergei Golubchik | 2011-10-19 | 1 | -0/+2 |
* | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 3 | -126/+291 |
|\ | |||||
| * | Added progress reporting for alter table, LOAD DATA INFILE and for aria table... | Michael Widenius | 2011-07-01 | 1 | -9/+71 |
| * | Removed check_license() function | Sergei Golubchik | 2011-07-01 | 1 | -56/+0 |
| * | various fixes for buildbot failures | Sergei Golubchik | 2011-06-10 | 1 | -1/+1 |
| * | merge with 5.1-micro | Sergei Golubchik | 2011-06-07 | 1 | -67/+43 |
| |\ | |||||
| | * | revert a suggested "optimization" that introduced a bug | Sergei Golubchik | 2011-06-06 | 1 | -19/+28 |
| * | | Merge with 5.1-microseconds | Michael Widenius | 2011-05-28 | 1 | -48/+158 |
| |\ \ | | |/ | |||||
| | * | post review changes 2 | Sergei Golubchik | 2011-05-19 | 1 | -7/+4 |
| | * | post-review changes 1 | Sergei Golubchik | 2011-05-19 | 1 | -6/+6 |
| | * | lp:705210 Compiling with BUILD/compile-pentium64-debug fails | Sergei Golubchik | 2011-03-26 | 1 | -1/+1 |
| | * | Fix compilation on Windows: | Vladislav Vaintroub | 2011-03-24 | 1 | -2/+2 |
| | * | * fix for ALTER TABLE ... MODIFY timestamp->timestamp. | Sergei Golubchik | 2011-03-17 | 1 | -3/+11 |
| | * | followup for lp:730637 | Sergei Golubchik | 2011-03-07 | 1 | -1/+1 |
| | * | wl#173 - temporal types with sub-second resolution | Sergei Golubchik | 2011-03-01 | 1 | -25/+135 |
| * | | Merge with dynamic column code | Michael Widenius | 2011-05-12 | 1 | -11/+67 |
| |\ \ | |||||
| | * | | Fixed bug when accessing wrong decimal value in dynamic string (Fixed lp:781233) | Michael Widenius | 2011-05-12 | 1 | -1/+1 |
| | * | | Adding support for Dynamic columns (WL#34): | Michael Widenius | 2011-05-08 | 1 | -10/+66 |
| * | | | Merge with MariaDB 5.2 | Michael Widenius | 2011-05-10 | 1 | -2/+3 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Merge with MariaDB 5.1 | Michael Widenius | 2011-05-03 | 1 | -2/+3 |
| | |\ \ | |||||
| | | * \ | Merge with MySQL 5.1.57/58 | Michael Widenius | 2011-05-02 | 1 | -2/+3 |
| | | |\ \ | |||||
| * | | \ \ | merge | Vladislav Vaintroub | 2011-03-29 | 1 | -0/+5 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | fix VS warning about variable 'unused' being used | Vladislav Vaintroub | 2011-03-29 | 1 | -0/+5 |
| * | | | | | merge | Vladislav Vaintroub | 2011-03-26 | 1 | -2/+6 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Ensure that all clients reads the appropriate 'client', client-mariadb and 'm... | Michael Widenius | 2011-03-18 | 1 | -2/+6 |
| * | | | | | Merge with 5.2 | Michael Widenius | 2011-03-09 | 2 | -5/+13 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge with 5.1 to get fixes for tests and compiler warnings | Michael Widenius | 2011-03-01 | 1 | -0/+3 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Get rid of compiler warnings | Michael Widenius | 2011-02-28 | 1 | -0/+3 |
| | * | | | | Merge with 5.1 to get in changes from MySQL 5.1.55 | Michael Widenius | 2011-02-28 | 1 | -0/+3 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | - Reduced memory requirements for mysqltest to 1/4.th This also gave a speed... | Michael Widenius | 2011-02-24 | 1 | -0/+3 |
| | * | | | | lp:705210 - Compiling with BUILD/compile-pentium64-debug fails | Sergei Golubchik | 2011-01-20 | 1 | -4/+5 |
| | * | | | | lp:700982 - Non-portable code in client plugin (fails on ARM). | Sergei Golubchik | 2011-01-20 | 1 | -2/+7 |
| * | | | | | Fixed compiler warnings and some test failures found by buildbot | Michael Widenius | 2011-02-23 | 2 | -1/+6 |
| |/ / / / | |||||
| * | | | | MBug#698132: Fix wrong buffer calculation in send_change_user_packet() | unknown | 2011-01-06 | 1 | -1/+1 |
* | | | | | move authentication_windows_client and mysql_clear_password clear client auth... | Sergei Golubchik | 2011-07-12 | 1 | -42/+0 |
* | | | | | adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks | Sergei Golubchik | 2011-07-10 | 2 | -17/+30 |
* | | | | | fix memory leaks and other problems found by safemalloc | Sergei Golubchik | 2011-07-10 | 1 | -0/+1 |
* | | | | | post-merge fixes. | Sergei Golubchik | 2011-07-02 | 2 | -114/+17 |
* | | | | | 5.5-merge | Sergei Golubchik | 2011-07-02 | 4 | -120/+290 |
|\ \ \ \ \ | |||||
| * | | | | | Bug#11745920/Bug#21287: "SSL connection error" is not helpful! (ssl-verify-se... | Tatjana Azundris Nuernberg | 2011-05-19 | 1 | -11/+24 |
| * | | | | | Bug#11766631 (59780) - Move the client authentication_windows plugin | Rafal Somla | 2011-04-28 | 1 | -0/+7 |
| * | | | | | Addendum to the fix for bug #12325444 | Georgi Kodinov | 2011-04-29 | 1 | -1/+1 |
| * | | | | | 5.1 -> 5.5 merge | Sergey Glukhov | 2011-04-27 | 1 | -1/+2 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Bug#11889186 60503: CRASH IN MAKE_DATE_TIME WITH DATE_FORMAT / STR_TO_DATE C... | Sergey Glukhov | 2011-04-27 | 1 | -1/+2 |
| * | | | | | Bug #11766854: 60075: MYSQL_LOAD_CLIENT_PLUGIN DOESN'T CLEAR ERROR | Georgi Kodinov | 2011-03-17 | 1 | -0/+1 |
| * | | | | | Fix for BUG#59894 | Guilhem Bichot | 2011-02-11 | 1 | -5/+8 |
| * | | | | | merge | Georgi Kodinov | 2011-02-02 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | merge to 5.1. | Georgi Kodinov | 2011-02-02 | 1 | -1/+1 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | * | | | Fixes for Bug #55755 and Bug #52315 part 2 | Georgi Kodinov | 2011-02-02 | 1 | -1/+1 |
| * | | | | | Bug #59657: Move the client authentication_pam plugin into the server repository | Georgi Kodinov | 2011-01-31 | 1 | -0/+35 |