Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/help all/help contents/ | serg@serg.mylan | 2004-07-13 | 1 | -1/+1 |
* | Merge with 4.0 to get bug fixes | monty@mysql.com | 2004-07-09 | 1 | -7/+11 |
|\ | |||||
| * | Fixing a bug in mysqltest.c: | guilhem@mysql.com | 2004-07-02 | 1 | -8/+11 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-07-06 | 1 | -0/+3 |
|\ \ | |||||
| * | | mysqltest.c: | bar@mysql.com | 2004-07-06 | 1 | -0/+3 |
* | | | unused (and unnecessary) mysqltest commands removed | serg@serg.mylan | 2004-07-02 | 1 | -65/+3 |
|/ / | |||||
* | | restored --all as an alias to --create-options for backward compatibility | serg@serg.mylan | 2004-06-26 | 1 | -1/+4 |
* | | Merge | vva@eagle.mysql.r18.ru | 2004-06-25 | 1 | -0/+103 |
|\ \ | |||||
| * \ | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-06-25 | 1 | -0/+103 |
| |\ \ | |||||
| | * | | fixed bug #1851 "mysqldump does not return | vva@eagle.mysql.r18.ru | 2004-06-25 | 1 | -0/+103 |
* | | | | removing forgotten line (had not noticed as I build with LINT_INIT undefined ... | guilhem@mysql.com | 2004-06-24 | 1 | -1/+0 |
* | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-06-23 | 1 | -1/+25 |
|\ \ \ \ | |||||
| * | | | | Robustness feature. | guilhem@mysql.com | 2004-06-20 | 1 | -1/+25 |
| | |/ / | |/| | | |||||
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-06-23 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | mysqldump.c: | paul@kite-hub.kitebird.com | 2004-06-23 | 1 | -1/+1 |
| * | | | mysqldump.c: | paul@kite-hub.kitebird.com | 2004-06-23 | 1 | -1/+1 |
* | | | | Bug#4261 - mysqldump omits NULLs with --skip-extended-insert | serg@serg.mylan | 2004-06-23 | 1 | -0/+2 |
|/ / / | |||||
* | | | merge | monty@mysql.com | 2004-06-21 | 1 | -19/+35 |
|\ \ \ | |||||
| * | | | After merge fixes | monty@mysql.com | 2004-06-21 | 1 | -10/+24 |
| * | | | Merge with 4.0.21 | monty@mysql.com | 2004-06-18 | 1 | -2/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | test suite for bug Bug#3969 (commited separetely because it took too long tim... | bell@sanja.is.com.ua | 2004-06-11 | 1 | -1/+1 |
| * | | | Fixed some byte order bugs with prepared statements on machines with high-byt... | monty@mysql.com | 2004-06-18 | 1 | -8/+11 |
| | |/ | |/| | |||||
* | | | API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level. | guilhem@mysql.com | 2004-06-15 | 1 | -1/+1 |
|/ / | |||||
* | | merged | serg@serg.mylan | 2004-06-11 | 1 | -10/+9 |
|\ \ | |||||
| * | | mysqltest.c: don't hardcode variables to be taken from environment. | serg@serg.mylan | 2004-06-11 | 1 | -10/+9 |
* | | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | konstantin@mysql.com | 2004-06-10 | 2 | -2/+0 |
* | | | mysqldump.c: | bar@bar.intranet.mysql.r18.ru | 2004-06-07 | 1 | -2/+8 |
|/ / | |||||
* | | Merge with 4.0 to get fixes for netware | monty@mysql.com | 2004-06-02 | 1 | -5/+6 |
|\ \ | |/ | |||||
| * | Fix applied to allow building of 4.0.20 for NetWare | greg@mysql.com | 2004-06-01 | 1 | -5/+6 |
* | | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ... | dlenev@brandersnatch.localdomain | 2004-05-27 | 2 | -8/+8 |
* | | Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1 | monty@mysql.com | 2004-05-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | netware files should always be in 'make dist' | monty@mysql.com | 2004-05-27 | 1 | -2/+2 |
* | | merge with 4.0 to get windows fixes | monty@mysql.com | 2004-05-27 | 2 | -8/+22 |
|\ \ | |/ | |||||
| * | Fix to make Windows compilation smoother | hf@deer.(none) | 2004-05-26 | 2 | -7/+22 |
* | | merge with 4.0 to get Netware patches and fixes for libmysqld.dll | monty@mysql.com | 2004-05-25 | 8 | -8/+161 |
|\ \ | |/ | |||||
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-05-25 | 8 | -8/+161 |
| |\ | |||||
| | * | Added patches from Novell | monty@mysql.com | 2004-05-25 | 8 | -8/+161 |
* | | | Fix of small syntax error - added missing backslash that prevented building o... | dlenev@brandersnatch.localdomain | 2004-05-24 | 1 | -1/+1 |
* | | | mysqlbinlog: new option --to-last-log. This option has effect only if --read-... | guilhem@mysql.com | 2004-05-23 | 1 | -12/+19 |
* | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-05-21 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | Addition to the fix for bug #3791 (libmysqld mysql segfaults if can's find | hf@deer.(none) | 2004-05-21 | 1 | -1/+3 |
| * | | | Proposed fix for #3791 (embedded: mysql segfaults if cannot find | hf@deer.(none) | 2004-05-17 | 1 | -1/+5 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-05-19 | 2 | -4/+2 |
|\ \ \ \ | |||||
| * | | | | Portability fixes | monty@mysql.com | 2004-05-19 | 2 | -4/+2 |
* | | | | | after merge fix | serg@serg.mylan | 2004-05-18 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge with 4.0.20 | monty@mysql.com | 2004-05-17 | 3 | -18/+68 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Replication testsuite: making the master-slave synchronization less likely to... | guilhem@mysql.com | 2004-05-14 | 1 | -3/+18 |
| |/ | |||||
| * | Merge mysql.com:/home/mydev/mysql-4.0 | ingo@mysql.com | 2004-05-07 | 1 | -0/+4 |
| |\ | |||||
| | * | Fix a forgotten skip of space at line begin for the 'system' command. | ingo@mysql.com | 2004-05-06 | 1 | -0/+4 |
| * | | Fixed a problem with option --where, which earlier was not dynamic. One was n... | jani@a80-186-24-72.elisa-laajakaista.fi | 2004-05-07 | 1 | -16/+47 |
| |/ |