| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge of mysql-trunk-bugfixing into mysql-trunk-merge. | Davi Arnaut | 2010-07-15 | 6 | -244/+9 |
|\ |
|
| * | WL#5486: Remove code for unsupported platforms | Davi Arnaut | 2010-07-15 | 2 | -200/+5 |
| * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled | Davi Arnaut | 2010-07-08 | 5 | -44/+4 |
* | | Unset the execute bit where it's not needed. | Davi Arnaut | 2010-07-03 | 1 | -0/+0 |
* | | Fix for Bug#53925 (valgrind failures in rpl.rpl_get_master_version_and_clock | Alexander Nozdrin | 2010-05-24 | 1 | -7/+1 |
* | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-05-24 | 1 | -3/+0 |
|\ \ |
|
| * | | Bug#52884 mysql-test-run does not work with --debug option | Sergey Glukhov | 2010-05-20 | 1 | -3/+0 |
* | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. | Alexey Kopytov | 2010-04-30 | 1 | -1/+10 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Bug #52629: memory leak from sys_var_thd_dbug in binlog.binlog_write_error | Georgi Kodinov | 2010-04-16 | 1 | -0/+10 |
* | | Merge the changes of the 5.5.3-m3 release build | Joerg Bruehe | 2010-04-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Another case of C++ syntax used for a comment in C. | Joerg Bruehe | 2010-03-15 | 1 | -1/+1 |
* | | | Fix errors when building release | Vladislav Vaintroub | 2010-03-19 | 1 | -1/+1 |
|/ / |
|
* | | merge | Vladislav Vaintroub | 2009-12-11 | 1 | -1/+5 |
|\ \ |
|
| * | | Use vsnprintf() rather than my_vsnprintf() in DbugVfprintf, | Tor Didriksen | 2009-11-27 | 1 | -1/+5 |
* | | | implement convenience libraries | Vladislav Vaintroub | 2009-11-24 | 1 | -2/+1 |
* | | | WL#5161 : Cross-platform build with CMake | Vladislav Vaintroub | 2009-11-09 | 1 | -8/+8 |
|/ / |
|
* | | robust protection against missing DBUG_RETURN | Sergei Golubchik | 2009-10-31 | 1 | -34/+26 |
* | | backport of dbug extensions from 6.0: | Sergei Golubchik | 2009-10-30 | 13 | -635/+1178 |
* | | manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-merge | Luis Soares | 2009-10-22 | 1 | -0/+28 |
|\ \ |
|
| * | | WL#4828 and BUG#45747 | Alfranio Correia | 2009-09-29 | 1 | -0/+28 |
| |/ |
|
* | | Backport http://lists.mysql.com/commits/57778 | Vladislav Vaintroub | 2009-09-30 | 1 | -1/+0 |
|/ |
|
* | automerge | Georgi Kodinov | 2009-06-05 | 1 | -0/+1 |
|\ |
|
| * | Bug #45286: compilation warnings on mysql-5.0-bugteam on MacOSX | Georgi Kodinov | 2009-06-05 | 1 | -0/+1 |
* | | Bug#38522: 5 seconds delay when closing application using embedded server | Vladislav Vaintroub | 2008-12-04 | 1 | -16/+1 |
* | | Bug#38293 Libmysqld crash in mysql_library_init if language file missing | Alexey Botchkov | 2008-11-19 | 1 | -0/+9 |
* | | Merge pilot.mysql.com:/data/msvensson/mysql/my50-bt-36463 | msvensson@pilot.mysql.com | 2008-05-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Bug#35986 valgrind warning in DbugParse for empty string in SET GLOBAL DEBUG="" | msvensson@pilot.mysql.com | 2008-05-02 | 1 | -1/+1 |
| * | Bug#26243 mysql command line crash after control-c | iggy@amd64.(none) | 2008-03-28 | 3 | -1363/+1665 |
* | | Bug#34424 query_cache_debug.test leads to valgrind warnings | davi@mysql.com/endora.local | 2008-02-26 | 2 | -12/+38 |
* | | Bug #27099: system_mysql fail in pushbuild windows | gkodinov/kgeorge@magare.gmz | 2007-10-15 | 1 | -18/+10 |
* | | Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build | df@pippilotta.erinye.com | 2007-08-04 | 1 | -3/+8 |
|\ \ |
|
| * \ | Merge mysql.com:/home/kent/bk/cmake-tls/mysql-5.0-build-new | kent@kent-amd64.(none) | 2007-08-03 | 1 | -3/+8 |
| |\ \
| | |/ |
|
| | * | CMakeLists.txt, README, configure.js | kent@mysql.com/kent-amd64.(none) | 2007-08-03 | 1 | -3/+8 |
| | * | CMakeLists.txt (several), make_win_bin_dist: | kent@mysql.com/kent-amd64.(none) | 2007-08-02 | 1 | -1/+0 |
* | | | Merge bk-internal:/home/bk/mysql-5.1-marvel | df@pippilotta.erinye.com | 2007-08-03 | 1 | -4/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Set --debug-check if one uses DBUG_PUSH in all clients | monty@mysql.com/nosik.monty.fi | 2007-08-02 | 1 | -4/+3 |
* | | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build | joerg@trift2. | 2007-08-02 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
* | | | Fix a bad BitKeeper dependency structure for the "CMakeLists.txt" files. | joerg@trift2. | 2007-07-31 | 1 | -0/+0 |
|/ / |
|
* | | WL#3817: Simplify string / memory area types and make things more consistent ... | monty@mysql.com/narttu.mysql.fi | 2007-05-10 | 1 | -17/+18 |
* | | Merge debian.(none):/M50/bug14685-5.0 | joerg@debian.(none) | 2007-04-23 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | dbug/dbug_analyze.c : Avoid the unresolved symbol "my_thread_global_init()" | joerg@debian.(none) | 2007-04-23 | 1 | -1/+3 |
* | | dbug/dbug.c: unused variable removed | serg@janus.mylan | 2007-03-17 | 1 | -1/+0 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1 | serg@janus.mylan | 2007-02-21 | 2 | -8/+9 |
|\ \ |
|
| * | | dbug: don't consider double colom (::) a separator - | serg@janus.mylan | 2007-01-28 | 2 | -8/+9 |
* | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 | jani@a88-113-38-195.elisa-laajakaista.fi | 2007-02-03 | 1 | -27/+27 |
|\ \ \ |
|
| * \ \ | Merge mysql.com:/home/my/mysql-5.0 | monty@narttu.mysql.fi | 2007-01-27 | 1 | -27/+27 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com/narttu.mysql.fi | 2007-01-22 | 1 | -27/+27 |
| | |\ |
|
| | | * | Fixed compiler warnings detected by option -Wshadow and -Wunused: | monty@mysql.com/narttu.mysql.fi | 2006-12-15 | 1 | -27/+27 |
* | | | | Build fix for sunfire100b. This can go when BUG#14420 is fixed. | df@kahlann.erinye.com | 2007-01-27 | 2 | -2/+26 |
|/ / / |
|
* | | | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-31 | 1 | -0/+15 |