An error occurred fetching the project authors.
- 27 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part
-
- 07 Apr, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Removed hardcoded error message from 4.1
-
- 05 Apr, 2005 3 commits
-
-
serg@serg.mylan authored
-
heikki@hundin.mysql.fi authored
Fix Bug #8650 : InnoDB does not rollback SQL statement at an error
-
serg@serg.mylan authored
fix a race condition in TC_LOG_BINLOG::unlog
-
- 03 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
minor cleanups XA tests
-
- 30 Mar, 2005 1 commit
-
-
monty@mysql.com authored
Small fixes while doing review of new pushed code More test cases for decimal
-
- 27 Mar, 2005 1 commit
-
-
dlenev@brandersnatch.localdomain authored
#6559 "DROP DATABASE forgets to drop triggers". If we drop table we should also drop all triggers associated with it. To do this we have to check for existence of .TRG file when we are dropping table and delete it too.
-
- 23 Mar, 2005 1 commit
-
-
brian@zim.(none) authored
Additional storage engine called "blackhole". Customer request, and for that matter a Zawodny request. With this you can alter table to a type of table that would never store data. Its a /dev/null for a database.
-
- 21 Mar, 2005 2 commits
-
-
jimw@mysql.com authored
-
monty@mysql.com authored
Fixed newly introduced bug in rollup
-
- 19 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
Windows to call CreateFileMapping() with correct arguments, and propogating the introduction of query_id_t to everywhere query ids are passed around. (Bug #8826)
-
- 16 Mar, 2005 3 commits
-
-
monty@mysql.com authored
Removed some optional arguments Fixed portability problem in federated tests
-
serg@serg.mylan authored
protect prepare-...-commit with a mutex to ensure that commits in binlog and in the innodb have the same order store binlog position with the commit
-
serg@serg.mylan authored
smarter xid-to-str routiine fixed assert crash in XA RECOVER sql/sql_parse.cc XA COMMIT/ROLLBACK did not send_ok in some cases
-
- 13 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
add names to handlertons trans_need_2pc() macro
-
- 12 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
warning on startup if prepared foreign xids error on startup if prepared our xids temporarily: always rollback prepared our xids instead of an error
-
- 09 Mar, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 02 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
deadlock in MYSQL_LOG::new_file() style fixes
-
- 25 Feb, 2005 1 commit
-
-
monty@mysql.com authored
(Found during build process)
-
- 22 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 21 Feb, 2005 4 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
Portability fixes and cleanups Fixed setting of 'res' in mysql_execute_command()
-
serg@serg.mylan authored
-
joreland@mysql.com authored
-
- 19 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 17 Feb, 2005 1 commit
-
-
patg@krsna.patg.net authored
This changeset/patch is on top of changesets 1.1814 and 1.1846 (for bugs 8033 and 8065) and now fixes bug 8535. These changes have been built and tested successfully on build.mysql.com handler.cc: Added hooks for federated_db_init() and federated_db_end(), as done with ha_archive_db does, per suggestion by Ingo in code review of patch 1.1846. ha_federated.h: declaration of federated_db_init() and federated_db_end() ha_federated.cc: - Fixed some indentation problems from indent-ex (mainly to do with cases where "variablename += value" - Added federated_db_init() and federated_db_end(), as done with archive, which also handler more elegantly one of the memory leaks from bug 8033 where the federated_mutex was not freed - Removed extrenous debug messages in parse_url() - Fixed bug 8535, caused by NULL being quoted in write_row. This used to work (incorrectly) but a recent change was made in the server that exposed this
-
- 16 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 01 Feb, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Support for COMMIT/ROLLBACK optional arguments
-
- 27 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
fix for binlog+autocommit+tclog comments, style fixes
-
- 26 Jan, 2005 1 commit
-
-
ingo@mysql.com authored
Moved initialization code into a new init function. Added a new cleanup function. Added a call to close the meta file.
-
- 16 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 07 Jan, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 06 Jan, 2005 1 commit
-
-
monty@mysql.com authored
Split TABLE to TABLE and TABLE_SHARE (TABLE_SHARE is still allocated as part of table, will be fixed soon) Created Field::make_field() and made Field_num::make_field() to call this Added 'TABLE_SHARE->db' that points to database name; Changed all usage of table_cache_key as database name to use this instead Changed field->table_name to point to pointer to alias. This allows us to change alias for a table by just updating one pointer. Renamed TABLE_SHARE->real_name to table_name Renamed TABLE->table_name to alias Renamed TABLE_LIST->real_name to table_name
-
- 23 Dec, 2004 2 commits
-
-
ingo@mysql.com authored
Added the required structures and functions for handing over multiple key ranges to the table handler.
-
ingo@mysql.com authored
Changed my_error() to print error messages, which come from arbitrary registered ranges of error messages. Messages can be unregistered (and should be at end of the program). Added registration of handler error messages. Added a new mi_print_error() macro and a new mi_report_error() function, which supply error messages with a table name. Added calls to mi_print_error() or mi_report_error() at all places in MyISAM, where table corruption is detected.
-
- 11 Dec, 2004 1 commit
-
-
First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. This includes both the source and header files, test (results, test, require), and modifications to server and handler base files, and autoconf modifications to properly build federated handler.
-
- 10 Dec, 2004 1 commit
-
-
hf@deer.(none) authored
(after discussion with SerG)
-
- 03 Dec, 2004 1 commit
-
-
mats@mysql.com authored
CREATE DATABASE statement used the current database instead of the database created when checking conditions for replication. CREATE/DROP/ALTER DATABASE statements are now replicated based on the manipulated database.
-
- 24 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
enabled query cache for ndb modified engine interface somewhat sql/ha_innodb.h enabled query cache for ndb modified engine interface somewhat sql/ha_ndbcluster.cc enabled query cache for ndb modified engine interface somewhat ndb will only allow caching and retrieval if running autocommit - return false, but do not invalidate commit count is used as engine data, i.e. - store commit count before store of cache - allow retrieval if commit count has not changed on a table - invalidate if commit count has changed sql/ha_ndbcluster.h enabled query cache for ndb modified engine interface somewhat sql/handler.cc enabled query cache for ndb modified engine interface somewhat sql/handler.h enabled query cache for ndb modified engine interface somewhat new virtual handler method cached_table_registration called on each table before alowing store in query cache - return TRUE - ok to cache, FALSE - not allowed to cache, invalidate queries if engine_data below has changed - sets ulonglong (engine_data) that is stored in query cache for each table - sets callback to be called for each table before usage of cached query, callback = 0 -> no check later sql/mysql_priv.h enabled query cache for ndb modified engine interface somewhat callcack prototype for callback to engine before query cache retrieval sql/sql_cache.cc enabled query cache for ndb modified engine interface somewhat if callback is set on table in cache, do callback to check if allowed to use cache if not allowed to use cache, check if engine_data has changed, if so, invalidate all queries with that table + changes to store and pass callback and engine_data around sql/sql_cache.h enabled query cache for ndb modified engine interface somewhat changes to store callback and engine_data sql/table.h enabled query cache for ndb modified engine interface somewhat changes to store callback and engine_data
-