- 04 Apr, 2006 4 commits
-
-
unknown authored
into shellback.(none):/home/msvensson/mysql/bug17368/my51-bug17368
-
unknown authored
- Port ha_tina.cc to run on windows include/my_sys.h: Add define for MAP_PRIVATE, to be used in my_mmap to decide what kind of map to open. mysys/my_mmap.c: Remove unused flProtect Look at "prot" argument when deciding if map should be read or write. storage/csv/ha_tina.cc: Remove "include <sys/mman.h>", use the defines and functions from mysys Add cast to byte* when calling 'my_write' Add cast to char* when calling 'buffer.set' munmap the file before setting it's size, my_chsize will fail if file is mapped. storage/csv/ha_tina.h: Remove "typedef" since no name is defined and "tina_set" is used in the code
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1 client/mysqltest.c: Auto merged include/config-win.h: Auto merged include/m_ctype.h: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/subselect.result: Auto merged sql/item_func.cc: Auto merged sql/opt_range.cc: Auto merged strings/ctype-bin.c: Auto merged strings/ctype-euc_kr.c: Auto merged strings/ctype-gb2312.c: Auto merged strings/ctype-ucs2.c: Auto merged
-
unknown authored
Add support for "--debugger=windbg" and "--debugger=vcexpress"
-
- 24 Mar, 2006 7 commits
-
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
enabled rpl_ndb_blob since a "hanging" bug was fixed mysql-test/t/disabled.def: enabled rpl_ndb_blob since a "hanging" bug was fixed
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new
-
unknown authored
- make sure cluster/schema table is always created first sql/ha_ndbcluster_binlog.cc: make sure cluster/schema table is always created first storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: corrected bug causing hang in getTable when using blob tables
-
unknown authored
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
- 23 Mar, 2006 29 commits
-
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1
-
unknown authored
- Make the windows implementation of 'my_dir' behave like the default implementation mysys/my_lib.c: If 'findfirst' returns EINVAL, just continue and return 0 files to read in this dir.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
- check that event is the correct one, and only delete if wrong version
-
unknown authored
Apparently libtool isn't properly setup on all our build hosts. mysql-test/mysql-test-run.pl: Only run in libtool if running in valgrind.
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
client/mysqltest.c: Dump accumulated result upuntil test failure into a <testname>.log file for later examination mysql-test/lib/mtr_report.pl: Inform about the <testname>.log file's existence
-
unknown authored
-
unknown authored
-
unknown authored
Concat type+idx to get a unique gdbinit filename
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0 client/mysqltest.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
Forgot to include into the previous changeset. strings/ctype-simple.c: Forgot to include into the previous changeset. strings/ctype-utf8.c: Forgot to include into the previous changeset.
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1 client/mysqltest.c: Auto merged sql/sql_error.cc: Auto merged mysql-test/mysql-test-run.pl: SCCS merged
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1
-
unknown authored
include/m_ctype.h: Auto merged strings/ctype-bin.c: Auto merged strings/ctype-euc_kr.c: Auto merged strings/ctype-gb2312.c: Auto merged strings/ctype-ucs2.c: Auto merged include/config-win.h: SCCS merged
-
unknown authored
If CYBOZU defined, set character sets etc include/config-win.h: If CYBOZU defined, set character sets etc
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new
-
unknown authored
-
unknown authored
-
unknown authored
Touchups mysql-test/mysql-test-run.pl: Add support fo --manual-debug, --manual-gdb and -manual-ddd
-
unknown authored
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0 client/mysqltest.c: Auto merged mysql-test/mysql-test-run.pl: Merge
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.0
-
unknown authored
mysql-test/r/subselect.result: Fix for bug #18306: MySQL crashes and restarts using subquery test case mysql-test/t/subselect.test: Fix for bug #18306: MySQL crashes and restarts using subquery test case sql/opt_range.cc: Fix for bug #18306: MySQL crashes and restarts using subquery Restore thd->mem_root because during the cond->val_int() evaluation we can come across a subselect item which may allocate memory on the thd->mem_root and assumes all the memory allocated has the same life span as the subselect item itself.
-
unknown authored
Add support for debuggers and impove support for valgrind mysql-test/mysql-test-run.pl: Add support for debuggers and improve support for valgrind
-
unknown authored
Makes it easier to see what happened before the failure client/mysqltest.c: Dump reject file before mysqltest in 'die'
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1
-