An error occurred fetching the project authors.
- 11 Dec, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 07 Dec, 2007 1 commit
-
-
tsmith@ramayana.hindu.god authored
-
- 13 Nov, 2007 1 commit
-
-
istruewing@stella.local authored
if running as root Every start of a server in the test suite raised that warning. The cause was an unconditionla add of the --user option to the server command line. Only the "root" user (effective user id == 0) must use that option. Added check for effective user id == 0 before adding --user. Thanks to Magnus Svensson for the patch.
-
- 07 Nov, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
With certain data sets (when compressed record length gets bigger than uncompressed) myisamchk --unpack may corrupt data file. Fixed that record length was wrongly restored from compressed table.
-
- 02 Nov, 2007 1 commit
-
-
- 01 Nov, 2007 1 commit
-
-
msvensson@pilot.mysql.com authored
-
- 30 Oct, 2007 1 commit
-
-
df@pippilotta.erinye.com authored
-
- 23 Oct, 2007 1 commit
-
-
msvensson@pilot.mysql.com authored
-
- 15 Oct, 2007 1 commit
-
-
gkodinov/kgeorge@magare.gmz authored
On Windows the debug log was doing freopen () instead of fflush() and that was slowing the logging down that much that some tests timed out. Fixed by replacing the freopen() with an syncing-to-disk flag to fopen() and fflush(). Also increased the timeout of the tests running with --debug on windows : seems to slow down as much as valgrind on linux.
-
- 05 Oct, 2007 3 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- "mysqld --verbose --help" need to be started in a writable directory
-
- 04 Oct, 2007 1 commit
-
-
jperkin@production.mysql.com authored
were accidentally removed during a previous rototill of this code. Fixes bug#27692. While it can be argued we should strive to provide a 'secure by default' installation, this happens to be the setup currently documented in the manual as the default, so defer changes that improve security out of the box to a co-ordinated effort later on. For now, make a note about the test databases and anonymous user in mysql_install_db and recommend that mysql_secure_installation be ran for users wishing to remove these defaults. [..re-commit of previously lost change..]
-
- 21 Sep, 2007 1 commit
-
-
msvensson@shellback.(none) authored
disconnects when test servers are put under load
-
- 29 Aug, 2007 2 commits
-
-
msvensson@pilot.(none) authored
'mysqld_wait_started' don't return prematurely because of an old pidfile
-
msvensson@pilot.(none) authored
-
- 28 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
to perform this analyzis)
-
- 24 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
'mtr_short_hostname' and 'mtr_full_hostname'
-
- 20 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
-
- 16 Aug, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed failing func_misc test for embedded server Added casts to avoid compiler warnings Removed Table_locks_immediate as it's depending on log file cacheing Changed type of get_time() to avoid warnings Removed testing if purger master logs succeded as this is not deterministic
-
- 14 Aug, 2007 3 commits
-
-
tsmith@ramayana.hindu.god authored
including a small change to build_table_filename().
-
msvensson@pilot.(none) authored
-
msvensson@pilot.(none) authored
-
- 13 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
Write test results to var/log Add test for "source" and variable expansion
-
- 05 Aug, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Search "relwithdebinfo" directory in CMake Visual Studio build Search for "mysqld-debug" even in source tree
-
- 03 Aug, 2007 4 commits
-
-
iggy@amd64.(none) authored
- Changes to correct and test Windows embedded build.
-
msvensson@shellback.(none) authored
- Move the code to generate test report to the test tool(in this case mysqltest) where the best control of what failed is - Simplify the code in mysql-test-run.pl - mysqltest will now find what diff to use in a best effort attempt using "diff -u", "diff -c" and finally dumping the two files verbatim in the report.
-
msvensson@pilot.(none) authored
Define tot_real_tim locally in mtr_report.pl
-
msvensson@shellback.(none) authored
of mysql-test-run.pl
-
- 01 Aug, 2007 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Fixed compiler warnings, errors and link errors Fixed new bug on Solaris with gethrtime() Added --debug-check option to all mysql clients to print errors and memory leaks Added --debug-info to all clients. This now works as --debug-check but also prints memory and cpu usage
-
- 24 Jul, 2007 1 commit
-
-
antony@pcg5ppc.xiphis.org authored
"getGeneratedKeys() does not work with FEDERATED table" mysql_insert() expected the storage engine to update the row data during the write_row() operation with the value of the new auto- increment field. The field must be updated when only one row has been inserted as mysql_insert() would ignore the thd->last_insert. This patch implements HA_STATUS_AUTO support in ha_federated::info() and ensures that ha_federated::write_row() does update the row's auto-increment value. The test case was written in C as the protocol's 'id' value is accessible through libmysqlclient and not via SQL statements. mysql-test-run.pl was extended to enable running the test binary.
-
- 29 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
-
- 27 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
-
- 26 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Various fixes for running mysql-test-run.pl on ActiveState perl for windows. Reading it's source in win32/win32.c helps...
-
- 20 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Improve shutdown algorithm - Wait up to 5 seconds for processes to exit after their port is free
-
- 13 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Make tesingt continue even if test log file does not exists
-
- 08 Jun, 2007 2 commits
-
-
msvensson@pilot.(none) authored
-
msvensson@pilot.(none) authored
to crrectly filter tests to run
-
- 01 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Removed the global variable(s) glob_use_running_cluster/slave and put a property on each "cluster" called "use_running" which is set to 1 if user passed either ndb_connectstring or ndb_connectstring_slave. Thus mtr.pl should not start/stop the cluster.
-
- 31 May, 2007 1 commit
-
-
mhansson@dl145s.mysql.com authored
problem #1: udf_example.so does not get built on AIX solution#1: build it yourself using cd sql; gcc -g -I ../include/ -I /usr/include/ -lpthread \ -shared -o udf_example.so udf_example.c; mv udf_example.so \ .libs/ problem#2 (the bug): udf_example fails because it does not recognize the variable LD_LIBRARY_PATH when doing dl_open(), it looks at LIBPATH solution#2: add the library path to LIBPATH problem#3: udf_example returns the wrong result length since it relies on strmov to return a pointer to the end of the string that it copies. On AIX builds, where m_string.h is not included (m_string defines a macro expanding strmov to stpcpy), there is a macro expanding strmov to strcpy, which returns a pointer to the first character. solution#3: define strmov as stpcpy. problem#4: #2 applies on hp-ux as well, but this platform looks at SHLIB_PATH solution#4: added the library path to SHLIB_PATH
-