- 04 Aug, 2004 1 commit
-
-
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 1 commit
-
-
unknown authored
compression library
-
- 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 7 commits
-
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
unknown authored
if slave resumes at BEGIN). mysql-test/t/rpl_relayrotate.test: require InnoDB (does not make sense without InnoDB)
-
unknown authored
into hegel.txg:/home/miguel/bk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717 client/mysqlbinlog.cc: Auto merged sql/mysql_priv.h: Auto merged
-
unknown authored
WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position options for mysqlbinlog, with a test file. This enables user to say "recover my database to how it was this morning at 10:30" (mysqlbinlog "--stop-datetime=2003-07-29 10:30:00"). Using time functions into client/ made me move them out of sql/ into sql-common/. + (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes cannot accept 2 binlogs" (that is, on command line). client/client_priv.h: new options for mysqlbinlog client/mysqlbinlog.cc: WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position. (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes cannot accept 2 binlogs". include/my_time.h: importing time functions so that client/ files can use them. include/mysql_time.h: importing time types so that client/ files can use them. sql-common/my_time.c: importing time functions so that client/ files can use them. sql/mysql_priv.h: moving time functions out of sql/ into sql-common/ sql/time.cc: moving time functions out of sql/ into sql-common/ sql/tztime.h: moving time functions out of sql/ into sql-common/
-
unknown authored
(since it's in the other -max builds already). BUILD/compile-pentium-max: Removed obviously obsolete comment. BUILD/compile-pentium-valgrind-max: Added same --with* options as for other -max builds (e.g. ndbcluster).
-