An error occurred fetching the project authors.
- 11 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 08 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
This only showed up under heavy load.
-
- 05 Nov, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
perl script to tag all the functions in a C/C++ file automatically
-
- 02 Nov, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 29 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
-
- 28 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 15 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 14 Oct, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
create_tmp_table fails.
-
monty@hundin.mysql.fi authored
WHERE column_name = key_column_name was calculated as true for NULL values.
-
- 12 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
GROUP BY ... ORDER BY queries.
-
- 27 Sep, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 26 Sep, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 24 Sep, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 10 Sep, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 03 Sep, 2002 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
expansion of the wildcards
-
Sinisa@sinisa.nasamreza.org authored
-
monty@mashka.mysql.fi authored
Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
-
- 23 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Removed compiler warnings.
-
- 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
-
- 08 Aug, 2002 3 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 05 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(Merge of code from 4.0)
-
- 31 Jul, 2002 2 commits
-
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
fix for a nasty bag, that causes a memory corruption+crash on HUGE select distincts, as myisam temp table treats nulls as equal, it constantly returned 141 (duplicate key) error in create_myisam_from_heap
-
- 29 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 24 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 16 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Will do a push when it starts working ..
-
- 30 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes for HPUX Rename of CHECK_LOCK to IS_FREE_LOCK Apply lower_case_table_names also to databases Cleanup of describe code Don't allow \ in database names
-
- 28 Jun, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 18 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem.
-
- 16 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing checking of no_keyread
-
- 14 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
A better fix would be to have a map of tables that are not used at all, and to annul just fledls in that TABLE.
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 10 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 09 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed problem in access rights testing (from last patch)
-
- 08 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
is a GROUP BY a column that is not NOT NULL and ORDER BY is done by another column. Even better fix would be to make a separate function for this.
-
- 25 May, 2002 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 22 May, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
in GROUP BY , which fields can be NULL ....
-