mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1
into poseidon.mysql.com:/home/tomas/mysql-5.1-new-ndb
This commit is contained in:
commit
7de79a2d17
4 changed files with 7 additions and 0 deletions
2
mysql-test/suite/funcs_1/r/innodb_views.warnings
Normal file
2
mysql-test/suite/funcs_1/r/innodb_views.warnings
Normal file
|
@ -0,0 +1,2 @@
|
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3039: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning
|
||||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3050: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning
|
2
mysql-test/suite/funcs_1/r/memory_views.warnings
Normal file
2
mysql-test/suite/funcs_1/r/memory_views.warnings
Normal file
|
@ -0,0 +1,2 @@
|
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3039: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning
|
||||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3050: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning
|
2
mysql-test/suite/funcs_1/r/myisam_views.warnings
Normal file
2
mysql-test/suite/funcs_1/r/myisam_views.warnings
Normal file
|
@ -0,0 +1,2 @@
|
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3039: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning
|
||||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3050: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning
|
|
@ -346,6 +346,7 @@ if [ x$NDBCLUSTER = x1 ]; then
|
|||
$CP $BASE/ndb-stage@bindir@/* $BASE/bin/.
|
||||
$CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/.
|
||||
$CP $BASE/ndb-stage@pkglibdir@/* $BASE/lib/.
|
||||
$CP $BASE/ndb-stage@pkgdatadir@/* $BASE/share/mysql/.
|
||||
test -d $BASE/include/storage || mkdir $BASE/include/storage
|
||||
$CP -r $BASE/ndb-stage@pkgincludedir@/storage/ndb $BASE/include/storage/
|
||||
$CP -r $BASE/ndb-stage@prefix@/mysql-test/ndb $BASE/mysql-test/. || exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue