- 17 Jun, 2004 3 commits
- 16 Jun, 2004 32 commits
-
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-4.1-4030
-
unknown authored
-
unknown authored
Remove the use of mem_realloc in fil0fil.c; mem_realloc() was broken and the patch to remove its definition will propagate from the 4.0 tree; crash recovery with innodb_file_per_table has to be tested after this patch, not tested yet innobase/fil/fil0fil.c: Remove the use of mem_realloc in fil0fil.c; mem_alloc() was broken and the patch to remove its definition will propagate from the 4.0 tree; crash recovery with innodb_file_per_table has to be tested after this patch, not tested yet
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-4.1-4030
-
unknown authored
include/mysql.h: mysql_bind_param -> mysql_stmt_bind_param libmysql/libmysql.c: - more comments - trailing spaces stripped - update_statement_metadata moved to appropriate section (from 'Statement close and error reporting' section) - store_param_type moved to store_ functions
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my41
-
unknown authored
-
unknown authored
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
-
unknown authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
-
unknown authored
Delete: ndb/bin/mysqlclusterd .del-mysqlcluster_install_db~f363f803506081a6: Delete: ndb/bin/mysqlcluster_install_db .del-mysqlcluster~26c9c37938503734: Delete: ndb/bin/mysqlcluster BitKeeper/deleted/.del-mysqlcluster~26c9c37938503734: Delete: ndb/bin/mysqlcluster BitKeeper/deleted/.del-mysqlcluster_install_db~f363f803506081a6: Delete: ndb/bin/mysqlcluster_install_db BitKeeper/deleted/.del-mysqlclusterd~7ebaf8faea0a1100: Delete: ndb/bin/mysqlclusterd
-
unknown authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
- mutex was unlocked before the end of the critical sesion, - Portability issue: It's better to use (*alloc)(x) instead of alloc(x), if alloc is a function passed as an argument. - Use {} around if() block, to avoid possible problems with some Windows compilers.
-
unknown authored
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my41
-
unknown authored
into mc05.(none):/space2/tomas/mysql-4.1-ndb-test
-
unknown authored
missing file ndb/include/Makefile.am: missing file
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
-
unknown authored
-
unknown authored
enabled Build-tools/Do-compile: - removed redundant option "--without-ndbcluster" (we already have "--with-cluster" for that) - make sure to add the cluster files in the binary distribution - make sure to run mysql-test-run with NDB tests enabled
-
unknown authored
pops up fixed. libmysql/libmysql.c: Another place where Bug#4079 pops up fixed.
-
unknown authored
-
unknown authored
fix up test result. mysql-test/r/alter_table.result: fix up test result. mysql-test/r/packet.result: fix up test result.
-
unknown authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
unknown authored
and affected test results.
-
unknown authored
Return the code of row_ins_foreign_check_on_constraint() as close to 4.0 as possible, except that we use mem_strdup() to allocate the memory for the modified table name innobase/row/row0ins.c: Return the code of row_ins_foreign_check_on_constraint() as close to 4.0 as possible, except that we use mem_strdup() to allocate the memory for the modified table name
-
- 15 Jun, 2004 5 commits
-
-
unknown authored
introduced in ChangeSet@1.1843.1.25 InnoDB: fix bug in the error exit of fil_create_new_single_table_tablespace(), introduced in ChangeSet@1.1843.1.11 innobase/row/row0ins.c: row_ins_foreign_check_on_constraint(): the string passed to innobase_invalidate_query_cache() was truncated; now it is passed correctly again innobase/fil/fil0fil.c: fil_create_new_single_table_tablespace(): delete the file if fil_space_create() fails
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
unknown authored
2) Fix = -> == in coupl eof require's
-
unknown authored
into ndbmaster.mysql.com:/ndb/clone-mysql-4.1-ndb-daily-2004-06-14
-
unknown authored
-