An error occurred fetching the project authors.
- 30 Nov, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: call peek_index_rows
-
- 26 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
-
- 20 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
(Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
-
- 07 Nov, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
bug#21507 I can't create a unique hash index in NDB: Added possibillity to create hash only indexes with NULL valued attributes, but any NULL valued access will become full table scan with pushed condition on index attribute values
-
- 01 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Fixed some possible fatal wrong arguments to printf() style functions Initialized some not initialized variables Fixed bug in stored procedure and continue handlers (Fixes Bug#22150)
-
- 25 Oct, 2006 1 commit
-
-
stewart@willster.(none) authored
-
- 24 Oct, 2006 2 commits
-
-
stewart@willster.(none) authored
util thread wasn't behaving correctly after 241 error due to get_table_statistics not properly returning an error code
-
mskold/marty@mysql.com/linux.site authored
bug#21873 MySQLD Crash on ALTER...ADD..UNIQUE..USING HASH statement for NDB backed table: Use passed key_info to check for nullable fields
-
- 23 Oct, 2006 2 commits
-
-
stewart@willster.(none) authored
-
stewart@willster.(none) authored
fixes for ndb_* tests broken by previous fix be more careful in ndb about setting errors on failure of info call (especially in open)
-
- 20 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
when doing create unique index which mysql will silently converts to PK, ndb is not informed so table will be useless. change so that we never do online add index wo/ primary key. this is not good, but it's better than a useless table
-
- 19 Oct, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
this changes lock taken during peek, to decrease likelyhood of transaction abort
-
- 05 Oct, 2006 3 commits
-
-
stewart@willster.(none) authored
-
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
-
-
mikael/pappa@dator5.(none) authored
Fixes of after review fixes
-
- 01 Oct, 2006 2 commits
-
-
brian@zim.(none) authored
This patch makes ndbcluster_hton not static. I have a second patch for ndbcluster_hton to be static, but I want to talk to Jonas first.
-
brian@zim.(none) 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
-
- 27 Sep, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 21 Sep, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
-
- 18 Sep, 2006 1 commit
-
-
stewart@willster.(none) authored
Change things around so that we add a row for each log file group that lists the free space for that log file group.
-
- 15 Sep, 2006 2 commits
-
-
brian@zim.(none) authored
In practice this means that handlerton is now created by the server and is passed to the engine. Plugin startups can now also control how plugins are inited (and can optionally pass values). Bit more flexibility to those who want to write plugin interfaces to the database.
-
mskold/marty@mysql.com/linux.site authored
-
- 13 Sep, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Bug #21378 Alter table from X storage engine to NDB could cause data loss: skip autodiscover of local tables
-
- 12 Sep, 2006 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
Bug #21378 Alter table from X storage engine to NDB could cause data loss: Added warning if local table shadows ndb table
-
- 05 Sep, 2006 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
-
guilhem@gbichot3.local authored
In 5.0 we made LOAD DATA INFILE autocommit in all engines, while only NDB wanted that. Users and trainers complained that it affected InnoDB and was a change compared to 4.1 where only NDB autocommitted. To revert to the behaviour of 4.1, we move the autocommit logic out of mysql_load() into ha_ndbcluster::external_lock(). The result is that LOAD DATA INFILE commits all uncommitted changes of NDB if this is an NDB table, its own changes if this is an NDB table, but does not affect other engines. Note: even though there is no "commit the full transaction at end" anymore, LOAD DATA INFILE stays disabled in routines (re-entrency problems per a comment of Pem). Note: ha_ndbcluster::has_transactions() does not give reliable results because it says "yes" even if transactions are disabled in this engine...
-
- 30 Aug, 2006 4 commits
-
-
-
"strict mode: inserts autogenerated auto_increment value bigger than max" Strict mode should fail if autoincrement value is out of range
-
brian@zim.(none) authored
-
mskold/marty@mysql.com/linux.site authored
-
- 25 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
Fixed "discover" in the handler API. Fixed problem where handlerton was not zero'ed. I need to look around, I suspect this problem is more widespread.
-
- 22 Aug, 2006 3 commits
-
-
brian@zim.(none) authored
Plugins now when compiled or not compiled work correctly with status variables. Status variables from plugins now set their own names (removed bit where plugin name was pre-appended this broke Innodb and Cluster) A few Makefile cleanups.
-
jonas@perch.ndb.mysql.com authored
-
pekka@orca.ndb.mysql.com authored
-
- 17 Aug, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
-
- 15 Aug, 2006 2 commits
-
-
mskold/marty@mysql.com/linux.site authored
Fix for bug #21059 Server crashes on join query with large dataset with NDB tables: do not release operation records for on-going read_multi_range
-
jonas@perch.ndb.mysql.com authored
init ndb_cache_check_time and honor value in my.cnf
-