summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Portability fixmonty@mysql.com/narttu.mysql.fi2007-02-221-1/+1
| | | | Suppress compiler warnings from bdb and (for the moment) warnings from ndb
* Fixed compiler warnings (for linux and win32 and win64)monty@mysql.com/narttu.mysql.fi2007-02-222-10/+11
| | | | Fixed a couple of usage of not initialized warnings (unlikely cases)
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-217-164/+179
|\ | | | | | | into mysql.com:/home/my/mysql-5.0
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-227-164/+179
| |\ | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2006-12-157-164/+179
| | |\ | | | | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-157-164/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
* | | | Fix bug#23293 "readline detection broken on NetBSD":joerg@trift2.2007-01-311-3/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Its root cause is a difference between the "readline" and "libedit" (header files) definitions of "rl_completion_entry_function", where the "libedit" one is wrong anyway: This variable is used as a pointer to a function returning "char *", but "libedit" declares it as returning "int" and then adds casts on usage. Change it to "CPFunction *" and get rid of the casts.
* | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-mainttsmith@siva.hindu.god2007-01-181-20/+57
|\ \ \ | | | | | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
| * \ \ Merge recycle.(none):/src/bug22807/my50-bug22807iggy@recycle.(none)2007-01-181-20/+57
| |\ \ \ | | | | | | | | | | | | | | | into recycle.(none):/src/mysql-5.0-maint
| | * | | Bug#22807 mysql_upgrade fails when called with a basedir-path containing spacesiggy@recycle.(none)2007-01-181-20/+57
| | | | | | | | | | | | | | | | | | | | - Create space safe strings for system() calls in mysql_upgrade.exe
* | | | | Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/50tsmith@siva.hindu.god2007-01-181-11/+27
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
| * | | | Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpllars/lthalmann@mysql.com/dl145j.mysql.com2007-01-121-11/+27
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge
| | * \ \ \ Merge mysql.com:/home/bkroot/mysql-5.0-rpllars@mysql.com/black.(none)2006-12-081-11/+27
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | into mysql.com:/home/bk/MERGE/mysql-5.0-merge
| | | * | | Merge quant.(none):/ext/mysql/bkroot/mysql-5.0-rplrafal@quant.(none)2006-12-081-11/+27
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into quant.(none):/ext/mysql/bk/mysql-5.0-bug24507
| | | | * | | Bug#20396 Bin Log does not get DELIMETER cmd - Recover StoredProc failsbar@mysql.com/bar.intranet.mysql.r18.ru2006-11-281-11/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: when loading mysqlbinlog dumps, CREATE PROCEDURE having semicolons in their bodies failed. Fix: Using safe delimiter "/*!*/;" to dump log entries.
* | | | | | | Merge neptunus.(none):/home/msvensson/mysql/bug15518/my50-bug15518msvensson@neptunus.(none)2007-01-161-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | | | Don't reuse prepared statements if running with reconnect enabledmsvensson@neptunus.(none)2007-01-161-0/+10
| | | | | | | |
* | | | | | | | Merge neptunus.(none):/home/msvensson/mysql/bug15518/my50-bug15518msvensson@neptunus.(none)2007-01-161-4/+21
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | | | Bug#15518 Reusing a stmt that has failed during prepare does not clear errormsvensson@neptunus.(none)2007-01-161-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Always reset error when calling mysql_stmt_prepare a second time - Set stmt->state to MYSQL_STMT_INIT_DONE before closing prepared stmt in server. - Add test to mysql_client_test - Remove mysql_stmt_close in mysqltest after each query - Close all open statements in mysqltest if disable_ps_protocol is called.
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-01-118-11/+36
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
| * | | | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0kent@mysql.com/kent-amd64.(none)2007-01-011-1/+11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
| | * \ \ \ \ \ \ Merge trift2.:/MySQL/M50/mysql-5.0joerg@trift2.2006-12-281-1/+11
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into trift2.:/MySQL/M50/push-5.0
| | | * \ \ \ \ \ \ Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-24896df@kahlann.erinye.com2006-12-201-1/+11
| | | |\ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-release
| | | | * | | | | | BUG#24896 magnus' suggestiondf@kahlann.erinye.com2006-12-121-2/+2
| | | | | | | | | |
| | | | * | | | | | BUG#24896 mysql_upgrade -p fixdf@kahlann.erinye.com2006-12-081-1/+11
| | | | | | | | | |
| * | | | | | | | | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-317-10/+25
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | | | | | | | | Merge siva.hindu.god:/usr/home/tim/m/bk/g50tsmith/tim@siva.hindu.god2006-12-2620-40/+21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | into siva.hindu.god:/usr/home/tim/m/bk/50
| * | | | | | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-2320-40/+21
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Changed header to GPL version 2 only
* | | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-12-111-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | | | Bug#20225 mysqltest runs in an endless loop when trying to start rpl_sys ↵msvensson@neptunus.(none)2006-12-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test suite - Add printout in safe_connect indicating that mysqltest is in a loop waiting for connection to mysqld. Will be printed when --verbose is passed as argument to mysqltest
* | | | | | | | Bug#23735 mysqlbinlog client fails when reading binlog from stdinmsvensson@neptunus.(none)2006-12-111-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Windows opens stdin in text mode by default. Certain characters such as CTRL-Z are interpeted as events and the read() method will stop. CTRL-Z is the EOF marker in Windows. to get past this you have to open stdin in binary mode. Setmode() is used to set stdin in binary mode. Errors on setting this mode result in halting the function and printing an error message to stderr.
* | | | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-12-081-5/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | | Add missing spacemsvensson@neptunus.(none)2006-12-081-1/+1
| | | | | | |
| * | | | | | Bug#19410 Test 'kill' fails on Windows + SCOmsvensson@neptunus.(none)2006-12-081-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use "mysql_field_count" to determine if there is a need to call "mysql_store_result"
| * | | | | | Bug#24498 Stack overflow in mysqltestmsvensson@neptunus.(none)2006-12-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Thanks to Vasil Dimov for the patch!
* | | | | | | Only call mysql_server_end if mysql_server_init has been called. msvensson@neptunus.(none)2006-12-061-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove DBUG_ENTER in my_end
* | | | | | | Cset exclude: msvensson@neptunus.(none)|ChangeSet|20061204181655|04883msvensson@neptunus.(none)2006-12-051-19/+0
| | | | | | |
* | | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-12-041-2/+4
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2006-12-041-0/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
| * | | | | | | Bug#24389 mysqltest: Could not open connection 'default': 2013 Lost ↵msvensson@neptunus.(none)2006-12-041-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connection to MySQL - Add CR_CONN_HOST_ERROR to list of errorcode that trigger another connection attempt in mysqltest
* | | | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-12-043-12/+13
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | | | Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-marveldf@kahlann.erinye.com2006-12-013-12/+11
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build
| | * | | | | | Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2006-11-303-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't assert if my_thread_end() is called twice (common case)
| | * | | | | | Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-1/+1
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed compiler warnings (detected by VC++): - Removed not used variables - Added casts - Fixed wrong assignments to bool - Fixed wrong calls with bool arguments - Added missing argument to store(longlong), which caused wrong store method to be called.
| * | | | | | Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0gkodinov@dl145s.mysql.com2006-11-291-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0-opt
| | * | | | | Merge mysql.com:/home/hf/work/thfix/my41-thfixholyfoot/hf@mysql.com/deer.(none)2006-11-291-0/+2
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | into mysql.com:/home/hf/work/thfix/my50-thfix
| | | * | | | fixed compilation failure on hpuxholyfoot/hf@mysql.com/deer.(none)2006-11-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the problem is that client tools are compiled with UNDEF_THREADS_HACK flag, and my thread-related additions to the mysqltest.c can't be compiled. Easy solution is to disable these in not-embedded case completely.
* | | | | | | mysqltestmsvensson@neptunus.(none)2006-12-041-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close any statements that might be open before program exit Close any statments that might be open when calling "disable_ps_protocol"
* | | | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-11-301-8/+6
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | | | | Add "chmod" command to mysqltestmsvensson@neptunus.(none)2006-11-301-1/+44
| | | | | | |