An error occurred fetching the project authors.
- 26 Oct, 2006 1 commit
-
-
iggy/Administrator@amd64. authored
-
- 23 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
ndb - revert fix bug#21052 as it's wrong, and induces bus-error on node crashes
-
- 22 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
revert fix bug#21052 as it's wrong, and induces bus-error on node crashes
-
- 20 Oct, 2006 6 commits
-
-
tsmith/tim@siva.hindu.god authored
Fixes: - Bug #23368: crash during insert, table has foreign key pointing into other schema,permission
-
tsmith/tim@siva.hindu.god authored
Fixes: - Bug #18077: InnoDB uses full explicit table locks in stored FUNCTION
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
Fix bug in restore with table with many columns, Compute size of databuffer pool correctly
-
jonas@perch.ndb.mysql.com authored
Add better error message if getting error in RESTORE
-
jonas@perch.ndb.mysql.com authored
-
- 19 Oct, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
and use it for testOperations/testTransactions
-
jonas@perch.ndb.mysql.com authored
fix another incorrect assertion
-
jonas@perch.ndb.mysql.com authored
Dont assert when getting gci=0 in read only transaction
-
- 18 Oct, 2006 4 commits
-
-
jonas@perch.ndb.mysql.com authored
make sure not to release log buffer twice (or several times) in case of abort of multi update
-
holyfoot/hf@mysql.com/deer.(none) authored
Problem is that some files moved to storage/*/ still are dependent on sql/ code (usually use members of THD structure) that can get different being compiled with another #define-s Code added to recompile these for the embedded server
-
stewart@willster.(none) authored
Early abort, failing to allocate buffers, would go down the abort track and end up trying to sendDropTriggers (as the standard stop backup does). However, it is possible to not have any tables yet defined in the backup (due to allocating buffers is before this). Simple check in sendDropTrig (and continue to next step). Files may be open, so we continue to close them. Also updated ERROR_Codes (and added one to test this bug).
-
jonas@perch.ndb.mysql.com authored
Fix uninit variable, causing problems with auto-increment on rhas3-x86 (only found on this platform, really weird)
-
- 16 Oct, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
found with gcc 4.0.2 on Itanium2 (ndb_dd_* failures)
-
stewart@willster.(none) authored
-
- 13 Oct, 2006 4 commits
-
-
mmj@tiger.local authored
Fix for bug#23169 - memset param switching
-
petr/cps@mysql.com/owlet.local authored
Bug #21785 "Server crashes after rename of the log table" and Bug #21966 "Strange warnings on create like/repair of the log tables" According to the patch, from now on, one should use RENAME to perform a log table rotation (this should also be reflected in the manual). Here is a sample: use mysql; CREATE TABLE IF NOT EXISTS general_log2 LIKE general_log; RENAME TABLE general_log TO general_log_backup, general_log2 TO general_log; The rules for Rename of the log tables are following: IF 1. Log tables are enabled AND 2. Rename operates on the log table and nothing is being renamed to the log table. DO 3. Throw an error message. ELSE 4. Perform rename. The very RENAME query will go the the old (backup) table. This is consistent with the behavoiur we have with binlog ROTATE LOGS statement. Other problems, which are solved by the patch are: 1) Now REPAIR of the log table is exclusive operation (as it should be), this also eliminates lock-related warnings. and 2) CREATE LIKE TABLE now usese usual read lock on the source table rather then name lock, which is too restrictive. This way we get rid of another log table-related warning, which occured because of the above fact (as a side-effect, name lock resulted in a warning).
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
recommit into release-clone
-
- 11 Oct, 2006 1 commit
-
-
istruewing@chilla.local authored
Added proper casts No test case. myisampack must be tested manually.
-
- 10 Oct, 2006 2 commits
-
-
istruewing@chilla.local authored
After merge fix. Renamed 'info' -> 'sort_param'.
-
jonas@perch.ndb.mysql.com authored
ndb_restore Return OK even if temporary errors (otherwise mysql-test-run/ndb_restore can fail on really slow machines)
-
- 09 Oct, 2006 1 commit
-
-
pekka@orca.ndb.mysql.com authored
-
- 05 Oct, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
guess which scan type to use in handler
-
brian@zim.(none) authored
Added license information display to output of plugins schema, and tagged all plugins with GPL flag.
-
- 02 Oct, 2006 1 commit
-
-
mats@romeo.(none) authored
crash for, e.g., NDB): Submitting patch to base64_decode() adding extra parameter.
-
- 01 Oct, 2006 1 commit
-
-
pekka@orca.ndb.mysql.com authored
-
- 30 Sep, 2006 2 commits
-
-
brian@zim.(none) authored
This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch). Partitioning now has a flag to allow disabling of engines from being compatible with partitioning. Cleaned up heap naming convention on panic call.
-
brian@zim.(none) authored
-
- 28 Sep, 2006 1 commit
-
-
gbichot@dl145h.mysql.com authored
and so the engine calls current_thd to derive transaction information; instead we now pass THD to those functions, it looks more logical (it makes the implicit current_thd parameter more visible). Approved by Brian and Monty.
-
- 27 Sep, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 26 Sep, 2006 2 commits
-
-
pekka@orca.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
-
- 25 Sep, 2006 1 commit
-
-
"CHECK fails to identify some corruption" change to allow it to detect more errors in data format
-
- 22 Sep, 2006 2 commits
-
-
gni/root@dev3-127.(none) authored
and other commands related to ndb. For all of these, the help screen contains "Ndb.cfg" string. Now i change the "Ndb.cfg" to "my.cnf" because "Ndb.cfg" is obsolete.
-
msvensson@neptunus.(none) authored
- Variables must be declared first in each block
-
- 21 Sep, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- Void function can't return a value
-