An error occurred fetching the project authors.
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 03 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
-
- 31 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
-
- 30 Oct, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 23 Oct, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 30 Sep, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 17 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Include missing man pages into binary distribution
-
- 29 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 19 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added heap_delete_table Added HA_EXTRA_PREPARE_FOR_DELETE Added and use my_dup() for faster open of tables. Removed not working no-mix-table-type
-
- 14 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
-
- 13 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 12 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
(wrong error code) but I'll push it so that Sergei could clean up my merge
-
- 10 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added record_rnd_buffer Added --safe-user-create Fix for ALTER TABLE RENAME on windows
-
- 03 Aug, 2001 2 commits
-
-
monty@tik.mysql.fi authored
-
monty@tik.mysql.fi authored
Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
-
- 02 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
-
- 10 Jul, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
-
- 04 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 22 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bugs in log seq - now starting to look good fixes for SHOW BINLOG EVENTS will push this one
-
- 21 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
preserve originating server id in Intvar events to avoid inifinite loops
-
- 01 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages.
-
- 29 May, 2001 1 commit
-
-
mikef@nslinux.bedford.progress.com authored
-
- 02 Mar, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
SET @foo=bar; This would cause a deadlock in mysqld, it now generates the error: ER_SET_CONSTANTS_ONLY as follows: mysql> set @foo=bar; ERROR 1204: You may only use constant expressions with SET
-
- 20 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixes for Innobase Don't reset whole to-buffer in strxnmov
-
- 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
-
- 07 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
-
- 28 Nov, 2000 1 commit
-
-
serg@serg.mysql.com authored
opt_range.h bugs with const_tables and filesort fixed opt_range.cc bugs with const_tables and filesort fixed item_func.cc bugs with const_tables and filesort fixed ha_myisam.h bugs with const_tables and filesort fixed ha_myisam.cc bugs with const_tables and filesort fixed ft_search.c bugs with const_tables and filesort fixed
-
- 23 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
-
- 22 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixes for Windows
-
- 25 Sep, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
-
- 21 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
Small bug fixes
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-