An error occurred fetching the project authors.
- 02 Dec, 2003 1 commit
-
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 24 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 22 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 15 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed chsize() problem on windows Extend default timeout on windows clients to 1 year (to avoid timeout problems)
-
- 13 Oct, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
ALTER TABLE ... DISCARD/IMPORT TABLESPACE Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
-
- 11 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 02 Oct, 2003 1 commit
-
-
igor@rurik.mysql.com authored
-
- 09 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache parameters for midpoint insertion strategy Many files: Added midpoint insertion strategy for key cache mi_test2.c: Added a parameter to resize_key_cache
-
- 05 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
my_checksum() mysys function NISAM checksum code moved from mysys to isam/ - it's obsolete MyISAM checksum code moved to mysys table's checksum accessible from sql layer SHOW TABLE STATUS shows checksum (WL#646) code cleanup
-
- 02 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure
-
- 16 Jul, 2003 1 commit
-
-
igor@rurik.mysql.com authored
new file Many files: Added CACHE INDEX command
-
- 27 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Change optimizer to prefer key lookups before table scan Change table scans to be done after tables with constrains on scanned table
-
- 15 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Cleanup; remove compiler warning on Windows
-
- 14 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
-
- 12 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
-
- 02 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released
-
- 23 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
- 08 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
with GEOMETRY field type.
-
- 18 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP Fixed bug in multi-table-update where a row could be updated several times
-
- 12 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 03 Mar, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix a hang on the adaptive hash S-latch if an application program uses mysql_use_result() and performs queries on two connections at the same time
-
- 19 Nov, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix crash when InnoDB temp table is truncated + fix bug: do not X-lock rows under LOCK TABLES except if the table is temp
-
- 14 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 03 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug in quqry cache dbd transaction processing
-
- 30 Sep, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 27 Sep, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 26 Sep, 2002 1 commit
-
-
serg@build.mysql2.com authored
-
- 21 Aug, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 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
-
- 19 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
CREATE TABLE a (field,...) TYPE=type CHARSET=cset;
-
- 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.
-
- 02 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 12 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
-
- 21 Mar, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Add foreign key defs to SHOW CREATE TABLE
-
- 13 Mar, 2002 1 commit
-
-
serg@serg.mysql.com authored
CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax
-
- 30 Jan, 2002 1 commit
-
-
monty@hundin.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.
-
- 22 Jan, 2002 1 commit
-
-
heikki@donna.mysql.fi authored
Tell table handlers where a binlog segment for a trx ends
-