summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in mysql 'use' command. 'use' can now take quoted arguments.jani@rhols221.adsl.netsonic.fi2002-12-111-10/+63
|
* merge fixmonty@mashka.mysql.fi2002-12-061-125/+0
|\
| * Merge with 4.0.6monty@mashka.mysql.fi2002-12-051-125/+0
| |\
| | * .del-errmsg.c~444b5d4031149217:serg@serg.mysql.com2002-12-051-125/+0
| | | | | | | | | | | | Delete: client/errmsg.c
* | | Basically minor code optimizations and cleanupspeter@mysql.com2002-12-051-3/+3
| | |
* | | SCRAM Remove spaces from most changed files.peter@mysql.com2002-12-051-20/+20
| | | | | | | | | | | | | | | This alters not only my code so it looks like I'm not only one adding the spaces.
* | | SCRUM: Secure authpeter@mysql.com2002-11-301-2/+3
| | | | | | | | | | | | | | | | | | Implement mysql_change_user Get rid of double user search at authentication Some cleanups
* | | Merging....peter@mysql.com2002-11-294-18/+25
|\ \ \ | |/ /
| * | Get rid of pbool from my_list.h; and avoid using the my_global.h for clientsvenu@myvenu.com2002-11-282-2/+0
| | |
| * | Merge myvenu.com:/home/venu/bk/src-4.1venu@myvenu.com2002-11-262-0/+2
| |\ \ | | | | | | | | | | | | into myvenu.com:/home/venu/work/sql/dev-4.1
| | * | select_test.c, insert_test.c:venu@myvenu.com2002-11-262-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added my_global.h to compile after my_list.h is added to mysql.h sql_prepare.cc: Handle close stmt from client Minor fixups to make SET variable=? to work sql_parse.cc: Added missed COM_CLOSE_STMT mysql_priv.h: Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type libmysql.c: Clean all open stmts during mysql_close() implicitly
| * | | temporary fix to make mysql.cc to compile --with-readlineserg@serg.mysql.com2002-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | (thought it won't compile --without-readline) preper fix is to follow...
| * | | mysql.cc has to support older readline to compile on FreeBSD :((serg@serg.mysql.com2002-11-261-1/+9
| | | |
| * | | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-3/+2
| | | |
| * | | Merge genie.(none):/home/vva/work/mysql.orig/clear/4.1vva@genie.(none)2002-11-256-46/+102
| |\ \ \ | | |/ / | | | | | | | | into genie.(none):/home/vva/work/new_readline/4.1
| * | | upgrade readline to version 4.3vva@genie.(none)2002-11-193-14/+14
| | | |
* | | | Correct bug which exposed itself in rpl000017peter@mysql.com2002-11-291-0/+1
| | | | | | | | | | | | | | | | Commit for merge
* | | | Merge....peter@mysql.com2002-11-2411-355/+419
|\ \ \ \ | | |/ / | |/| |
| * | | Merge with 4.0monty@mashka.mysql.fi2002-11-216-46/+102
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge vvagin@work.mysql.com:/home/bk/mysql-4.0vva@genie.(none)2002-11-181-15/+27
| | |\ | | | | | | | | | | | | into genie.(none):/home/vva/work/mysqldump_xml/4.0
| | | * fix xml-output of mysqldumpvva@genie.(none)2002-11-181-15/+27
| | | |
| | * | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-11-141-1/+0
| | |\ \ | | | |/ | | |/|
| | | * Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-1/+0
| | | |
| | * | mergedserg@serg.mysql.com2002-11-131-10/+23
| | |\ \ | | | |/ | | |/|
| | | * Fixed mysqlcheck so it can process table names with dashes.salle@geopard.(none)2002-11-121-10/+23
| | | | | | | | | | | | | | | | Quote all table names with backticks.
| | | * - backported gcc 3.0 linking fix from 4.0lenz@mysql.com2002-09-241-0/+2
| | | | | | | | | | | | | | | | - some cosmetical fixups (typos, comments)
| | * | --use-frm option to mysqlcheckserg@serg.mysql.com2002-11-082-5/+10
| | | |
| | * | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2002-11-081-13/+30
| | |\ \ | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| | | * | Changes that will enable proper wildcarding of databases, plusSinisa@sinisa.nasamreza.org2002-11-081-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | proper escaping of databases with '_' in their name. More explanations in the manual.
| | * | | Portability fix extern "C" static -> extern "C"monty@hundin.mysql.fi2002-11-071-1/+1
| | | | |
| | * | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-1/+1
| | |/ /
| | * | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
| * | | Copy from /sql directorybar@bar.mysql.r18.ru2002-11-152-268/+76
| | | |
| * | | Add shared memory protocol and option --protocolwax@mysql.com2002-11-157-7/+187
| | | |
| * | | Fix syntax to be more clean:bar@bar.mysql.r18.ru2002-11-101-1/+1
| | | | | | | | | | | | | | | | SHOW CREATE DATABASE [WITH IF NOT EXISTS] dbname
| * | | Fixes for fault about String::copy()bar@bar.mysql.r18.ru2002-11-103-39/+59
| | | |
* | | | SCRUM: Main change for Secure connection handling. Still needs some more ↵peter@mysql.com2002-11-241-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | coding. Commit done for merge with newer version of code.
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-11-061-1/+1
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.1
| * | | Extensions to support this:bar@bar.mysql.r18.ru2002-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SHOW CREATE DATABASE [IF NOT EXISTS] dbname Version dependant parts are displayed in appropriative comments: CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ucs` /*!40100 DEFAULT CHARACTER SET ucs2*/
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-11-051-1/+21
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.1
| * | | CREATE DATABASE now tries to execute SHOW CREATE DATABASE firstbar@bar.mysql.r18.ru2002-11-051-1/+21
| | | |
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-10-291-41/+154
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.1
| * | | add help command on server sidevva@genie.(none)2002-10-281-41/+154
| | | |
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-10-271-8/+8
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.1
| * | | mergedserg@serg.mysql.com2002-10-251-8/+8
| |\ \ \ | | |/ /
| | * | Fixed three bugs in mysqlcheck and changed documentation for mysqld_multijani@rhols221.adsl.netsonic.fi2002-10-171-8/+8
| | | |
* | | | Merge to update to recent tree versionpeter@mysql.com2002-10-203-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | More work on secure connection protocol. commited in order to do the sync ↵peter@mysql.com2002-10-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | with new large pushed bunch.
| * | | Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-10-091-2/+3
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.1
| * \ \ \ Merge mysql.com:/home/pz/mysql/mysql-4.1-rootpeter@mysql.com2002-10-091-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.1