summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* mysqldump.c:bar@bar.mysql.r18.ru2003-06-101-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.ru2003-06-101-0/+2
| | | | SET NAMES is not produced in compatibility modes
* merge with public treemonty@narttu.mysql.fi2003-06-052-20/+48
|\
| * Merge with 4.0.13monty@narttu.mysql.fi2003-06-042-5/+18
| |\
| | * Fixed problem with mysql prompt when server disconnect. (Bug 356)monty@narttu.mysql.fi2003-05-272-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 protocolmonty@narttu.mysql.fi2003-06-042-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 serverbar@bar.mysql.r18.ru2003-05-301-2/+8
| | | | | | | | | | | | character_set_results is now the same with character_set_client by default
* | | mysqldump.c:bar@bar.mysql.r18.ru2003-05-301-2/+9
| | | | | | | | | | | | mysqldump now produces SET NAMES. It can be disabled by --no-set-names
* | | new version of helpvva@eagle.mysql.r18.ru2003-05-291-36/+47
| | |
* | | --with-collation argument for configure. Now one can for example use this:bar@bar.mysql.r18.ru2003-05-284-4/+5
| | | | | | | | | | | | ./configure --with-charset=latin1 --with-collation=latin1_danish_ci
* | | "mysql" now sends client character set to server.bar@bar.mysql.r18.ru2003-05-281-0/+1
|/ /
* | ORDER BY optimizationmonty@narttu.mysql.fi2003-05-271-3/+2
| | | | | | | | Fixed new bug when reading field types
* | CHARSET_INFO structure reorganization for easier maintainancebar@bar.mysql.r18.ru2003-05-231-6/+6
| |
* | mysqlimport.c, mysqldump.c, mysqlcheck.c:bar@bar.mysql.r18.ru2003-05-224-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...
* | mergemonty@mashka.mysql.fi2003-05-224-44/+51
|\ \
| * | After merge fixesmonty@mashka.mysql.fi2003-05-211-29/+31
| | | | | | | | | | | | Added initialization of all important global variables
| * | Merge with 4.0.13monty@narttu.mysql.fi2003-05-193-15/+20
| |\ \ | | |/
| | * Merge to get security patchmonty@mashka.mysql.fi2003-05-081-1/+1
| | |\
| | | * Merge bk-internal:/home/bk/mysql-3.23/serg@serg.mylan2003-04-282-9/+19
| | | |\ | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql
| | | * | crash fixserg@serg.mysql.com2003-03-171-1/+1
| | | | |
| | * | | Merge bk-internal:/home/bk/mysql-4.0serg@sergbook.mysql.com2003-04-241-0/+4
| | |\ \ \ | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | | * | | Task 761:'mysqlbinlog should not die when readinggluh@gluh.mysql.r18.ru2003-04-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | unknown event'
| | * | | | do not execute \* commands inside `identifiers`serg@sergbook.mysql.com2003-04-231-1/+1
| | |/ / /
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0jani@hynda.(none)2003-04-031-13/+14
| | |\ \ \ | | | | | | | | | | | | | | | | | | into hynda.(none):/home/my/bk/mysql-4.0
| | | * | | Fixed a bug when printing error messages. stdout and stderr werejani@hynda.(none)2003-04-031-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | mixed wrongly sometimes.
* | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1vva@eagle.mysql.r18.ru2003-05-202-43/+46
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.1
| * | | | | changed processing of LOAD DATA in mysqlbinlogvva@eagle.mysql.r18.ru2003-05-202-43/+46
| | | | | |
* | | | | | changes to mysqladmin : use queries instead of commands (so that they have a ↵guilhem@mysql.com2003-05-151-8/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | chance to go into the binlog), SLAVE START -> START SLAVE, error test changes.
* | | | | Removed compiler warningsmonty@narttu.mysql.fi2003-05-061-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
* | | | | Mergemonty@narttu.mysql.fi2003-05-029-779/+1
|\ \ \ \ \
| * | | | | Removed some not used filesmonty@narttu.mysql.fi2003-04-229-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/workgluh@gluh.mysql.r18.ru2003-04-232-4/+5
| | | | | |
* | | | | | Added --delimiter option to mysqljani@hynda.(none)2003-04-232-38/+78
|/ / / / /
* | | | | fixed bug with locales in libeditvva@eagle.mysql.r18.ru2003-04-061-0/+7
| | | | |
* | | | | Merge with 4.0monty@narttu.mysql.fi2003-04-033-8/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge with 3.23 to get fixes for:monty@narttu.mysql.fi2003-04-032-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.com2003-03-192-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.com2003-03-212-35/+2
| | | | | | | | | | | | utilize new LibC
| * | Fixed a bug in comment handling.jani@rhols221.adsl.netsonic.fi2003-03-211-2/+10
| | |
* | | my_strncasecmp() is not used anymore. Use my_strncoll() instead.bar@bar.mysql.r18.ru2003-04-011-1/+2
| | |
* | | Added quotes around CREATE DATABASE IF EXISTS `name` if -Q was given.jani@dsl-kpogw4gb5.dial.inet.fi2003-03-301-2/+5
| | |
* | | Added quotes around database name, when using -Q.jani@dsl-kpogw4gb5.dial.inet.fi2003-03-291-2/+4
| | |
* | | Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patchesgreg@mysql.com2003-03-282-34/+1
| | |
* | | Merge with 4.0.12monty@narttu.mysql.fi2003-03-192-192/+2
|\ \ \ | |/ /
| * | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedlenz@mysql.com2003-03-181-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-171-1/+2
| | |
* | | Merge with 4.0monty@narttu.mysql.fi2003-03-162-9/+19
|\ \ \ | |/ /
| * | - fixed C++-style comments to make IBM C compiler happylenz@mysql.com2003-03-151-1/+1
| | |
| * | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2003-03-111-1/+17
| |\ \ | | | | | | | | | | | | into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.last
| | * | Openssl testgluh@gluh.mysql.r18.ru2003-03-111-1/+17
| | | |