summaryrefslogtreecommitdiff
path: root/cmd-line-utils
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compiler warnings (for linux and win32 and win64)monty@mysql.com/narttu.mysql.fi2007-02-221-2/+2
| | | | 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-215-16/+16
|\ | | | | | | into mysql.com:/home/my/mysql-5.0
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-225-16/+16
| |\ | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-155-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2007-02-062-7/+6
|\ \ \ | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | | Fix bug#23293 "readline detection broken on NetBSD":joerg@trift2.2007-01-312-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2007-01-311-1/+1
|\ \ \ \ | |/ / / | | | | | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
| * | | cmd-line-utils/readline/undo.c : Replace an "uint" cast by the expanded ↵joerg@trift2.2007-01-191-1/+1
| |/ / | | | | | | | | | "unsigned int" (compile problem on QNX).
* | | Bug#19474 readline bug: mysql: free(): invalid pointermsvensson@pilot.mysql.com2007-01-291-0/+12
|/ / | | | | | | | | | | - Write to uninitialised memory occured since _rl_rapped_lines buffer was not extended in CHECK_INV_LBREAKS macro - Patch submitted to bug-readline@gnu.org
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
| | | | | | | | Changed header to GPL version 2 only
* | Remove warnings by castingtsmith/tim@siva.hindu.god2006-12-191-1/+2
|/
* Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2006-11-302-2/+5
| | | | Don't assert if my_thread_end() is called twice (common case)
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-2020-220/+153
| | | | | | | (Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
* Merge neptunus.(none):/home/msvensson/mysql/bug16557/my50-bug16557msvensson@neptunus.(none)2006-02-211-2/+2
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * Bug#16557 mysql cmd-line client does not rename .mysql_history.TMP to ↵msvensson@neptunus.(none)2006-02-131-2/+2
| | | | | | | | | | | | .mysql_history - Return error only if 'history' returns -1
* | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-2/+2
|/
* Mergekent@mysql.com2005-11-041-8/+8
|\
| * Makefile.am, configure.in:kent@mysql.com2005-09-241-8/+8
| | | | | | | | Enable "make distcheck" to work
* | complete.c:bar@mysql.com2005-10-111-1/+1
| | | | | | | | | | | | | | Fixed compilation problem on FreeBSD, after discussion with Jani. Doesn't FreeBSD follow the standard?
* | Changed __USE_XOPEN to _XOPEN_SOURCE and got rid ofjani@ua141d10.elisa.omakaista.fi2005-10-043-21/+12
| | | | | | | | some extra code.
* | Some fixes including implicit declaration of a function,jani@ua141d10.elisa.omakaista.fi2005-10-043-0/+29
| | | | | | | | using wrong type in assignment etc.
* | Several fixes revelaled by Intel compiler.jani@a193-229-222-105.elisa-laajakaista.fi2005-09-231-1/+3
| |
* | Merge mysqldev@production.mysql.com:jimw/mysql-5.0-readlinejimw@mysql.com2005-07-1845-691/+1743
|\ \ | |/ |/| | | into mysql.com:/home/jimw/my/mysql-5.0-readline
| * Reimplement use of "config_readline.h" to get readline configuration.jimw@mysql.com2005-07-1832-94/+33
| |
| * Upgrade bundled readline to version 5.0.jimw@mysql.com2005-07-1846-721/+1834
| |
* | QNX does not know "uint", so the cast is rewritten as "unsigned int".joerg@mysql.com2005-07-181-1/+1
|/
* cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" ↵joerg@mysql.com2005-07-111-2/+2
| | | | which is undefined on QNX.
* Makefile.am:kent@mysql.com2005-07-052-2/+4
| | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* Merge bk-internal:/home/bk/mysql-4.1matt@mysql.com2005-05-183-3/+4
|\ | | | | | | into mysql.com:/data0/mysqldev/my/mysql-4.1-build
| * - don't include sys.h directly in the autogenerated libedit sourcelenz@mysql.com2005-05-131-2/+2
| | | | | | | | | | files - include config.h instead (compile fix for FreeBSD and AIX 4.3/5.2)
| * readline.c:kent@mysql.com2005-05-122-1/+2
| | | | | | | | | | | | Include readline/readline.h earlier, to avoid redifinition of term.h macros on AIX 5.2 search.c: FreeBSD needs <sys/types.h> to get 'off_t' defined
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-05-141-1/+1
|\ \ | | | | | | | | | into mysql.com:/Users/kent/mysql/cw/mysql-4.1
| * \ Merge mysql.com:/home/jimw/my/mysql-4.1-9603jimw@mysql.com2005-05-131-1/+1
| |\ \ | | |/ | |/| | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | * Eliminate gcc 4.0 warning in libedit code. (Bug #9603)jimw@mysql.com2005-05-071-1/+1
| | |
* | | readline.h:kent@mysql.com2005-05-131-1/+1
|/ / | | | | | | Include <sys/ttydefaults.h> for CodeWarrior and CTRL define
* | - added cmd-line-utils/libedit/vis.h to the source distributionlenz@mysql.com2005-05-091-1/+1
|/
* terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h:kent@mysql.com2005-05-052-1/+3
| | | | Initial Metrowerks CodeWarrior compiler support
* - added missing el_term.h to the source distribution (BUG#10352)lenz@mysql.com2005-05-041-1/+1
|
* Merge neptunus.(none):/home/msvensson/mysql/bug9954msvensson@neptunus.(none)2005-04-271-3/+4
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1
| * Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portablemsvensson@neptunus.(none)2005-04-271-3/+4
| | | | | | | | | | | | - Changed makelist.sh - Bump up required version of autoconf - Use new style to init mutex in my_thr_init
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-04-2140-1311/+2855
|\ \ | |/ |/| | | into neptunus.(none):/home/msvensson/mysql/bug2596
| * Reverting back to original path of readline.hmsvensson@neptunus.(none)2005-04-213-2/+2
| |
| * Upgrade to libedit-2.9msvensson@neptunus.(none)2005-04-2141-1312/+2856
| |
* | - added missing file config_readline.h to the source distributionlenz@mysql.com2005-04-211-1/+1
|/
* After review fixmsvensson@neptunus.(none)2005-04-201-4/+8
|
* BUG#9568 mysql segfaults from CTRL-R msvensson@neptunus.(none)2005-04-1931-90/+56
| | | | | | | | - Segfault because of passing a 64-bit pointer to 32 bit integer. - Add new include config_readline.h which will calculate some new defines based on what is found in config.h - This file was originally included in readline 4.3 as config.h.in, only the part that makes new defines have been moved to this file.
* Fix bug in bundled GNU readline library, based on similar report forjimw@mysql.com2005-01-311-1/+1
| | | | | GNU bash (http://lists.gnu.org/archive/html/bug-bash/2002-08/msg00042.html) and current code from GNU readline 5.0. (Bug #5672)
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1serg@sergbook.mylan2005-01-081-1/+2
|\ | | | | | | into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
| * few harmless warnings from automated code-checking tools fixedserg@sergbook.mylan2005-01-081-1/+2
| |
* | Fix unportable 'tr' usage in libedit build process. (Bug #7669)jimw@mysql.com2005-01-081-1/+1
|/