Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | After merge fixes. | monty@mashka.mysql.fi | 2003-09-11 | 1 | -1/+0 |
* | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -4/+6 |
|\ | |||||
| * | Add column names for metadata when running mysql with -T | monty@narttu.mysql.fi | 2003-08-27 | 1 | -2/+3 |
| * | vio ssl structure renames (to get rid of ending _) | monty@narttu.mysql.fi | 2003-08-27 | 1 | -3/+4 |
* | | After merge fixes | monty@mashka.mysql.fi | 2003-08-19 | 1 | -2/+7 |
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -8/+7 |
|\ \ | |/ | |||||
| * | Status query on killed mysql connection results in segmentation fault (Bug #738) | monty@narttu.mysql.fi | 2003-07-04 | 1 | -1/+2 |
| * | Cleaner implementation if INSERT ... SELECT with same tables | monty@narttu.mysql.fi | 2003-07-03 | 1 | -9/+5 |
| * | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-06-02 | 1 | -5/+14 |
| |\ | |||||
| * | | A fix for the crashing bug in mysql client program | Sinisa@sinisa.nasamreza.org | 2003-05-01 | 1 | -0/+2 |
* | | | bugfix for the bugfix for the bug #539 | ram@mysql.r18.ru | 2003-07-15 | 1 | -5/+4 |
* | | | mysql should ignore ' " ` symbols inside comments (Bug #539). | ram@mysql.r18.ru | 2003-07-15 | 1 | -6/+8 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@narttu.mysql.fi | 2003-06-14 | 1 | -1/+4 |
|\ \ \ | |||||
| * | | | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s... | monty@narttu.mysql.fi | 2003-06-14 | 1 | -1/+4 |
* | | | | consistency fix - all help texts for command-line options should end with a dot. | serg@serg.mylan | 2003-06-13 | 1 | -5/+5 |
|/ / / | |||||
* | | | merge with public tree | monty@narttu.mysql.fi | 2003-06-05 | 1 | -18/+38 |
|\ \ \ | |||||
| * \ \ | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-04 | 1 | -4/+13 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixed problem with mysql prompt when server disconnect. (Bug 356) | monty@narttu.mysql.fi | 2003-05-27 | 1 | -5/+14 |
| | |/ | |||||
| * | | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 1 | -14/+25 |
* | | | new version of help | vva@eagle.mysql.r18.ru | 2003-05-29 | 1 | -36/+47 |
* | | | --with-collation argument for configure. Now one can for example use this: | bar@bar.mysql.r18.ru | 2003-05-28 | 1 | -1/+1 |
* | | | "mysql" now sends client character set to server. | bar@bar.mysql.r18.ru | 2003-05-28 | 1 | -0/+1 |
|/ / | |||||
* | | ORDER BY optimization | monty@narttu.mysql.fi | 2003-05-27 | 1 | -3/+2 |
* | | mysqlimport.c, mysqldump.c, mysqlcheck.c: | bar@bar.mysql.r18.ru | 2003-05-22 | 1 | -1/+2 |
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -14/+15 |
|\ \ | |/ | |||||
| * | do not execute \* commands inside `identifiers` | serg@sergbook.mysql.com | 2003-04-23 | 1 | -1/+1 |
| * | Fixed a bug when printing error messages. stdout and stderr were | jani@hynda.(none) | 2003-04-03 | 1 | -13/+14 |
* | | Added --delimiter option to mysql | jani@hynda.(none) | 2003-04-23 | 1 | -37/+77 |
* | | 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 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili... | greg@mysql.com | 2003-03-21 | 1 | -27/+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 |
* | | Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches | greg@mysql.com | 2003-03-28 | 1 | -25/+0 |
* | | Merge with 4.0.12 | monty@narttu.mysql.fi | 2003-03-19 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fixed a bug in --one-database. | jani@hynda.(none) | 2003-03-17 | 1 | -1/+2 |
* | | mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc: | root@home.(none) | 2003-03-16 | 1 | -39/+38 |
* | | set_default_charset() is not used anymore | root@home.(none) | 2003-03-16 | 1 | -1/+1 |
* | | A fix for mysql client program when `use` or `connect` were used | Sinisa@sinisa.nasamreza.org | 2003-03-12 | 1 | -1/+3 |
* | | Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to ... | papa@gbichot.local | 2003-03-01 | 1 | -6/+9 |
* | | merge fix | Sinisa@sinisa.nasamreza.org | 2003-02-22 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge with 4.0.11 tree to get latest bug fixes | monty@mashka.mysql.fi | 2003-02-17 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -0/+3 |
* | | | merge | Sinisa@sinisa.nasamreza.org | 2003-02-13 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | a fix for mysql client | Sinisa@sinisa.nasamreza.org | 2003-02-06 | 1 | -1/+1 |
* | | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -19/+16 |
* | | | Update lengths for fields in MYSQL_FIELD | monty@mashka.mysql.fi | 2003-02-08 | 1 | -2/+2 |
* | | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -60/+98 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fixed core dump bug in 'mysql' when using \p in prompt on Windows. | monty@mashka.mysql.fi | 2003-02-02 | 1 | -2/+5 |
| * | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -61/+96 |