msvensson@pilot.(none)
d2fdcd908a
Merge pilot.(none):/data/msvensson/mysql/work/my51-work
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-20 13:47:31 +02:00
kostja@bodhi.(none)
91fe15bb9d
Fix doxygen warnings.
2007-08-15 17:43:08 +04:00
monty@mysql.com/narttu.mysql.fi
5d1c2dc913
Fixed problem that Start_log_event_v3::created was not set properly
...
(This is becasue 'when' is not anymore set in constructor)
2007-08-14 15:20:05 +03:00
monty@narttu.mysql.fi
9d609a59fd
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
...
into mysql.com:/home/my/mysql-5.1
2007-08-14 00:22:34 +03:00
msvensson@pilot.(none)
40bcf44eff
Merge pilot.(none):/data/msvensson/mysql/work/my50-work
...
into pilot.(none):/data/msvensson/mysql/work/my51-work
2007-08-13 15:48:26 +02:00
msvensson@pilot.(none)
51580c6405
Improve error messages
...
Write test results to var/log
Add test for "source" and variable expansion
2007-08-13 15:46:11 +02:00
monty@mysql.com/nosik.monty.fi
e53a73e26c
Fixed a lot of compiler warnings and errors detected by Forte C++ on Solaris
...
Faster thr_alarm()
Added 'Opened_files' status variable to track calls to my_open()
Don't give warnings when running mysql_install_db
Added option --source-install to mysql_install_db
I had to do the following renames() as used polymorphism didn't work with Forte compiler on 64 bit systems
index_read() -> index_read_map()
index_read_idx() -> index_read_idx_map()
index_read_last() -> index_read_last_map()
2007-08-13 16:11:25 +03:00
msvensson@pilot.(none)
02419588a4
Merge bk-internal:/home/bk/mysql-5.1-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-13 11:35:10 +02:00
msvensson@pilot.(none)
cee0fe85ac
Merge bk-internal:/home/bk/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-08-13 11:29:58 +02:00
baker@bk-internal.mysql.com
bc6e5b08dd
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
...
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
2007-08-09 22:12:13 +02:00
brian@piggy.tangent.org
ae2b243a2e
Two bugs in one! The count call was duplicating internally the counts for loaded tests (not autosql tests, just loaded). This could manifest itself by executing by file, or by executing a pre statement.
...
BUG#29803
2007-08-09 13:01:29 -07:00
msvensson@pilot.(none)
55c448bc1b
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-08 18:09:21 +02:00
msvensson@pilot.(none)
179cd4e016
Merge 192.168.0.7:mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-08-08 18:03:56 +02:00
msvensson@shellback.(none)
6d2f738ff9
Don't require a space between "if" and "(". This should
...
also fix "while" and "connect"
It's now possible to write "if("
2007-08-08 18:03:44 +02:00
msvensson@pilot.(none)
24666e55cf
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-08 16:49:15 +02:00
msvensson@pilot.(none)
a2f59d74f4
Merge 192.168.0.7:mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-08-08 16:47:35 +02:00
msvensson@shellback.(none)
792ac3fdcd
Use "create_temp_file" to create a temporary file name for the perl script
2007-08-08 16:45:18 +02:00
msvensson@shellback.(none)
87f81bce4e
Remove extra newline added to files created by write_file and append_file
2007-08-08 16:44:01 +02:00
msvensson@pilot.(none)
5e4b4ca6ab
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-08 10:05:09 +02:00
kostja@bodhi.(none)
28f1f1828d
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
...
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
2007-08-08 11:36:55 +04:00
msvensson@pilot.(none)
8d8123341b
Fix warning
2007-08-08 09:31:45 +02:00
msvensson@pilot.(none)
a7ba7109c7
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-07 12:15:19 +02:00
msvensson@pilot.(none)
7c0341376d
Merge 192.168.0.7:mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-08-07 11:58:00 +02:00
msvensson@shellback.(none)
86658784a1
Bug#29547 mysql-test-run to retrieve warnings for failed command
...
- Run "SHOW WARNINGS" when mysqltest fails and display all but the
last warning(since it's the same as "last error") on stderr
- Fix typo
2007-08-07 11:56:30 +02:00
msvensson@pilot.(none)
66b74f6a33
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-07 11:42:14 +02:00
msvensson@pilot.(none)
f785bf00de
Bug#20037 mysqltest requires cygwin on windows(part 1, new mysqltest commands)
...
- Update comments
- Make "write_file" fail if file already exist
- Remove temporary files created by test cases
2007-08-07 11:40:03 +02:00
kostja@bodhi.(none)
256450d881
Fix one more warning.
2007-08-06 23:43:53 +04:00
kostja@bodhi.(none)
4cc808b7cf
Fix "db_cl_altered might be used uninitialized" warning.
2007-08-06 22:52:50 +04:00
kostja@bodhi.(none)
057ab256cc
Fix warnings.
2007-08-06 22:49:47 +04:00
kostja@bodhi.(none)
0c4d8e0032
Fix failing ddl_i18n* tests in the team tree.
2007-08-06 22:42:13 +04:00
msvensson@pilot.(none)
35503e7678
Merge bk-internal:/home/bk/mysql-5.1-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-06 15:14:11 +02:00
msvensson@shellback.(none)
260fabd481
Add missing '
...
Extend buffer size to allow for longer log messages
2007-08-06 13:42:00 +02:00
msvensson@shellback.(none)
b8a2161673
Remove NOT_YET code
...
Update comments
Add more tests for "let from query"
2007-08-06 11:20:36 +02:00
msvensson@shellback.(none)
42b32d7df3
Fix spelling errors
2007-08-06 10:39:48 +02:00
msvensson@shellback.(none)
5fdd29e3d1
Merge bk-internal:/home/bk/mysql-5.0-maint
...
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
2007-08-06 09:41:24 +02:00
iggy@amd64.(none)
64b6c61108
Merge amd64.(none):/src/mysql-5.1-maint
...
into amd64.(none):/src/mysql-5.1-build_29903
2007-08-03 21:44:59 -04:00
iggy@amd64.(none)
3ed9739c82
Bug#29903 The CMake build method does not produce the embedded library.
...
- Changes to correct and test Windows embedded build.
2007-08-03 14:43:12 -04:00
df@pippilotta.erinye.com
493634e4c7
Merge bk-internal:/home/bk/mysql-5.1-marvel
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-marvel-engines
2007-08-03 17:15:23 +02:00
df@pippilotta.erinye.com
5ad3f6083e
add mysqlslap back to windows builds for 5.1
2007-08-03 14:43:11 +02:00
msvensson@pilot.(none)
f7986a6307
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-03 13:40:38 +02:00
msvensson@pilot.(none)
fecdca6754
Add extra newline between diff and error message
2007-08-03 13:39:55 +02:00
msvensson@pilot.(none)
e4817a3843
Update after merge, change "byte" and "gptr" into "uchar" and "uchar*"
2007-08-03 13:29:30 +02:00
msvensson@pilot.(none)
7afa0163e5
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-03 13:26:43 +02:00
msvensson@pilot.(none)
51abee54c5
Merge 192.168.0.7:mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-08-03 13:15:03 +02:00
msvensson@shellback.(none)
cc00660f95
WL#3935 Improve mysqltest report and exitcode for diff
...
- 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.
2007-08-03 13:12:53 +02:00
msvensson@pilot.(none)
2258a423b2
Merge 192.168.0.7:mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-08-03 12:57:09 +02:00
msvensson@shellback.(none)
7e86c5971a
Remove the temporary file created by mysql_upgrade
2007-08-03 12:54:06 +02:00
joerg@trift2.
d63f8f48fb
Re-apply fixes originally made by Kent,
...
they got lost because of a merge conflict with the CMakeLists.txt
dependency fix (numer 29982 in our bugs DB).
These changes are for bug#30118.
2007-08-03 11:06:53 +02:00
anozdrin/alik@ibm.
e76351df1a
Fix for BUG#30123: mysqldump is unable to work with old servers.
...
New server (as of 5.1.21) provides new features:
- SHOW CREATE TRIGGER;
- character set information for SHOW TRIGGERS and SHOW CREATE
EVENT | FUNCTION | PROCEDURE statements.
Mysqldump uses these features to generate proper dump.
The bug happened when new mysqldump was used to dump older servers.
The problem was that 5.1.21 new features are not available, so
mysqldump exited with error code or just crashed.
The fix is to detect if mysqldump has ben run against older server
and don't use new 5.1.21 functionality in this case. Certainly,
the dump generated for the older server suffers from the character
set problems fixed by BUG#16291 and the like.
2007-08-03 11:50:17 +04:00
monty@mysql.com/nosik.monty.fi
237d586700
Simplify logging code a bit (to make code smaller and faster)
...
Moved duplicated code to inline function store_timestamp()
Save thd->time_zone_used when logging to table as CSV internally cases it to be changed
Added MYSQL_LOCK_IGNORE_FLUSH to log tables to avoid deadlock in case of flush tables.
Mark log tables with TIMESTAMP_NO_AUTO_SET to avoid automatic timestamping
Set TABLE->no_replicate on open
2007-08-03 01:14:27 +03:00