- 26 Jan, 2005 40 commits
-
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 BUILD/SETUP.sh: Auto merged configure.in: Auto merged innobase/fil/fil0fil.c: Auto merged innobase/include/univ.i: Auto merged
-
unknown authored
Added a call to close the meta file after a repair.
-
unknown authored
into mysql.com:/my/mysql-5.0
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 sql/set_var.cc: Auto merged
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg7637 sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0
-
unknown authored
Archive fix by Ingo. Innodb compile fix by Monty. configure.in: Auto merged innobase/include/univ.i: Auto merged BUILD/SETUP.sh: Auto merged mysql-test/t/archive.test: Auto merged sql/examples/ha_archive.cc: Auto merged sql/examples/ha_archive.h: Auto merged sql/handler.cc: Auto merged sql/sql_select.cc: Auto merged innobase/fil/fil0fil.c: Merged Montys fix.
-
unknown authored
to avoid linking problems referring to the variable from .c programs.
-
unknown authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 sql/sql_insert.cc: Auto merged sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
Moved initialization code into a new init function. Added a new cleanup function. Added a call to close the meta file. mysql-test/t/archive.test: Test Bug: Memory leaks in the archive handler. Fixed a typo. sql/examples/ha_archive.h: Test Bug: Memory leaks in the archive handler. Added declarations for the new init/cleanup functions. sql/handler.cc: Test Bug: Memory leaks in the archive handler. Added calls of the new init/cleanup functions.
-
unknown authored
(After review of cs georg:1.1800 by Monty) VC++Files/libmysqld/libmysqld.dsp: removed ha_isammrg.cpp (doesn't exist anymore) VC++Files/mysqldemb/mysqldemb.dsp: removed ha_isammrg.cpp (doesn't exist anymore) extra/comp_err.c: renamed DATADIR to DATADIRECTORY (DATADIR is a windows internal enumeration type) innobase/ut/ut0ut.c: gettimeofday is not available under Windows. Added conditional define which uses GetLocalTime for windows libmysql/libmysql.c: fixed prototype for setup_one_fetch_function which differed from function declaration. Fixed not supported unsigned __int64 to double conversion sql/field.h: fixed typecast error (windows) sql/item_sum.cc: fixed typecast errors (windows) sql/key.cc: fixed typecast errors (windows) sql/opt_range.cc: fixed not supported unsigned __int64 to double conversion sql/sql_acl.cc: fixed typecast errors (windows) sql/table.cc: fixed typecast errors (windows)
-
unknown authored
configure.in: Auto merged innobase/include/univ.i: Auto merged BUILD/SETUP.sh: Auto merged innobase/fil/fil0fil.c: Merge with 4.1
-
unknown authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
-
unknown authored
configure.in: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
BUILD/SETUP.sh: Abort if wrong options BUILD/compile-pentium64-debug: Always use full debugging innobase/fil/fil0fil.c: Fixed wrong printf() format
-
unknown authored
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg7637 sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
i.e. ndb_restore
-
unknown authored
into mysql.com:/my/mysql-4.1
-
unknown authored
my_strnxfrm_utf8 now requires 2 bytes per character in filesort key, instead of 3 bytes per character. Shorter filesort keys make sorting faster.
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0
-
unknown authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src-WL1420
-
unknown authored
mysql-test/r/ndb_index_unique.result: Auto merged mysql-test/t/ndb_index_unique.test: Auto merged sql/ha_ndbcluster.h: Auto merged sql/ha_ndbcluster.cc: merge bug#8101 and setBound usage if id instead of name
-
unknown authored
-
unknown authored
into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src-WL1420
-
unknown authored
sql/sql_help.cc: a fix (bug #8129: help.test fails using --ps-protocol) In case of 'range' we have to call quick->reset().
-
unknown authored
into mysql.com:/my/mysql-4.1
-
unknown authored
This fixes a memory allocation bug in Innobase as structs was defined differently in .c and .cc files
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
Bug#8101 unique indexes which attribute are _not_ specified in the order of the table does not work
-
unknown authored
Test cases using common object (database,user,table,..) names could probably destroy customer data, when connecting to an already running server. This Changeset contains an auxiliary routine include/testdb_only.inc" which should be sourced by tests doing such dangerous things. The test case will get a "[skipped]" when the environment variable USE_RUNNING_SERVER is not 0 . The modified mysql-test-run.sh sets USE_RUNNING_SERVER to 0, when the "mysql-test-run" starts its own server, aka there was no "--extern" option. mysql-test/mysql-test-run.sh: If mysql-test-run spawns the server by itself, USE_RUNNING_SERVER will be set to 0 instead of "". If the option "--extern" was detected, USE_RUNNING_SERVER will be set to 1 instead of "1". Several comparisons have to be changed [ -z "$USE_RUNNING_SERVER" ] --> [ $USE_RUNNING_SERVER -eq 0 ] [ -n "$USE_RUNNING_SERVER" ] --> [ $USE_RUNNING_SERVER -eq 1 ] USE_RUNNING_SERVER will be exported.
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg7637 sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged
-