Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 3 | -15/+20 |
|\ | |||||
| * | Merge to get security patch | monty@mashka.mysql.fi | 2003-05-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge bk-internal:/home/bk/mysql-3.23/ | serg@serg.mylan | 2003-04-28 | 2 | -9/+19 |
| | |\ | |||||
| | * | | crash fix | serg@serg.mysql.com | 2003-03-17 | 1 | -1/+1 |
| * | | | Merge bk-internal:/home/bk/mysql-4.0 | serg@sergbook.mysql.com | 2003-04-24 | 1 | -0/+4 |
| |\ \ \ | |||||
| | * | | | Task 761:'mysqlbinlog should not die when reading | gluh@gluh.mysql.r18.ru | 2003-04-23 | 1 | -0/+4 |
| * | | | | do not execute \* commands inside `identifiers` | serg@sergbook.mysql.com | 2003-04-23 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | jani@hynda.(none) | 2003-04-03 | 1 | -13/+14 |
| |\ \ \ | |||||
| | * | | | Fixed a bug when printing error messages. stdout and stderr were | jani@hynda.(none) | 2003-04-03 | 1 | -13/+14 |
* | | | | | changes to mysqladmin : use queries instead of commands (so that they have a ... | guilhem@mysql.com | 2003-05-15 | 1 | -8/+8 |
* | | | | | Removed compiler warnings | monty@narttu.mysql.fi | 2003-05-06 | 1 | -1/+0 |
* | | | | | Merge | monty@narttu.mysql.fi | 2003-05-02 | 9 | -779/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Removed some not used files | monty@narttu.mysql.fi | 2003-04-22 | 9 | -778/+0 |
* | | | | | | Fix bug#68: ssl_test.c does not compile/work | gluh@gluh.mysql.r18.ru | 2003-04-23 | 2 | -4/+5 |
* | | | | | | Added --delimiter option to mysql | jani@hynda.(none) | 2003-04-23 | 2 | -38/+78 |
|/ / / / / | |||||
* | | | | | fixed bug with locales in libedit | vva@eagle.mysql.r18.ru | 2003-04-06 | 1 | -0/+7 |
* | | | | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-04-03 | 3 | -8/+20 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge with 3.23 to get fixes for: | monty@narttu.mysql.fi | 2003-04-03 | 2 | -6/+18 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | Do not silently do RESET MASTER when one does 'mysqldump --master-data' ; | guilhem@mysql.com | 2003-03-19 | 2 | -9/+19 |
| | |/ | |||||
| * | | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili... | greg@mysql.com | 2003-03-21 | 2 | -35/+2 |
| * | | Fixed a bug in comment handling. | jani@rhols221.adsl.netsonic.fi | 2003-03-21 | 1 | -2/+10 |
* | | | my_strncasecmp() is not used anymore. Use my_strncoll() instead. | bar@bar.mysql.r18.ru | 2003-04-01 | 1 | -1/+2 |
* | | | Added quotes around CREATE DATABASE IF EXISTS `name` if -Q was given. | jani@dsl-kpogw4gb5.dial.inet.fi | 2003-03-30 | 1 | -2/+5 |
* | | | Added quotes around database name, when using -Q. | jani@dsl-kpogw4gb5.dial.inet.fi | 2003-03-29 | 1 | -2/+4 |
* | | | Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches | greg@mysql.com | 2003-03-28 | 2 | -34/+1 |
* | | | Merge with 4.0.12 | monty@narttu.mysql.fi | 2003-03-19 | 2 | -192/+2 |
|\ \ \ | |/ / | |||||
| * | | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported | lenz@mysql.com | 2003-03-18 | 1 | -191/+0 |
| * | | Fixed a bug in --one-database. | jani@hynda.(none) | 2003-03-17 | 1 | -1/+2 |
* | | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-03-16 | 2 | -9/+19 |
|\ \ \ | |/ / | |||||
| * | | - fixed C++-style comments to make IBM C compiler happy | lenz@mysql.com | 2003-03-15 | 1 | -1/+1 |
| * | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0 | gluh@gluh.mysql.r18.ru | 2003-03-11 | 1 | -1/+17 |
| |\ \ | |||||
| | * | | Openssl test | gluh@gluh.mysql.r18.ru | 2003-03-11 | 1 | -1/+17 |
| * | | | Merge to get fix for LOCK TABLES + DROP TABLE in another thread | monty@mashka.mysql.fi | 2003-03-07 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | A better, but larger fix for server_id bug .. | Sinisa@sinisa.nasamreza.org | 2003-03-05 | 1 | -1/+1 |
| * | | | Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0 | monty@narttu.mysql.fi | 2003-03-04 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl... | monty@narttu.mysql.fi | 2003-03-04 | 1 | -0/+1 |
| | | |/ | | |/| | |||||
| * | | | Replication: small bug fixes in mysql-test-run.sh and in replication code (mo... | guilhem@mysql.com | 2003-03-03 | 1 | -7/+0 |
| |/ / | |||||
| * | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2003-02-18 | 2 | -2/+13 |
| |\ \ | |||||
* | | | | mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc: | root@home.(none) | 2003-03-16 | 5 | -86/+82 |
* | | | | set_default_charset() is not used anymore | root@home.(none) | 2003-03-16 | 5 | -6/+6 |
* | | | | A fix for mysql client program when `use` or `connect` were used | Sinisa@sinisa.nasamreza.org | 2003-03-12 | 1 | -1/+3 |
* | | | | - Changed C++-style comments to C-style comments to make IBM compiler happy | lenz@mysql.com | 2003-03-06 | 2 | -2/+2 |
* | | | | Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to ... | papa@gbichot.local | 2003-03-01 | 2 | -7/+10 |
* | | | | Portability fixes | monty@narttu.mysql.fi | 2003-02-27 | 3 | -3/+0 |
* | | | | merge fix | Sinisa@sinisa.nasamreza.org | 2003-02-22 | 3 | -3/+14 |
|\ \ \ \ | |||||
| * | | | | Fixed typo in mysqltest command name. | pem@mysql.com | 2003-02-19 | 1 | -1/+1 |
| * | | | | Merge with 4.0.11 tree to get latest bug fixes | monty@mashka.mysql.fi | 2003-02-17 | 2 | -2/+13 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -0/+3 |
| | * | | | Patch for novell | monty@mashka.mysql.fi | 2003-02-16 | 1 | -2/+10 |
* | | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2003-02-15 | 1 | -3/+6 |
|\ \ \ \ \ | |/ / / / |