summaryrefslogtreecommitdiff
path: root/client/mysql.cc
Commit message (Expand)AuthorAgeFilesLines
* bugfix for the bugfix for the bug #539unknown2003-07-151-5/+4
* mysql should ignore ' " ` symbols inside comments (Bug #539).unknown2003-07-151-6/+8
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-06-141-1/+4
|\
| * Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...unknown2003-06-141-1/+4
* | consistency fix - all help texts for command-line options should end with a dot.unknown2003-06-131-5/+5
|/
* merge with public treeunknown2003-06-051-18/+38
|\
| * Merge with 4.0.13unknown2003-06-041-4/+13
| |\
| | * Fixed problem with mysql prompt when server disconnect. (Bug 356)unknown2003-05-271-5/+14
| * | Added SQLSTATE to client/server protocolunknown2003-06-041-14/+25
* | | new version of helpunknown2003-05-291-36/+47
* | | --with-collation argument for configure. Now one can for example use this:unknown2003-05-281-1/+1
* | | "mysql" now sends client character set to server.unknown2003-05-281-0/+1
|/ /
* | ORDER BY optimizationunknown2003-05-271-3/+2
* | mysqlimport.c, mysqldump.c, mysqlcheck.c:unknown2003-05-221-1/+2
* | Merge with 4.0.13unknown2003-05-191-14/+15
|\ \ | |/
| * do not execute \* commands inside `identifiers`unknown2003-04-231-1/+1
| * Fixed a bug when printing error messages. stdout and stderr wereunknown2003-04-031-13/+14
* | Added --delimiter option to mysqlunknown2003-04-231-37/+77
* | fixed bug with locales in libeditunknown2003-04-061-0/+7
* | Merge with 4.0unknown2003-04-031-2/+2
|\ \ | |/
| * Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili...unknown2003-03-211-27/+2
| * Fixed a bug in comment handling.unknown2003-03-211-2/+10
* | my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-1/+2
* | Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patchesunknown2003-03-281-25/+0
* | Merge with 4.0.12unknown2003-03-191-1/+2
|\ \ | |/
| * Fixed a bug in --one-database.unknown2003-03-171-1/+2
* | mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:unknown2003-03-161-39/+38
* | set_default_charset() is not used anymoreunknown2003-03-161-1/+1
* | A fix for mysql client program when `use` or `connect` were used unknown2003-03-121-1/+3
* | Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to ...unknown2003-03-011-6/+9
* | merge fixunknown2003-02-221-0/+3
|\ \
| * \ Merge with 4.0.11 tree to get latest bug fixesunknown2003-02-171-0/+3
| |\ \ | | |/
| | * Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-0/+3
* | | mergeunknown2003-02-131-1/+1
|\ \ \ | |/ / |/| |
| * | a fix for mysql clientunknown2003-02-061-1/+1
* | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-19/+16
* | | Update lengths for fields in MYSQL_FIELDunknown2003-02-081-2/+2
* | | Merge with 4.0.11unknown2003-02-041-60/+98
|\ \ \ | |/ / |/| / | |/
| * Fixed core dump bug in 'mysql' when using \p in prompt on Windows.unknown2003-02-021-2/+5
| * Fixes for Netwareunknown2003-01-281-61/+96
* | Mergeunknown2003-01-211-4/+2
|\ \
| * | Portability fixes (for windows)unknown2003-01-211-4/+2
* | | Conflicts resolvingunknown2003-01-201-21/+23
|\ \ \ | |/ /
| * | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2003-01-181-11/+19
| |\ \
| | * | changes for readline/libedit configurationunknown2003-01-181-11/+19
| * | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.unknown2003-01-181-10/+4
| |/ /
* | | resolving conflictsunknown2003-01-151-62/+100
|\ \ \ | |/ /
| * | Changed mysql-test to print warnings for not existing table to DROP TABLEunknown2003-01-061-25/+27
| * | Fix warnings and error VC++ compilerunknown2003-01-041-1/+0
| * | Changed get_arg() so that it can be used to fetch more thanunknown2002-12-251-25/+43