Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compiler warnings (for linux and win32 and win64) | monty@mysql.com/narttu.mysql.fi | 2007-02-22 | 1 | -2/+2 |
| | | | | Fixed a couple of usage of not initialized warnings (unlikely cases) | ||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com/narttu.mysql.fi | 2007-02-21 | 5 | -16/+16 |
|\ | | | | | | | into mysql.com:/home/my/mysql-5.0 | ||||
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com/narttu.mysql.fi | 2007-01-22 | 5 | -16/+16 |
| |\ | | | | | | | | | | into mysql.com:/home/my/mysql-5.0 | ||||
| | * | Fixed compiler warnings detected by option -Wshadow and -Wunused: | monty@mysql.com/narttu.mysql.fi | 2006-12-15 | 5 | -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.0 | msvensson@neptunus.(none) | 2007-02-06 | 2 | -7/+6 |
|\ \ \ | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint | ||||
| * | | | Fix bug#23293 "readline detection broken on NetBSD": | joerg@trift2. | 2007-01-31 | 2 | -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.0 | cmiller@zippy.cornsilk.net | 2007-01-31 | 1 | -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-19 | 1 | -1/+1 |
| |/ / | | | | | | | | | | "unsigned int" (compile problem on QNX). | ||||
* | | | Bug#19474 readline bug: mysql: free(): invalid pointer | msvensson@pilot.mysql.com | 2007-01-29 | 1 | -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-23 | 1 | -2/+2 |
| | | | | | | | | Changed header to GPL version 2 only | ||||
* | | Remove warnings by casting | tsmith/tim@siva.hindu.god | 2006-12-19 | 1 | -1/+2 |
|/ | |||||
* | Fixed compiler warnings | monty@mysql.com/narttu.mysql.fi | 2006-11-30 | 2 | -2/+5 |
| | | | | Don't assert if my_thread_end() is called twice (common case) | ||||
* | Remove compiler warnings | monty@mysql.com/nosik.monty.fi | 2006-11-20 | 20 | -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-bug16557 | msvensson@neptunus.(none) | 2006-02-21 | 1 | -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-13 | 1 | -2/+2 |
| | | | | | | | | | | | | .mysql_history - Return error only if 'history' returns -1 | ||||
* | | many warnings (practically safe but annoying) corrected | serg@serg.mylan | 2006-01-03 | 1 | -2/+2 |
|/ | |||||
* | Merge | kent@mysql.com | 2005-11-04 | 1 | -8/+8 |
|\ | |||||
| * | Makefile.am, configure.in: | kent@mysql.com | 2005-09-24 | 1 | -8/+8 |
| | | | | | | | | Enable "make distcheck" to work | ||||
* | | complete.c: | bar@mysql.com | 2005-10-11 | 1 | -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 of | jani@ua141d10.elisa.omakaista.fi | 2005-10-04 | 3 | -21/+12 |
| | | | | | | | | some extra code. | ||||
* | | Some fixes including implicit declaration of a function, | jani@ua141d10.elisa.omakaista.fi | 2005-10-04 | 3 | -0/+29 |
| | | | | | | | | using wrong type in assignment etc. | ||||
* | | Several fixes revelaled by Intel compiler. | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-23 | 1 | -1/+3 |
| | | |||||
* | | Merge mysqldev@production.mysql.com:jimw/mysql-5.0-readline | jimw@mysql.com | 2005-07-18 | 45 | -691/+1743 |
|\ \ | |/ |/| | | | into mysql.com:/home/jimw/my/mysql-5.0-readline | ||||
| * | Reimplement use of "config_readline.h" to get readline configuration. | jimw@mysql.com | 2005-07-18 | 32 | -94/+33 |
| | | |||||
| * | Upgrade bundled readline to version 5.0. | jimw@mysql.com | 2005-07-18 | 46 | -721/+1834 |
| | | |||||
* | | QNX does not know "uint", so the cast is rewritten as "unsigned int". | joerg@mysql.com | 2005-07-18 | 1 | -1/+1 |
|/ | |||||
* | cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" ↵ | joerg@mysql.com | 2005-07-11 | 1 | -2/+2 |
| | | | | which is undefined on QNX. | ||||
* | Makefile.am: | kent@mysql.com | 2005-07-05 | 2 | -2/+4 |
| | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir | ||||
* | Merge bk-internal:/home/bk/mysql-4.1 | matt@mysql.com | 2005-05-18 | 3 | -3/+4 |
|\ | | | | | | | into mysql.com:/data0/mysqldev/my/mysql-4.1-build | ||||
| * | - don't include sys.h directly in the autogenerated libedit source | lenz@mysql.com | 2005-05-13 | 1 | -2/+2 |
| | | | | | | | | | | files - include config.h instead (compile fix for FreeBSD and AIX 4.3/5.2) | ||||
| * | readline.c: | kent@mysql.com | 2005-05-12 | 2 | -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.1 | kent@mysql.com | 2005-05-14 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into mysql.com:/Users/kent/mysql/cw/mysql-4.1 | ||||
| * \ | Merge mysql.com:/home/jimw/my/mysql-4.1-9603 | jimw@mysql.com | 2005-05-13 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean | ||||
| | * | Eliminate gcc 4.0 warning in libedit code. (Bug #9603) | jimw@mysql.com | 2005-05-07 | 1 | -1/+1 |
| | | | |||||
* | | | readline.h: | kent@mysql.com | 2005-05-13 | 1 | -1/+1 |
|/ / | | | | | | | Include <sys/ttydefaults.h> for CodeWarrior and CTRL define | ||||
* | | - added cmd-line-utils/libedit/vis.h to the source distribution | lenz@mysql.com | 2005-05-09 | 1 | -1/+1 |
|/ | |||||
* | terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h: | kent@mysql.com | 2005-05-05 | 2 | -1/+3 |
| | | | | Initial Metrowerks CodeWarrior compiler support | ||||
* | - added missing el_term.h to the source distribution (BUG#10352) | lenz@mysql.com | 2005-05-04 | 1 | -1/+1 |
| | |||||
* | Merge neptunus.(none):/home/msvensson/mysql/bug9954 | msvensson@neptunus.(none) | 2005-04-27 | 1 | -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 portable | msvensson@neptunus.(none) | 2005-04-27 | 1 | -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.1 | msvensson@neptunus.(none) | 2005-04-21 | 40 | -1311/+2855 |
|\ \ | |/ |/| | | | into neptunus.(none):/home/msvensson/mysql/bug2596 | ||||
| * | Reverting back to original path of readline.h | msvensson@neptunus.(none) | 2005-04-21 | 3 | -2/+2 |
| | | |||||
| * | Upgrade to libedit-2.9 | msvensson@neptunus.(none) | 2005-04-21 | 41 | -1312/+2856 |
| | | |||||
* | | - added missing file config_readline.h to the source distribution | lenz@mysql.com | 2005-04-21 | 1 | -1/+1 |
|/ | |||||
* | After review fix | msvensson@neptunus.(none) | 2005-04-20 | 1 | -4/+8 |
| | |||||
* | BUG#9568 mysql segfaults from CTRL-R | msvensson@neptunus.(none) | 2005-04-19 | 31 | -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 for | jimw@mysql.com | 2005-01-31 | 1 | -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.1 | serg@sergbook.mylan | 2005-01-08 | 1 | -1/+2 |
|\ | | | | | | | into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | few harmless warnings from automated code-checking tools fixed | serg@sergbook.mylan | 2005-01-08 | 1 | -1/+2 |
| | | |||||
* | | Fix unportable 'tr' usage in libedit build process. (Bug #7669) | jimw@mysql.com | 2005-01-08 | 1 | -1/+1 |
|/ |