summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2020-08-13 09:43:53 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2020-09-03 10:28:36 +0200
commit0b4d14cb116a04bb6a5acc9018b41832c0bab1c7 (patch)
tree5d878f02b9715afa47cd0add4cfbb42a81f1fcd2
parentc56f5dda23a1eeef2b2196e804f8840348bb1d26 (diff)
downloadmariadb-git-0b4d14cb116a04bb6a5acc9018b41832c0bab1c7.tar.gz
enterprise fixup of MDEV-21201 results
-rw-r--r--mysql-test/main/information_schema.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/information_schema.result b/mysql-test/main/information_schema.result
index 50cb0a30ba7..01b0e56d6e7 100644
--- a/mysql-test/main/information_schema.result
+++ b/mysql-test/main/information_schema.result
@@ -2257,6 +2257,7 @@ using (CONSTRAINT_CATALOG, CONSTRAINT_SCHEMA, TABLE_NAME, CONSTRAINT_NAME)
;
TABLE_SCHEMA TABLE_NAME CONSTRAINT_NAME CHECK_CLAUSE
mysql global_priv Priv json_valid(`Priv`)
+mysql server_audit_filters rule json_valid(`rule`)
test t a `i` > 0
select
tc.TABLE_SCHEMA,
@@ -2269,6 +2270,7 @@ using (CONSTRAINT_CATALOG, CONSTRAINT_SCHEMA, TABLE_NAME, CONSTRAINT_NAME)
;
TABLE_SCHEMA TABLE_NAME CONSTRAINT_NAME CHECK_CLAUSE
mysql global_priv Priv json_valid(`Priv`)
+mysql server_audit_filters rule json_valid(`rule`)
test t a `i` > 0
select
tc.TABLE_SCHEMA,
@@ -2280,6 +2282,7 @@ NATURAL join information_schema.CHECK_CONSTRAINTS cc
;
TABLE_SCHEMA TABLE_NAME CONSTRAINT_NAME CHECK_CLAUSE
mysql global_priv Priv json_valid(`Priv`)
+mysql server_audit_filters rule json_valid(`rule`)
test t a `i` > 0
select
tc.TABLE_SCHEMA,
@@ -2291,6 +2294,7 @@ NATURAL join information_schema.TABLE_CONSTRAINTS tc
;
TABLE_SCHEMA TABLE_NAME CONSTRAINT_NAME CHECK_CLAUSE
mysql global_priv Priv json_valid(`Priv`)
+mysql server_audit_filters rule json_valid(`rule`)
test t a `i` > 0
select
tc.TABLE_SCHEMA,
@@ -2305,6 +2309,7 @@ using (CONSTRAINT_CATALOG, CONSTRAINT_SCHEMA, TABLE_NAME, CONSTRAINT_NAME)
;
TABLE_SCHEMA TABLE_NAME CONSTRAINT_NAME CHECK_CLAUSE CONSTRAINT_CATALOG CONSTRAINT_SCHEMA
mysql global_priv Priv json_valid(`Priv`) def mysql
+mysql server_audit_filters rule json_valid(`rule`) def mysql
test t a `i` > 0 def test
drop table t;
#