Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mysqldump.c: | paul@kite-hub.kitebird.com | 2005-01-17 | 1 | -3/+3 |
* | Fix for BUG#7850: force the transaction isolation level to REPEATABLE READ wh... | guilhem@mysql.com | 2005-01-13 | 1 | -0/+7 |
* | postreview changes | bell@sanja.is.com.ua | 2005-01-06 | 1 | -4/+4 |
* | fixed comparation with string constant on some platform (BUG#7651) | bell@sanja.is.com.ua | 2005-01-06 | 1 | -2/+10 |
* | client/mysqldump.c | serg@serg.mylan | 2004-12-28 | 1 | -28/+15 |
* | WL#2319 V2: Exclude tables from dump | lars@mysql.com | 2004-12-27 | 1 | -7/+99 |
* | Bug#7020: mysqldump --compatible=mysql40 still dumps in UTF8 | bar@mysql.com | 2004-12-22 | 1 | -0/+6 |
* | Fix for BUG#7358: removing warning reporting of mysqldump 4.1.8 when calling ... | guilhem@mysql.com | 2004-12-17 | 1 | -1/+1 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-12-09 | 1 | -2/+4 |
|\ | |||||
| * | Ensure that we free memory used with --order-by-primary (in mysqldump) | monty@mysql.com | 2004-12-09 | 1 | -2/+4 |
* | | help text corrected | serg@serg.mylan | 2004-12-04 | 1 | -1/+1 |
|/ | |||||
* | Merge bk-internal:/home/bk/mysql-4.1 | tsmith@build.mysql.com | 2004-12-02 | 1 | -24/+121 |
|\ | |||||
| * | Merge | tsmith@build.mysql.com | 2004-11-30 | 1 | -24/+121 |
| |\ | |||||
| | * | mysqldump.c: | tsmith@build.mysql.com | 2004-11-30 | 1 | -19/+15 |
| | * | Add --order-by-primary option, which adds an ORDER BY | tsmith@build.mysql.com | 2004-11-16 | 1 | -24/+125 |
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ram@gw.mysql.r18.ru | 2004-11-30 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | A fix (bug #6101: mysqldump writes invalid SQL). | ram@gw.mysql.r18.ru | 2004-10-19 | 1 | -1/+1 |
* | | | compilation failures fixes. mysqldump now compiles on AIX 4.3. | guilhem@mysql.com | 2004-11-16 | 1 | -2/+2 |
* | | | Try to lower the probability of a stall of mysqldump AND most client connecti... | guilhem@mysql.com | 2004-11-14 | 1 | -1/+11 |
* | | | allowing --master-data without arg to be compatible with < 4.1.8 mysqldump. | guilhem@mysql.com | 2004-11-14 | 1 | -1/+5 |
* | | | After merge fixes | monty@mysql.com | 2004-11-12 | 1 | -9/+9 |
* | | | merge with 4.0 | monty@mysql.com | 2004-11-12 | 1 | -28/+25 |
|\ \ \ | |||||
| * | | | Alphabetize some out-of-order options in option structure. | paul@kite-hub.kitebird.com | 2004-11-09 | 1 | -12/+13 |
| * | | | mysqldump.c: | bar@mysql.com | 2004-11-05 | 1 | -0/+1 |
| * | | | client_priv.h: | bar@mysql.com | 2004-11-05 | 1 | -7/+49 |
| * | | | Bug#5655 - mysqldump fields-escaped-by behaviour | antony@ltantony.rdg.cyberkinetica.homeunix.net | 2004-09-22 | 1 | -1/+1 |
* | | | | mysqldump.c: | paul@kite-hub.kitebird.com | 2004-11-11 | 1 | -7/+7 |
* | | | | Merge | guilhem@mysql.com | 2004-11-10 | 1 | -135/+196 |
|\ \ \ \ | |||||
| * | | | | WL#1596 "make mysqldump --master-data --single-transaction able to do online ... | guilhem@mysql.com | 2004-11-10 | 1 | -135/+196 |
| | |_|/ | |/| | | |||||
* | | | | mysqldump.c: | bar@mysql.com | 2004-11-05 | 1 | -0/+1 |
* | | | | mysqldump.c: | bar@mysql.com | 2004-11-05 | 1 | -12/+16 |
|/ / / | |||||
* | | | Dumping BLOBs in HEX notation. The patch was orinigally | bar@mysql.com | 2004-10-19 | 1 | -9/+52 |
| |/ |/| | |||||
* | | Fixed a bug in password handling. All related to Bug#5955. | jani@a80-186-41-201.elisa-laajakaista.fi | 2004-10-07 | 1 | -1/+2 |
* | | mysqldump.c: | paul@kite-hub.kitebird.com | 2004-10-02 | 1 | -1/+1 |
* | | Merge with 4.0 | monty@mysql.com | 2004-09-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Added global my_getopt_error_reporter function pointer which is | ram@gw.mysql.r18.ru | 2004-08-31 | 1 | -1/+1 |
* | | Names listed as options should look like options, | paul@kite-hub.kitebird.com | 2004-08-30 | 1 | -1/+1 |
* | | merged | serg@serg.mylan | 2004-08-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | mysql_priv.h: | rburnett@build.mysql.com | 2004-08-14 | 1 | -1/+1 |
* | | more accurate processing of find_type result | vva@eagle.mysql.r18.ru | 2004-08-24 | 1 | -1/+1 |
* | | fixed a Bug #4998 "--protocol doesn't reject bad values" | vva@eagle.mysql.r18.ru | 2004-08-23 | 1 | -2/+1 |
* | | 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 |
* | | | | 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 |
|/ / | |||||
* | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | konstantin@mysql.com | 2004-06-10 | 1 | -1/+0 |