pekka@mysql.com
78d3257f37
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/space/pekka/ndb/version/my51
2006-02-20 12:37:27 +01:00
tomas@poseidon.ndb.mysql.com
bb0b5cdbb1
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-02-20 12:37:26 +01:00
tomas@poseidon.ndb.mysql.com
82be07c41b
Bug #17559 ndb_gis test failure
...
- test tables use blobs without PK, and was not handled correctly
2006-02-20 12:36:10 +01:00
pekka@mysql.com
32298c75c0
ndb - rbr blobs etc: set db/schema in injector_ndb before calling NDB
2006-02-20 12:07:12 +01:00
andrey@lmy004.
51f87cc655
fix the output. now only 1 space in PK definition
2006-02-20 11:20:31 +01:00
knielsen@mysql.com
ddc2da9c09
post-merge fixes.
2006-02-20 10:30:32 +01:00
knielsen@mysql.com
4fc82049c8
Merge mysql.com:/usr/local/mysql/mysql-5.0-fixtest
...
into mysql.com:/usr/local/mysql/mysql-5.1-new
2006-02-20 09:52:22 +01:00
knielsen@mysql.com
c15158e108
Remove hard-coded ../var/.. path in test mix_innodb_myisam_binlog,
...
fails with --vardir option.
2006-02-20 09:34:02 +01:00
igor@rurik.mysql.com
1e437a1fda
Merge rurik.mysql.com:/home/igor/mysql-5.1
...
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
2006-02-19 19:26:25 -08:00
kent@mysql.com
c6211f38f0
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
2006-02-20 03:14:33 +01:00
kent@mysql.com
281e0d0c6b
mysql.spec.sh:
...
Reintroduced a max build
Limited testing of 'debug' and 'max' servers
Berkeley DB only in 'max'
2006-02-20 03:10:08 +01:00
kent@mysql.com
2f3811b50c
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
2006-02-20 00:36:40 +01:00
kent@mysql.com
0120bac7f6
mysql-test-run.pl:
...
Added --restart-cleanup option
drop-on-restart.inc:
DROP commands to cleanup on restart
new file
mysqltest.c:
Added option --include=<sql-file>
2006-02-20 00:32:07 +01:00
kent@mysql.com
544e07ba78
Merge
2006-02-19 23:57:49 +01:00
kent@mysql.com
4c81413932
Merge
2006-02-19 23:47:00 +01:00
brian@zim.tangent.org
70b70e43d9
We had a number of tests where there were no bugs related to disabling of tests, bugs were fixed, or no clear discription or plan.
2006-02-19 10:52:12 -08:00
brian@zim.tangent.org
86763e6198
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zim.tangent.org:/home/brian/mysql/dep-5.1
2006-02-19 09:48:17 -08:00
brian@zim.tangent.org
faa1b42989
Fixed some threading issues that Guilhem found (and its what I get for copy and pasting from elsewhere without thinking about it). Added depracted messages to BACKUP, RESTORE, and LOAD TABLE FROM MASTER (which doesn't work well).
2006-02-19 09:41:59 -08:00
pekka@mysql.com
5756c30c02
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/space/pekka/ndb/version/my51
2006-02-19 05:08:23 +01:00
guilhem@mysql.com
af149459ed
Fix after merge of 5.0, fix of a result file which somebody hadn't updated.
...
"mysqldump" test fails (mysqlimport related, Brian aware), ndb_cache2 ndb_cache_multi2
partition_mgm_err fail (unrelated to my changes), rpl_row_view01 (known crash BUG#17265)
2006-02-18 23:37:56 +01:00
guilhem@mysql.com
ac2b5966ca
Merge mysql.com:/home/mysql_src/mysql-5.0
...
into mysql.com:/home/mysql_src/mysql-5.1-new
2006-02-18 21:10:44 +01:00
guilhem@mysql.com
32a5692733
In previous push, a DROP TABLE at the end of test was missing.
2006-02-18 21:08:41 +01:00
guilhem@mysql.com
473cfdfcb2
Merge mysql.com:/home/mysql_src/mysql-5.0
...
into mysql.com:/home/mysql_src/mysql-5.1-new; will fix manually sp_head.cc and mysqld.cc later soon.
2006-02-18 19:07:32 +01:00
guilhem@mysql.com
37c1744a03
Fix for BUG#13897 "failure to do SET SQL_MODE=N where N is a number > 31" (the original bug's title isn't the simplest
...
symptom). sys_var::check_set() was wrong. mysqlbinlog makes use of such SET SQL_MODE=N
(where N is interpreted like if SQL_MODE was a field of type SET), so
this bug affected recovery from binlogs if the server was running with certain SQL_MODE values,
for example the default values on Windows (STRICT_TRANS_TABLES); to work around this bug people
had to edit mysqlbinlog's output.
2006-02-18 17:32:15 +01:00
guilhem@mysql.com
56bed24c92
Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)":
...
if the function, invoked in a non-binlogged caller (e.g. SELECT, DO), failed half-way on the master,
slave would stop and complain that error code between him and master mismatch.
To solve this, when a stored function is invoked in a non-binlogged caller (e.g. SELECT, DO), we binlog the function
call as SELECT instead of as DO (see revision comment of sp_head.cc for more).
And: minor wording change in the help text.
This cset will cause conflicts in 5.1, I'll merge.
2006-02-18 17:26:30 +01:00
guilhem@mysql.com
4c5d18b150
Fix for BUG#16559 "Replication Problems with Non transactional tables inside an interrupted trans.":
...
problem was: when a connection disconnects having an open transaction affecting MyISAM and InnoDB, the ROLLBACK event stored in the binary log
contained a non-zero error code (1053 because of the disconnection), so when slave applied the transaction, slave complained that its ROLLBACK succeeded
(error_code=0) while master's had 1053, so slave stopped. But internally generated binlog events such as this ROLLBACK
should always have 0 as error code, as is true in 4.1 and was accidentally broken in 5.0,
so that there is no false alarm.
2006-02-18 17:19:16 +01:00
msvensson@neptunus.(none)
46620c4ab9
Merge bk-internal:/home/bk/mysql-5.1-new
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
2006-02-18 16:20:14 +01:00
msvensson@neptunus.(none)
e592227529
Fix build failure
2006-02-18 16:18:51 +01:00
petr@mysql.com
d6a36615d6
Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
...
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-debug
2006-02-18 18:00:22 +03:00
kent@mysql.com
a50023d772
mysqlimport.c:
...
Handle case where there is no snprintf()
libmysql.vcproj, mysqlclient.vcproj:
Added __WIN__ symbol, needed when compiling dbug.c
dbug.vcproj:
Changed __WIN32__ to __WIN__
dbug.c:
Added Windows specific code to handle TIMESTAMP_ON log line format
make_win_src_distribution.sh:
Copy plugin directory recursively
dbug.vcproj:
Define __WIN__ for all targets
2006-02-18 08:46:18 +01:00
pekka@mysql.com
69d7e4f0ae
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/space/pekka/ndb/version/my51
2006-02-18 05:17:10 +01:00
kent@mysql.com
9aca849da1
Makefile.am:
...
Add an extra -lpthread before first -lc, to solve link
problems when statically linking with glibc 2.2.5
make_win_src_distribution.sh:
Added copying of the include/mysql directory
2006-02-18 04:23:24 +01:00
petr@mysql.com
cb74e09f46
Add a shift in the parser. Forgotten in the previous commit.
2006-02-18 03:22:13 +03:00
brian@zim.tangent.org
e4ce125d79
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zim.tangent.org:/home/brian/mysql/dep-5.1
2006-02-17 16:06:08 -08:00
brian@zim.tangent.org
3ea4f67f5b
Removing support for storage engines being loadable, will push featureto 5.2.
2006-02-17 16:00:36 -08:00
petr@mysql.com
db7b6ef56f
Merge mysql.com:/home/cps/mysql/trees/5.0/mysql-5.0-virgin-debug
...
into mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
2006-02-18 02:50:50 +03:00
jimw@mysql.com
5659853f3c
Fix results due to change in SHOW CREATE TABLE output
2006-02-17 14:41:57 -08:00
pekka@mysql.com
7827a89814
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/space/pekka/ndb/version/my51
2006-02-17 22:35:53 +01:00
pekka@mysql.com
6cfe04630b
ndb - rbr blobs: fixes (not final)
2006-02-17 22:33:31 +01:00
kent@mysql.com
c56a4b1eb6
mysql-test-run.sh:
...
Set the ndbcluster slave port (bug#16780)
disabled.def:
Disabled 'mysqldump' until bug 17443 is closed
2006-02-17 21:55:27 +01:00
jimw@mysql.com
4d483fa2d1
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-02-17 12:42:08 -08:00
elliot@mysql.com
649d64d7f9
BUG#17385 Re-enabling test case as it passes now. Wrong results were
...
corrected by Ingo when pushing WL#1563
2006-02-17 15:01:27 -05:00
jimw@mysql.com
cdad081fbe
Merge mysql.com:/home/jimw/my/mysql-5.1-13883
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-02-17 11:06:05 -08:00
jimw@mysql.com
bf0b775859
Merge mysql.com:/home/jimw/my/mysql-5.0-7955
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-02-17 11:03:34 -08:00
jimw@mysql.com
30c343a04e
Merge mysql.com:/home/jimw/my/mysql-5.0-clean
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-02-17 10:59:47 -08:00
jimw@mysql.com
10b96ec4c8
Merge mysql.com:/home/jimw/my/mysql-5.1-17169
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-02-17 10:55:43 -08:00
kent@mysql.com
2056feb789
Merge mysqldev@production.mysql.com:my/mysql-5.1-release
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
2006-02-17 19:27:16 +01:00
kent@mysql.com
ed07bf13c6
mysqld.vcproj, mysqlserver.vcproj, libmysqld.vcproj:
...
Changed default server to include all engines except BDB
2006-02-17 19:24:47 +01:00
jimw@mysql.com
7182785f19
Fix subselect results (there was a bad merge when subselect test was disabled)
2006-02-17 10:02:59 -08:00
msvensson@neptunus.(none)
ace6f14267
Bug#17382 mysql-test-run mysqldump fails with mysqlimport: Error:client run out of memory
...
- Disable --use-threads option in 5.1.7
2006-02-17 18:19:29 +01:00