- 05 Aug, 2004 2 commits
- 04 Aug, 2004 4 commits
-
-
unknown authored
Currently one needs 636*1.6*2*noOfReplicas + 184 bytes per record which amounts to about 4200 bytes per record. The 2 is a bug which is fixed here as well, noOfReplicas is removed, it was there for concurrent transactions but it is better to focus on supporting one large transaction in the cluster. Also decreasing the safety factor from 1.6 to 1.1. Also removing unused parameters.
-
unknown authored
into neptunus.(none):/home/magnus/mysql-4.1
-
unknown authored
Added NDBCLUSTER to table types which does not support generate. Added test case for truncate. sql/handler.h: Add NDBCLUSTER to table types that does not support generate.
-
unknown authored
Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan sql/ha_ndbcluster.cc: Check ops_pending if there are operations to take over before closing the scan
-
- 03 Aug, 2004 2 commits
- 02 Aug, 2004 1 commit
-
-
unknown authored
-
- 01 Aug, 2004 5 commits
-
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
"export A=var" is bash feature instead do "A=var; export A"
-
unknown authored
Fix error printout ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Fix init scan frag record ndb/src/mgmsrv/main.cpp: Fix error printout
-
unknown authored
-
- 31 Jul, 2004 3 commits
- 30 Jul, 2004 22 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
into hundin.mysql.fi:/home/marko/l/mysql-4.1
-
unknown authored
into mysql.com:/Users/mikron/mysql-4.1
-
unknown authored
Restore accidentally deleted comment of fil_create_directory_for_tablename() innobase/fil/fil0fil.c: Restore accidentally deleted comment of fil_create_directory_for_tablename()
-
unknown authored
ha_innobase::create(): pass the query string as UTF-8 to row_table_add_foreign_constraints() (Bug #4649) sql/ha_innodb.cc: ha_innobase::create(): pass the query string as UTF-8 to row_table_add_foreign_constraints() (Bug #4649)
-
unknown authored
into mysql.com:/Users/mikron/mysql-4.1
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
flags to enable static linking (to avoid having a shared lib dependency in the Linux RPMs) - Disabled OpenSSL in the Max RPM sql/Makefile.am: - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link flags to enable static linking (to avoid having a shared lib dependency in the Linux Server RPMs) support-files/mysql.spec.sh: - Disable OpenSSL in the Max RPM
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
unknown authored
into mysql.com:/Users/mikron/mysql-4.1 ndb/src/ndbapi/Ndblist.cpp: Auto merged ndb/test/include/HugoTransactions.hpp: Auto merged ndb/test/src/HugoTransactions.cpp: Auto merged
-
unknown authored
n**2 times in closeTransaction where n is number of signals sent in transaction. n can easily become 250.000 in a large transaction.
-
unknown authored
mysql-test/r/ps_6bdb.result: Updated results.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
unknown authored
sql-common/my_time.c: superfluous ; which caused a problem with gcc 2.95
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
mysql-test/r/auto_increment.result: bug test mysql-test/t/auto_increment.test: bug test sql/sql_base.cc: cleanup
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4492
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
- 29 Jul, 2004 1 commit
-
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-