- 30 Nov, 2006 1 commit
-
-
unknown authored
Removed return of illegal pointer, changed signatures to ndb_mgm_get_clusterlog_severity_filter and ndb_mgm_get_clusterlog_loglevel
-
- 29 Nov, 2006 5 commits
-
-
unknown authored
bug#24303 Wrong result for UPDATE IGNORE for NDB table: Refinement, only read all fields for UPDATE IGNORE with pk (check if UPDATE command and pk in write_set)
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb storage/ndb/src/common/util/socket_io.cpp: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 mysql-test/r/ndb_update.result: Auto merged storage/ndb/src/common/util/socket_io.cpp: Auto merged
-
unknown authored
-
- 27 Nov, 2006 1 commit
-
-
unknown authored
bug#24470 MySQL Servers crashes during creating new tables with blob column: fix of error handling at resource shortage
-
- 15 Nov, 2006 3 commits
-
-
unknown authored
bug #24301 Next command hangs in mysql after creating new NDB table via LIKE operation.: Locked mutex LOCK_open during operation
-
unknown authored
bug #21495 Alter table from x engine to ndb and back can cause issue with drop DB:added error printout to log
-
unknown authored
bug #21495 Alter table from x engine to ndb and back can cause issue with drop DB:disable distributed drop database if a database contains local tables
-
- 13 Nov, 2006 3 commits
-
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb configure.in: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
-
unknown 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. 5.1 re-implementation
-
- 10 Nov, 2006 6 commits
-
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb client/mysqldump.c: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/sql_show.cc: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged sql/sql_class.h: Fixed indentation
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 mysql-test/t/ndb_index_unique.test: Auto merged mysql-test/r/ndb_index_unique.result: Using local will re-generate sql/ha_ndbcluster.cc: Using local will merge manually sql/ha_ndbcluster.h: Using local will merge manually
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/lic/my51-lic mysql-test/mysql-test-run-shell.sh: Auto merged
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/lic/my50-lic mysql-test/mysql-test-run.sh: Auto merged
-
unknown authored
Added --force-restart pseudo server argument to shell version as well mysql-test/mysql-test-run.sh: Added --force-restart pseudo server argument to shell version as well
-
- 09 Nov, 2006 1 commit
-
-
unknown authored
If we have the XFS headers (at build time) we can use XFS specific ioctls (once testing the file is on XFS) to better allocate space. This dramatically improves performance of mysql-test-run cases as well: e.g. number of extents for ndb_dd_basic tablespaces and log files BEFORE this patch: 57, 13, 212, 95, 17, 113 WITH this patch : ALL 1 or 2 extents (results are consistent over multiple runs. BEFORE always has several files with lots of extents). As for timing of test run: BEFORE ndb_dd_basic [ pass ] 107727 real 3m2.683s user 0m1.360s sys 0m1.192s AFTER ndb_dd_basic [ pass ] 70060 real 2m30.822s user 0m1.220s sys 0m1.404s (results are again consistent over various runs) similar for other tests (BEFORE and AFTER): ndb_dd_alter [ pass ] 245360 ndb_dd_alter [ pass ] 211632 configure.in: Check for XFS headers storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp: If the XFS headers are installed, use the xfsctl(XFS_IOC_RESVSP64) call (a wrapper around ioctl) to tell the xfs file system how much space to reserve for this file.
-
- 08 Nov, 2006 10 commits
-
-
unknown authored
into alik.:/mnt/raid/alik/MySQL/devel/5.1-rt configure.in: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/handler.cc: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
bug#23542 crash on DELETE from ndb dd table: uses_blob_value always reads write_set, should check read_set if read operation
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 configure.in: Merge bump of version
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
unknown authored
sql/sql_show.cc: fix warning during mysql-test-run of freeing null pointer
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-mgm-work storage/ndb/include/util/Vector.hpp: Auto merged
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-mgm-work
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/pending
-
- 07 Nov, 2006 10 commits
-
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/lic/my51-lic scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/lic/my50-lic scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/lic/my41-lic README: Auto merged
-
unknown authored
Added LICENSE.mysql, removed LICENSE.doc README.NW. Removed obselete section about MySQLEULA.txt and README.NW. README: Added reference to the EXCEPTIONS-CLIENT file. Changed reference to the commercial license file. Corrected references into chapters in the manual. .del-MySQLEULA.txt~4a1afd9284f9be5a: Delete: Docs/MySQLEULA.txt README: Added reference to the EXCEPTIONS-CLIENT file. Changed reference to the commercial license file. Corrected references into chapters in the manual. BitKeeper/deleted/.del-MySQLEULA.txt~4a1afd9284f9be5a: Delete: Docs/MySQLEULA.txt scripts/make_binary_distribution.sh: Added LICENSE.mysql, removed LICENSE.doc README.NW. Removed obselete section about MySQLEULA.txt and README.NW.
-
unknown authored
into outpost.site:/home/cps/mysql/trees/mysql-5.1-runtime
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1 configure.in: Auto merged
-
unknown authored
-
unknown authored
-
unknown 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
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint mysql-test/mysql-test-run.pl: Auto merged vio/viosslfactories.c: Auto merged
-