An error occurred fetching the project authors.
- 13 May, 2005 2 commits
-
-
sergefp@mysql.com authored
way in ALTER TABLE ... ENABLE KEYS, ANALYZE TABLE and after bulk insert: now statistics collection always assumes NULLs are inequal.
-
monty@mishka.local authored
myisam_max_extra_sort_file_size is depricated Ensure that myisam_data_pointer_size is honoured when creating new MyISAM files Changed default value of myisam_data_pointer_size from 4 to 6 to get rid of 'table-is-full' errors
-
- 08 Apr, 2005 1 commit
-
-
ingo@mysql.com authored
Since 4.1 keys are compared with trailing spaces. Thus, a "x " key can be inserted between a couple of "x" keys. The existing code did not take this into account. Though the comments in the code claimed it did.
-
- 16 Mar, 2005 1 commit
-
-
monty@mysql.com authored
Enabled VARCHAR testing for innodb NOTE: innodb.test currently fails becasue of a bug in InnoDB. I have informed Heikki about this and expect him to fix this ASAP
-
- 02 Mar, 2005 1 commit
-
-
ingo@mysql.com authored
Added a check, if the table, which we are going to create, is open. This can happen if a MERGE mapped table is TRUNCATEd.
-
- 24 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Previously we only stored the first given error (the error sent to the client)
-
- 22 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Fixed failing myisam.test and rpl_rotate_logs.test on some configurations
-
- 21 Feb, 2005 1 commit
-
-
monty@mysql.com authored
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-
- 22 Nov, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
-
- 21 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 30 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 01 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 07 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
HA_EXTRA_WRITE_CACHE now part of start_bulk_insert() test cleanups
-
- 06 Apr, 2004 1 commit
-
-
serg@serg.mylan authored
::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_insert(), end_bulk_insert() Field::val_str simplification, comment
-
- 26 Mar, 2004 1 commit
-
-
monty@mysql.com authored
This fixed a bug in SELECT DISTINCT when all selected parts where constants. (Bug #3203)
-
- 20 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 16 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 29 Jan, 2004 1 commit
-
-
monty@mysql.com authored
This fixed problem with index reads on character fields with BDB tables. (Bug #2509)
-
- 21 Jan, 2004 3 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 11 Oct, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL)
-
- 08 Oct, 2003 1 commit
-
-
monty@mishka.mysql.fi authored
-
- 11 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
-
- 05 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows.
-
- 03 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 28 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update. (This will probably solve bug #563) Fix test for available file descriptors in mysqltest Fixed core dump bug in replication tests when running without transactional table support
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 25 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
least one BLOB column.
-
- 20 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
many NULL columns. It could be ported back to 3.23 too ....
-
- 12 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
-
- 09 Jan, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Allow empty key list in USE|IGNORE|FORCE INDEX()
-
monty@mashka.mysql.fi authored
Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 13 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
Fix for another optimize bug is undone, as the new one handles both cases. test added
-
- 28 Oct, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 31 Aug, 2002 1 commit
-
-
serg@serg.mysql.com authored
-