summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-07-02 12:29:07 -0400
committerunknown <cmiller@zippy.cornsilk.net>2007-07-02 12:29:07 -0400
commitae5c3bf81703bc98ca2c6463c7a85e25f8626360 (patch)
tree3d650c2d3ea6ec262ad67e4844c7c5178ed065d0
parent9c1671267a1a5ec6be3f8ce613a716b09c12b271 (diff)
downloadmariadb-git-ae5c3bf81703bc98ca2c6463c7a85e25f8626360.tar.gz
Merge fix-up.
BitKeeper/deleted/.del-create_manifest.js: Delete: win/create_manifest.js BitKeeper/deleted/.del-mysql_manifest.cmake: Delete: win/mysql_manifest.cmake mysql-test/r/information_schema.result: Move the test down.
-rw-r--r--mysql-test/r/information_schema.result14
-rwxr-xr-x[-rw-r--r--]win/mysql_manifest.cmake0
2 files changed, 7 insertions, 7 deletions
diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result
index aff0ba94f13..62b81ea260c 100644
--- a/mysql-test/r/information_schema.result
+++ b/mysql-test/r/information_schema.result
@@ -1319,6 +1319,13 @@ TABLE_PRIVILEGES information_schema.TABLE_PRIVILEGES 1
TRIGGERS information_schema.TRIGGERS 1
USER_PRIVILEGES information_schema.USER_PRIVILEGES 1
VIEWS information_schema.VIEWS 1
+show global status like "Uptime_%";
+Variable_name Value
+Uptime_since_flush_status #
+flush status;
+show global status like "Uptime_%";
+Variable_name Value
+Uptime_since_flush_status #
create table t1(f1 int);
create view v1 as select f1+1 as a from t1;
create table t2 (f1 int, f2 int);
@@ -1330,10 +1337,3 @@ v2 YES
delete from v1;
drop view v1,v2;
drop table t1,t2;
-show global status like "Uptime_%";
-Variable_name Value
-Uptime_since_flush_status #
-flush status;
-show global status like "Uptime_%";
-Variable_name Value
-Uptime_since_flush_status #
diff --git a/win/mysql_manifest.cmake b/win/mysql_manifest.cmake
index b5bb6fda8fb..b5bb6fda8fb 100644..100755
--- a/win/mysql_manifest.cmake
+++ b/win/mysql_manifest.cmake