An error occurred fetching the project authors.
- 25 Sep, 2005 1 commit
-
-
monty@mysql.com authored
-
- 15 Sep, 2005 1 commit
-
-
SergeyV@selena. authored
a restriction to 255 chars for editable buffer.
-
- 24 Aug, 2005 1 commit
-
-
- 14 Aug, 2005 1 commit
-
-
serg@sergbook.mysql.com authored
mysql default port cleanup (it's set in libmysql.c, NOT in my_getopt) configure.in autoconf 2.52 is enough to build mysql-5.0
-
- 09 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
in sourced file properly. (Bug #11523)
-
- 08 Aug, 2005 1 commit
-
-
patg@krsna.patg.net authored
Removed unnecessary error message from mysql.cc (client program)
-
- 31 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Change bool in C code to my_bool Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
-
- 18 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Changed defaults option --instance to --defaults-group-suffix Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX mysql_print_defaults now understands --defaults-group-suffix Remove usage of my_tempnam() (not safe function) if( -> if ( and while( to while (
-
- 20 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
commit. (Bug #10840)
-
- 09 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
before a newline is found. (Bug #10840)
-
- 07 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 03 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
make print_field_types() somewhat more useful
-
- 01 Jun, 2005 1 commit
-
-
monty@mysql.com authored
Ensure we get error if INSERT IGNORE ... SELECT fails Fixed wrong key_part->key_length usage in index_merge
-
- 18 May, 2005 1 commit
-
-
kent@mysql.com authored
Disabled use of GetSystemWindowsDirectory() when compiled with VC6 mysql.cc: Removed unused variable 'field' from print_warnings() libmysql.dsp: Added "my_chsize.c" and "my_seek.c" mysqlclient.dsp: Added "my_chsize.c"
-
- 16 May, 2005 1 commit
-
-
monty@mysql.com authored
-
- 07 May, 2005 1 commit
-
-
antony@ltantony.mysql.com authored
Comment/*COMMENT*/is not a separator Ensure that whitespace is inserted after C-style comment if required.
-
- 05 May, 2005 1 commit
-
-
rburnett@bk-internal.mysql.com authored
Only print the read line version if we are on a platform that supports readline mysql.cc: Add #ifdef to only print readline version if we are on a platform that supports readline
-
- 26 Apr, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Doc fix for Bug#9870.
-
- 25 Apr, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
- Print readline or libedit version
-
geert@kriem.kemuri.org authored
-
- 21 Apr, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 14 Apr, 2005 1 commit
-
-
geert@kriem.kemuri.org authored
\W enables show warnings, \w disables; Showing message while interactive when using the \w and \W commands; using strmov instead of my_strdup; removed case for options, my_getopt does it
-
- 08 Apr, 2005 1 commit
-
-
geert@kriem.kemuri.org authored
-
- 05 Apr, 2005 1 commit
-
-
geert@kriem.kemuri.org authored
if any, are shown after execution of a statement in both batch and interactive mode. In interactive mode \w means show the warnings and \W means don't show the warnings.
-
- 16 Mar, 2005 4 commits
-
-
georg@lmy002.wdf.sap.corp authored
-
serg@serg.mylan authored
-
jimw@mysql.com authored
-
jimw@mysql.com authored
-
- 08 Mar, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Reverted Jim's patch.
-
- 07 Mar, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 22 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Change string->float conversion to delay division as long as possible. This gives us more exact integer->float conversion for numbers of type '123.45E+02' (Bug #7740)
-
- 21 Feb, 2005 1 commit
-
-
bar@mysql.com authored
bug#7571: Server & Client characterset are shown under different decriptions Switch them into the correct order.
-
- 02 Feb, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 25 Jan, 2005 2 commits
-
-
jimw@mysql.com authored
tool does, with the column names as attributes on <field> elements, instead of trying to use the column name as the element name. Also fix some encoding issues. (Bug #7811)
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 24 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 16 Jan, 2005 1 commit
-
-
reggie@bob.(none) authored
Fixed bug by adding code that displays the contents of mysql.host when \p is added as part of the prompt. mysql.cc: Added code to display mysql.host as prompt when using shared memory
-
- 14 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 08 Jan, 2005 1 commit
-
-
serg@sergbook.mylan authored
-
- 03 Jan, 2005 1 commit
-
-
hf@deer.(none) authored
-