Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mysqldump.c: | bar@bar.mysql.r18.ru | 2003-06-10 | 1 | -1/+2 |
| | | | | | SET NAMES is not sent to server when SET NAMES is not dumped Server decides which character set to use in this case | ||||
* | mysqldump.c: | bar@bar.mysql.r18.ru | 2003-06-10 | 1 | -0/+2 |
| | | | | SET NAMES is not produced in compatibility modes | ||||
* | merge with public tree | monty@narttu.mysql.fi | 2003-06-05 | 2 | -20/+48 |
|\ | |||||
| * | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-04 | 2 | -5/+18 |
| |\ | |||||
| | * | Fixed problem with mysql prompt when server disconnect. (Bug 356) | monty@narttu.mysql.fi | 2003-05-27 | 2 | -6/+19 |
| | | | | | | | | | | | | | | | | | | Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316) | ||||
| * | | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 2 | -15/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86 | ||||
* | | | mysqlshow and mysqldump now send their vharacter set to server | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -2/+8 |
| | | | | | | | | | | | | character_set_results is now the same with character_set_client by default | ||||
* | | | mysqldump.c: | bar@bar.mysql.r18.ru | 2003-05-30 | 1 | -2/+9 |
| | | | | | | | | | | | | mysqldump now produces SET NAMES. It can be disabled by --no-set-names | ||||
* | | | 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 | 4 | -4/+5 |
| | | | | | | | | | | | | ./configure --with-charset=latin1 --with-collation=latin1_danish_ci | ||||
* | | | "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 |
| | | | | | | | | Fixed new bug when reading field types | ||||
* | | CHARSET_INFO structure reorganization for easier maintainance | bar@bar.mysql.r18.ru | 2003-05-23 | 1 | -6/+6 |
| | | |||||
* | | mysqlimport.c, mysqldump.c, mysqlcheck.c: | bar@bar.mysql.r18.ru | 2003-05-22 | 4 | -4/+8 |
| | | | | | | | | | | | | Bug fix: latin1 is not compiled charset and is not specified.. mysql.cc: Bug fix: latin1 is not compiled charset and is not specified... | ||||
* | | merge | monty@mashka.mysql.fi | 2003-05-22 | 4 | -44/+51 |
|\ \ | |||||
| * | | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -29/+31 |
| | | | | | | | | | | | | Added initialization of all important global variables | ||||
| * | | 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 |
| | | |\ | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql | ||||
| | | * | | 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 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| | | * | | | Task 761:'mysqlbinlog should not die when reading | gluh@gluh.mysql.r18.ru | 2003-04-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | unknown event' | ||||
| | * | | | | 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 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | into hynda.(none):/home/my/bk/mysql-4.0 | ||||
| | | * | | | Fixed a bug when printing error messages. stdout and stderr were | jani@hynda.(none) | 2003-04-03 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | mixed wrongly sometimes. | ||||
* | | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 | vva@eagle.mysql.r18.ru | 2003-05-20 | 2 | -43/+46 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.1 | ||||
| * | | | | | changed processing of LOAD DATA in mysqlbinlog | vva@eagle.mysql.r18.ru | 2003-05-20 | 2 | -43/+46 |
| | | | | | | |||||
* | | | | | | changes to mysqladmin : use queries instead of commands (so that they have a ↵ | guilhem@mysql.com | 2003-05-15 | 1 | -8/+8 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | chance to go into the binlog), SLAVE START -> START SLAVE, error test changes. | ||||
* | | | | | Removed compiler warnings | monty@narttu.mysql.fi | 2003-05-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed memory leak in new filesort code Optimzed sub selects to use keys with outer references. Increased max tables in join to 62 | ||||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the 'fs' file systems as this is not maintained. Moved programs from client to tests | ||||
* | | | | | | 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 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | | | | | | | | | mysqldump --delete-master-logs Portability fix for hammer Memory overrun for MyISAM LOAD DATA LOCAL replication bug fix. | ||||
| | * | | Do not silently do RESET MASTER when one does 'mysqldump --master-data' ; | guilhem@mysql.com | 2003-03-19 | 2 | -9/+19 |
| | |/ | | | | | | | | | | | | | only do it if the user specifies --delete-master-logs (new option). Safer + fixes bug #159. | ||||
| * | | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to ↵ | greg@mysql.com | 2003-03-21 | 2 | -35/+2 |
| | | | | | | | | | | | | utilize new LibC | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c) | ||||
| * | | 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 |
| |\ \ | | | | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.last | ||||
| | * | | Openssl test | gluh@gluh.mysql.r18.ru | 2003-03-11 | 1 | -1/+17 |
| | | | |