Loading mysql-test/r/federated.result +16 −0 Original line number Diff line number Diff line Loading @@ -1603,6 +1603,22 @@ fld_cid fld_name fld_parentid fld_delt 5 Torkel 0 0 DROP TABLE federated.t1; DROP TABLE federated.bug_17377_table; create table t1 (id int not null auto_increment primary key, val int); create table t1 (id int not null auto_increment primary key, val int) engine=federated connection='mysql://root@127.0.0.1:SLAVE_PORT/test/t1'; insert into t1 values (1,0),(2,0); update t1 set val = NULL where id = 1; select * from t1; id val 1 NULL 2 0 select * from t1; id val 1 NULL 2 0 drop table t1; drop table t1; drop table if exists federated.t1; create table federated.t1 (a int, b int, c int); drop table if exists federated.t1; Loading mysql-test/t/federated.test +20 −0 Original line number Diff line number Diff line Loading @@ -1366,6 +1366,25 @@ drop table federated.t1, federated.t2; connection master; --enable_parsing # # Bug #16494: Updates that set a column to NULL fail sometimes # connection slave; create table t1 (id int not null auto_increment primary key, val int); connection master; --replace_result $SLAVE_MYPORT SLAVE_PORT eval create table t1 (id int not null auto_increment primary key, val int) engine=federated connection='mysql://root@127.0.0.1:$SLAVE_MYPORT/test/t1'; insert into t1 values (1,0),(2,0); update t1 set val = NULL where id = 1; select * from t1; connection slave; select * from t1; drop table t1; connection master; drop table t1; # # Additional test for bug#18437 "Wrong values inserted with a before # update trigger on NDB table". SQL-layer didn't properly inform Loading @@ -1377,6 +1396,7 @@ connection master; # for ON INSERT triggers only. Tests for other types of triggers reside # in ndb_trigger.test. # connection slave; --disable_warnings drop table if exists federated.t1; --enable_warnings Loading netware/BUILD/mwasmnlm +4 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,7 @@ set -e args=" $*" wine --debugmsg -all -- mwasmnlm $args # NOTE: Option 'pipefail' is not standard sh set -o pipefail wine --debugmsg -all -- mwasmnlm $args | \ perl -pe 's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g' netware/BUILD/mwccnlm +4 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,7 @@ set -e # convert it to "-I../include" args=" "`echo $* | sed -e 's/-I.\/../-I../g'` wine --debugmsg -all -- mwccnlm $args # NOTE: Option 'pipefail' is not standard sh set -o pipefail wine --debugmsg -all -- mwccnlm $args | \ perl -pe 's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g' netware/BUILD/mwldnlm +4 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,7 @@ set -e args=" $*" wine --debugmsg -all -- mwldnlm $args # NOTE: Option 'pipefail' is not standard sh set -o pipefail wine --debugmsg -all -- mwldnlm $args | \ perl -pe 's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g' Loading
mysql-test/r/federated.result +16 −0 Original line number Diff line number Diff line Loading @@ -1603,6 +1603,22 @@ fld_cid fld_name fld_parentid fld_delt 5 Torkel 0 0 DROP TABLE federated.t1; DROP TABLE federated.bug_17377_table; create table t1 (id int not null auto_increment primary key, val int); create table t1 (id int not null auto_increment primary key, val int) engine=federated connection='mysql://root@127.0.0.1:SLAVE_PORT/test/t1'; insert into t1 values (1,0),(2,0); update t1 set val = NULL where id = 1; select * from t1; id val 1 NULL 2 0 select * from t1; id val 1 NULL 2 0 drop table t1; drop table t1; drop table if exists federated.t1; create table federated.t1 (a int, b int, c int); drop table if exists federated.t1; Loading
mysql-test/t/federated.test +20 −0 Original line number Diff line number Diff line Loading @@ -1366,6 +1366,25 @@ drop table federated.t1, federated.t2; connection master; --enable_parsing # # Bug #16494: Updates that set a column to NULL fail sometimes # connection slave; create table t1 (id int not null auto_increment primary key, val int); connection master; --replace_result $SLAVE_MYPORT SLAVE_PORT eval create table t1 (id int not null auto_increment primary key, val int) engine=federated connection='mysql://root@127.0.0.1:$SLAVE_MYPORT/test/t1'; insert into t1 values (1,0),(2,0); update t1 set val = NULL where id = 1; select * from t1; connection slave; select * from t1; drop table t1; connection master; drop table t1; # # Additional test for bug#18437 "Wrong values inserted with a before # update trigger on NDB table". SQL-layer didn't properly inform Loading @@ -1377,6 +1396,7 @@ connection master; # for ON INSERT triggers only. Tests for other types of triggers reside # in ndb_trigger.test. # connection slave; --disable_warnings drop table if exists federated.t1; --enable_warnings Loading
netware/BUILD/mwasmnlm +4 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,7 @@ set -e args=" $*" wine --debugmsg -all -- mwasmnlm $args # NOTE: Option 'pipefail' is not standard sh set -o pipefail wine --debugmsg -all -- mwasmnlm $args | \ perl -pe 's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g'
netware/BUILD/mwccnlm +4 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,7 @@ set -e # convert it to "-I../include" args=" "`echo $* | sed -e 's/-I.\/../-I../g'` wine --debugmsg -all -- mwccnlm $args # NOTE: Option 'pipefail' is not standard sh set -o pipefail wine --debugmsg -all -- mwccnlm $args | \ perl -pe 's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g'
netware/BUILD/mwldnlm +4 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,7 @@ set -e args=" $*" wine --debugmsg -all -- mwldnlm $args # NOTE: Option 'pipefail' is not standard sh set -o pipefail wine --debugmsg -all -- mwldnlm $args | \ perl -pe 's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g'