Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Precision Math implementation | hf@deer.(none) | 2005-02-09 | 2 | -2/+13 |
* | Merge changes | jimw@mysql.com | 2005-02-04 | 1 | -1/+1 |
|\ | |||||
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-8029 | jimw@mysql.com | 2005-02-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix 'mysqlcheck --help' to not specify what storage engines are | jimw@mysql.com | 2005-02-02 | 1 | -1/+1 |
* | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 | guilhem@mysql.com | 2005-02-03 | 1 | -0/+9 |
|\ \ \ | |||||
| * \ \ | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 | guilhem@mysql.com | 2005-02-03 | 1 | -0/+9 |
| |\ \ \ | |||||
| | * | | | WL#1062 "log charset info into all Query_log_event": | guilhem@mysql.com | 2005-02-03 | 1 | -0/+9 |
* | | | | | 4.1 -> 5.0 merge | monty@mysql.com | 2005-02-03 | 2 | -18/+19 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2005-02-02 | 1 | -0/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Add 'debug' to mysqladmin --help output. (Bug #8207) | jimw@mysql.com | 2005-01-31 | 1 | -0/+1 |
| * | | | Proper fix for comparision with ' ' | monty@mysql.com | 2005-02-01 | 1 | -18/+18 |
| |/ / | |||||
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-7811 | jimw@mysql.com | 2005-01-31 | 1 | -6/+6 |
|\ \ \ | |||||
| * | | | Change 'mysql' client to output XML like the 'mysqldump' | jimw@mysql.com | 2005-01-25 | 1 | -6/+6 |
* | | | | Merge | jimw@mysql.com | 2005-01-31 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8148 | jimw@mysql.com | 2005-01-31 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Use single quotes to set SQL_MODE in mysqldump output in case ANSI_QUOTES | jimw@mysql.com | 2005-01-28 | 1 | -2/+2 |
* | | | | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 | reggie@bob.(none) | 2005-01-29 | 1 | -3/+40 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge | reggie@bob.(none) | 2005-01-29 | 1 | -3/+40 |
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | | |||||
| | * | | | Bug #5185 mysqldump for windows database gets table names with different case | reggie@bob.(none) | 2005-01-29 | 1 | -6/+9 |
| | * | | | Bug #5185 mysqldump for windows database gets table names with different case | reggie@bob.(none) | 2005-01-27 | 1 | -2/+35 |
| | |/ / | |||||
* | | | | small Makefile.am cleanup | serg@serg.mylan | 2005-01-28 | 1 | -1/+1 |
|/ / / | |||||
* | | | merged | serg@serg.mylan | 2005-01-26 | 1 | -6/+9 |
|\ \ \ | |||||
| * \ \ | merged | serg@serg.mylan | 2005-01-25 | 1 | -4/+13 |
| |\ \ \ | | |/ / | |||||
| | * | | Cleanups during review | monty@mysql.com | 2005-01-25 | 1 | -4/+13 |
| | |/ | |||||
* | | | Some bug fixes and a feature add to mysql-test-run | jani@ua141d10.elisa.omakaista.fi | 2005-01-25 | 2 | -3/+19 |
|/ / | |||||
* | | merged | serg@serg.mylan | 2005-01-24 | 4 | -20/+9 |
|\ \ | |/ | |||||
| * | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-01-24 | 4 | -20/+9 |
| |\ | |||||
| | * | fixes/cleanups according to Coverity report | serg@serg.mylan | 2005-01-24 | 4 | -20/+9 |
* | | | After merge fix. | dlenev@brandersnatch.localdomain | 2005-01-18 | 1 | -1/+1 |
* | | | Merge mysql.com:/home/dlenev/src/mysql-4.1-merges | dlenev@mysql.com | 2005-01-18 | 1 | -14/+4 |
|\ \ \ | |/ / | |||||
| * | | Cleanups in Makefile.ams | konstantin@mysql.com | 2005-01-18 | 1 | -14/+4 |
| |/ | |||||
* | | Added possibility to use --error <name> instead of --error <number> | jani@ua141d10.elisa.omakaista.fi | 2005-01-18 | 1 | -8/+43 |
* | | Merge with global tree | monty@mysql.com | 2005-01-18 | 2 | -4/+12 |
|\ \ | |/ | |||||
| * | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1 | reggie@bob.(none) | 2005-01-17 | 1 | -1/+9 |
| |\ | |||||
| | * | Bug #7922 prompt \p fails on Windows for shared-memory connections | reggie@bob.(none) | 2005-01-15 | 1 | -1/+9 |
| * | | mysqldump.c: | paul@kite-hub.kitebird.com | 2005-01-17 | 1 | -3/+3 |
* | | | Merge | guilhem@mysql.com | 2005-01-16 | 2 | -4/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 | guilhem@mysql.com | 2005-01-16 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | protect against malicious server trying to crash command-line client :) | serg@serg.mylan | 2005-01-14 | 1 | -4/+4 |
| | |/ | |||||
| * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 | guilhem@mysql.com | 2005-01-14 | 1 | -0/+7 |
| |\ \ | | |/ | |/| | |||||
| | * | Fix for BUG#7850: force the transaction isolation level to REPEATABLE READ wh... | guilhem@mysql.com | 2005-01-13 | 1 | -0/+7 |
* | | | Merge with global tree | monty@mysql.com | 2005-01-15 | 1 | -8/+17 |
|\ \ \ | |||||
| * \ \ | Merge with 4.1 | monty@mysql.com | 2005-01-15 | 1 | -8/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2005-01-11 | 1 | -1/+11 |
| | |\ \ | | | |/ | |||||
| | * | | Review of new pushed code | monty@mysql.com | 2005-01-11 | 1 | -8/+17 |
* | | | | A patch for Netware. | jani@ua141d10.elisa.omakaista.fi | 2005-01-13 | 1 | -0/+5 |
|/ / / | |||||
* | | | Merging conflicts resolved | hf@deer.(none) | 2005-01-11 | 1 | -1/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 | hf@deer.(none) | 2005-01-11 | 1 | -1/+11 |
| |\ \ | | |/ | |/| | |||||
| | * | fix for bug #5920 (embedded-server mysql doesn't handle --defaults-file) | hf@deer.(none) | 2005-01-03 | 1 | -1/+11 |
* | | | Merge | pekka@mysql.com | 2005-01-08 | 2 | -4/+8 |
|\ \ \ | |/ / |