An error occurred fetching the project authors.
- 22 Sep, 2003 1 commit
-
-
lenz@kallisto.local authored
cmd-line-utils/readline from the commercial distribution - fixed some copyright headers so mysql-copyright can process them
-
- 21 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 14 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 10 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 27 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Don't define crc32 if we are not linking with gzip
-
- 15 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 07 Nov, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@butch. authored
-
- 06 Nov, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 17 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc) Removed thread marking of safemalloc blocks (becasue of alignment problems) Temporary fix for bigint comparison.
-
- 16 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in SELECT DISTINCT ... ORDER BY not-used-column. Fixed bug in pthread_mutex_trylock with HPUX 11.0
-
- 06 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Added option --host to mysqlhotcopy
-
- 05 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 29 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows Changed name of variables NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS to avoid confusion with 'not...' variables. Write name of adminstrator command to slow log. Added mysqldumpslow to RPM
-
- 17 Jul, 2002 1 commit
-
-
peter@mysql.com authored
-
- 28 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
(Needed for query cache for systems which doesn't have native semaphores)
-
- 29 May, 2002 1 commit
-
-
jani@hynda.(none) authored
of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
-
- 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.
-
- 28 Feb, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
Fixes in GeomFromText() to accept an new optional argument respobsible for SRID. This is for more OpenGIS conformance and PostGIS compatibility to simplify migrating from PgSQL to MySQL
-
- 17 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 06 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Cleanup typos (like SKIPP -> SKIP)
-
- 28 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 22 Sep, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fixes for embedded libary and openssl
-
- 13 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
-
- 07 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 03 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Create innodb table space if configuring with InnoDB and not using --skip-innodb Fixes for TRUNCATE TABLE and DROP DATABASE.
-
- 29 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 26 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Some small speedups
-
- 21 Aug, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
monty@hundin.mysql.fi authored
Patches required by Gemini Fix to properly detect if there is an active transaction in InnoDB Fix to not lock thread structure when doing automatic rollback when thread ends Allow -O lower_case_names=0 on UNIX
-
- 16 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 13 Apr, 2001 2 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
Portability fix for Innodb
-
- 25 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 24 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
-
- 23 Mar, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed bug in CONCAT_WS() Print the default ISOLATION level. Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
-
- 14 Mar, 2001 1 commit
-
-
jcole@abel.spaceapes.com authored
-
- 13 Mar, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
-
- 24 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached
-