An error occurred fetching the project authors.
- 24 May, 2002 1 commit
-
-
jani@rhols221.arenanet.fi authored
mysqlmanager from using GNU getopt to use my_getopt. Changed some files that just included old getopt.h to include my_getopt.h now. Fixed a bug in my_print_help() in my_getopt.c. Made better documentation for option -G in mysql client.
-
- 22 May, 2002 2 commits
-
-
jani@hynda.(none) authored
Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
-
monty@hundin.mysql.fi authored
Fixed problem with --password in mysql
-
- 15 May, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 14 May, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
- Fixed some bugs, wrongly freed pointers, in some clients. - Removed unneccessary code. - Fixed some other minor bugs and added some options into variables category, which had accidently been left out earlier.
-
- 11 May, 2002 1 commit
-
-
jani@dsl-jkl1657.dial.inet.fi authored
- Added special option/variable prefix '--loose-' to my_getopt.c
-
- 24 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 22 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Changed in client library character-set-dir -> character-sets-dir
-
- 18 Apr, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 16 Apr, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 06 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
-
- 03 Apr, 2002 2 commits
-
-
jani@hynda.mysql.fi authored
-
jani@hynda.mysql.fi authored
-
- 02 Apr, 2002 3 commits
-
-
jani@hynda.mysql.fi authored
mysqlcheck and myisamchk to use new my_getopt struct.
-
monty@hundin.mysql.fi authored
Don't use DBUG library for struct st_my_thread_var to make code less complicated.
-
monty@hundin.mysql.fi authored
-
- 30 Mar, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 21 Mar, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Fix for Solaris and gethostbyname_r
-
jcole@mugatu.spaceapes.com authored
-
- 20 Mar, 2002 1 commit
-
-
jani@hynda.mysql.fi authored
-
- 15 Mar, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
jcole@mugatu.spaceapes.com authored
-
- 12 Mar, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys. Allow SET PASSWORD for anonymous user
-
- 11 Mar, 2002 1 commit
-
-
jcole@mugatu.spaceapes.com authored
-
- 15 Feb, 2002 1 commit
-
-
jani@hynda.mysql.fi authored
-
- 13 Feb, 2002 1 commit
-
-
monty@tik.mysql.fi authored
-
- 23 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables.
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 21 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
-
- 14 Dec, 2001 1 commit
-
-
jani@hynda.mysql.fi authored
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 07 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed linking problem with InnoDB.
-
- 06 Nov, 2001 2 commits
-
-
jani@hynda.mysql.fi authored
to execute system commands within the client in UNIX.
-
jani@hynda.mysql.fi authored
-
- 01 Nov, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 16 Oct, 2001 1 commit
-
-
mwagner@evoq.mwagner.org authored
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 02 Oct, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Fixed some problems in SHOW CREATE TABLE Fixed calculation of checksums in myisamchk
-
monty@hundin.mysql.fi authored
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
-
- 30 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-