An error occurred fetching the project authors.
- 07 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
check table->file->inited to catch incorrect calling sequence.
-
- 31 May, 2005 1 commit
-
-
ingo@mysql.com authored
1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES. Used the new option in create_table_from_items(). It is necessary to prevent the SELECT table from being reopend. It would get new storage assigned for its fields, while the SELECT part of the command would still use the old (freed) storage. 2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands against a global read lock. This prevents a deadlock in CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK and avoids the creation of new tables during a global read lock. 3.) Replaced set_protect_against_global_read_lock() and unset_protect_against_global_read_lock() by wait_if_global_read_lock() and start_waiting_global_read_lock() in the INSERT DELAYED handling.
-
- 14 Dec, 2004 1 commit
-
-
sergefp@mysql.com authored
* Backport of safety measures from 5.0: make numeorous replaces: s/item->fix_fields()/if (!item->fixed) item->fix_fields()
-
- 27 Oct, 2004 1 commit
-
-
lenz@mysql.com authored
(backports from fixes made in 4.1)
-
- 13 Oct, 2004 1 commit
-
-
ingo@mysql.com authored
BUG#4335 - one name can be handler open'ed many times. Fixed problems detected on Windows build by VC++. Removed unused variables. Applied a neccessary cast.
-
- 07 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
-
- 06 Oct, 2004 1 commit
-
-
monty@mysql.com authored
-
- 24 Sep, 2004 1 commit
-
-
ingo@mysql.com authored
BUG#4335 - one name can be handler open'ed many times. Reworked the HANDLER functions and interface. Using a HASH to store information on open tables that survives FLUSH TABLE. HANDLER tables alias names must now be unique, though it is allowed in 4.0 to qualify them with the database name of the base table.
-
- 25 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-
- 24 Jun, 2004 1 commit
-
-
ingo@mysql.com authored
Redesigned the handler close functions so that they are usable at different places where waiting for closing tables is done.
-
- 23 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
more logical table/index_flags return HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate max_keys and other limits renamed to max_supported_keys/etc max_keys/etc are now wrappers to max_supported_keys/etc ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
-
- 18 May, 2004 2 commits
-
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
-
- 10 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 17 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua 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)
-
- 09 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 18 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
more user variable tests
-
- 12 Nov, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 09 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
Bug#1204
-
- 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
-
- 04 Jul, 2003 5 commits
-
-
monty@narttu.mysql.fi authored
Simple cleanup of previous pull
-
ram@mysql.r18.ru authored
-
serg@serg.mylan authored
-
ram@mysql.r18.ru authored
-
monty@narttu.mysql.fi authored
-
- 03 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
Fields in key_expr (mysql_ha_read) wasn't linked to tables. Hmm. How did it work at all?
-
- 22 Feb, 2003 1 commit
-
-
serg@serg.mysql.com authored
fixed error handling in HANDLER ... READ FIRST
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
-
- 28 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 21 Jan, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
bell@sanja.is.com.ua authored
-
- 13 Jan, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Backport the InnoDB HANDLER bug fix from 4.1
-
heikki@hundin.mysql.fi authored
Fix InnoDB HANDLER: InnoDB must know in each call that the handle is used by HANDLER; the previous implementation worked only by pure luck
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 03 Dec, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Optimized SELECT DISTINCT ... ORDER BY ... LIMIT Fixed reference to uninitalized variable
-
- 29 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-