Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 4.1 -> 5.0. | pem@mysql.com | 2004-04-07 | 6 | -148/+484 |
|\ | |||||
| * | Fixed charsetnr sent to the client | bar@bar.intranet.mysql.r18.ru | 2004-04-06 | 1 | -1/+4 |
| * | Fixed a non-critical bug, but which affected how indent program indents | jani@rhols221.adsl.netsonic.fi | 2004-04-05 | 1 | -1/+2 |
| * | Added option --set-charset (disable with --skip-set-charset) to mysqldump. | jani@rhols221.adsl.netsonic.fi | 2004-03-31 | 2 | -12/+18 |
| * | simple optimzation | monty@mysql.com | 2004-03-31 | 1 | -3/+5 |
| * | Force clients to recompile if client lib changes (Bug #3009) | monty@mysql.com | 2004-03-30 | 1 | -10/+11 |
| * | Fix to get correct metadata when using temporary tables to create result. (Bu... | monty@mysql.com | 2004-03-30 | 1 | -7/+55 |
| * | Merge with 4.0 | monty@mysql.com | 2004-03-25 | 1 | -2/+2 |
| |\ | |||||
| | * | "automagically" is not a word. | paul@teton.kitebird.com | 2004-03-22 | 1 | -2/+2 |
| * | | Ensure that we use unix file format (no \r\n) for all new files | monty@mysql.com | 2004-03-20 | 1 | -8/+7 |
| * | | Added test to show bug in current union implementation | monty@mysql.com | 2004-03-19 | 1 | -19/+56 |
| * | | merge with 4.0 (to get compiler error fixes for innodb) | monty@mysql.com | 2004-03-19 | 1 | -13/+20 |
| |\ \ | | |/ | |||||
| | * | Portability fixes | monty@mysql.com | 2004-03-19 | 1 | -13/+20 |
| * | | Fix for BUG#3214 "mysqlbinlog --read-from-remote-server --position prints wro... | guilhem@mysql.com | 2004-03-18 | 1 | -6/+4 |
| * | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-03-18 | 1 | -4/+35 |
| |\ \ | |||||
| | * | | Fix for BUG#3204 ""mysqlbinlog --read-from-remote-server this_binlog.001" pri... | guilhem@mysql.com | 2004-03-18 | 1 | -4/+35 |
| * | | | Don't change server suffix if given to configure | monty@mysql.com | 2004-03-18 | 1 | -1/+1 |
| * | | | merge fixes (use old code) | monty@mysql.com | 2004-03-18 | 5 | -34/+64 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | After merge fixes | monty@mysql.com | 2004-03-17 | 1 | -3/+6 |
| | * | | merge with 4.0 | monty@mysql.com | 2004-03-16 | 5 | -32/+59 |
| | |\ \ | | | |/ | |||||
| | | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2004-03-12 | 1 | -3/+3 |
| | | |\ | |||||
| | | | * | Force mysqlbinlog to require an argument if --local-load is used | guilhem@mysql.com | 2004-03-12 | 1 | -3/+3 |
| | | * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2004-03-11 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | | * | | Fixed error in version. | jani@ua72d24.elisa.omakaista.fi | 2004-03-11 | 1 | -1/+1 |
| | | | |/ | |||||
| | | * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2004-03-11 | 1 | -7/+7 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | mysqldump.c: | Sinisa@sinisa.nasamreza.org | 2004-03-11 | 1 | -4/+1 |
| | | | * | mysqldump.c: | Sinisa@sinisa.nasamreza.org | 2004-03-09 | 1 | -7/+10 |
| | | * | | Small fixes. | jani@ua72d24.elisa.omakaista.fi | 2004-03-11 | 1 | -2/+3 |
| | | * | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 | vva@eagle.mysql.r18.ru | 2004-03-10 | 1 | -24/+34 |
| | | |\ \ | |||||
| | | | * | | fixed BUG #2874 "Grant table bug" and | vva@eagle.mysql.r18.ru | 2004-03-10 | 1 | -24/+34 |
| | | | |/ | |||||
| | | * | | Patch for #3068: [Prompt without seconds when set from INI file]. | paul@ice.snake.net | 2004-03-08 | 1 | -0/+6 |
| | | |/ | |||||
| | | * | Fixed Bug#2491, INSERT DELAYED causes binary log unusable by mysqlbinlog (rep... | jani@ua72d24.elisa.omakaista.fi | 2004-03-04 | 1 | -2/+5 |
| | | * | Indented comment properly | monty@mashka.mysql.fi | 2004-03-04 | 1 | -8/+9 |
| | | * | fix for bug #2905 - | ulli@morbus.(none) | 2004-02-26 | 3 | -3/+3 |
| | | * | do not look for string characters "'` inside comments - bug#539 | serg@serg.mylan | 2004-02-26 | 1 | -1/+1 |
| | | * | Inserted comment about lost root pwd procedure in Docs relying on command ord... | arjen@bitbike.com | 2004-02-25 | 1 | -0/+8 |
| | | * | A fix for double free of memory in mysqlbinlog. | Sinisa@sinisa.nasamreza.org | 2004-02-23 | 1 | -1/+1 |
| * | | | roll back change in client/mysqladmin.c for bug | vva@eagle.mysql.r18.ru | 2004-03-16 | 1 | -15/+11 |
| * | | | Merge bk@gate:/home/bk/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-03-16 | 1 | -3/+24 |
| |\ \ \ | |||||
| | * | | | fixed bug #3160 '"mysqladmin password" doesn't work if --skip-grant-tables' | vva@eagle.mysql.r18.ru | 2004-03-16 | 1 | -3/+24 |
| | |/ / | |||||
| * | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-03-16 | 1 | -5/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-03-16 | 1 | -5/+1 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | fixed a lot of warnings in processing of | vva@eagle.mysql.r18.ru | 2004-03-16 | 1 | -5/+1 |
| * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-03-16 | 1 | -4/+10 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | actions for bug | vva@eagle.mysql.r18.ru | 2004-03-15 | 1 | -4/+10 |
| * | | | | Fix for bug#3041 --safe-updates option declaration anomaly | gluh@gluh.mysql.r18.ru | 2004-03-15 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge | vva@eagle.mysql.r18.ru | 2004-03-11 | 1 | -34/+57 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | fixed bug #2591 "mysqldump quotas names inconsistently" | vva@eagle.mysql.r18.ru | 2004-03-11 | 1 | -33/+58 |
| * | | | corrected spelling error horisontal->horizontal | vva@eagle.mysql.r18.ru | 2004-03-06 | 1 | -7/+7 |
| * | | | - added commands --query_vertical and --query_horisontal to client/mysqltest.cc | vva@eagle.mysql.r18.ru | 2004-03-06 | 1 | -0/+25 |