Commit a134f1e
PR#1127: Fix is_check_constraints.result to be compatibile with 10.3 The patch is done according to the original patch for MDEV-14474 1edd09c and not one which is merged on server d526679. This patch includes: - Rename from `is_check_constraint` to `is_check_constraints` to tests and results - Per review, change the order of fields in IS check_constraints table by adding the column `table_name` before `constraint_name`. According to the standard 2006 there is no `table_name` column. - Original patch and one in `10.3` supports embedded server this patch doesn't support. After the merge `10.3` will not support also. - Don't use patch c8b8b01 to change the length of `CHECK_CLAUSE` field PR#1150: MDEV-18440: Information_schema.check_constraints possible data leak This patch is extension of PR 1127 and includes: - Check for table grants - Additional test according to the MDEV specification
1 parent f0aa073 commit a134f1e
File tree
3 files changed
+83
-13
lines changed- mysql-test/suite/funcs_1
- r
- t
- sql
3 files changed
+83
-13
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
Lines changed: 29 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6526 | 6526 | | |
6527 | 6527 | | |
6528 | 6528 | | |
6529 | | - | |
| 6529 | + | |
6530 | 6530 | | |
6531 | 6531 | | |
6532 | 6532 | | |
| |||
6535 | 6535 | | |
6536 | 6536 | | |
6537 | 6537 | | |
6538 | | - | |
| 6538 | + | |
6539 | 6539 | | |
6540 | 6540 | | |
| 6541 | + | |
| 6542 | + | |
| 6543 | + | |
| 6544 | + | |
6541 | 6545 | | |
6542 | 6546 | | |
| 6547 | + | |
| 6548 | + | |
| 6549 | + | |
| 6550 | + | |
| 6551 | + | |
| 6552 | + | |
| 6553 | + | |
| 6554 | + | |
| 6555 | + | |
| 6556 | + | |
| 6557 | + | |
| 6558 | + | |
6543 | 6559 | | |
6544 | 6560 | | |
6545 | 6561 | | |
6546 | 6562 | | |
| 6563 | + | |
6547 | 6564 | | |
6548 | 6565 | | |
6549 | 6566 | | |
6550 | 6567 | | |
6551 | 6568 | | |
6552 | 6569 | | |
6553 | 6570 | | |
6554 | | - | |
6555 | | - | |
| 6571 | + | |
6556 | 6572 | | |
6557 | 6573 | | |
6558 | 6574 | | |
| |||
9370 | 9386 | | |
9371 | 9387 | | |
9372 | 9388 | | |
9373 | | - | |
| 9389 | + | |
| 9390 | + | |
9374 | 9391 | | |
9375 | | - | |
9376 | | - | |
9377 | | - | |
| 9392 | + | |
| 9393 | + | |
| 9394 | + | |
| 9395 | + | |
| 9396 | + | |
9378 | 9397 | | |
9379 | 9398 | | |
9380 | 9399 | | |
| |||
9393 | 9412 | | |
9394 | 9413 | | |
9395 | 9414 | | |
9396 | | - | |
| 9415 | + | |
9397 | 9416 | | |
9398 | 9417 | | |
9399 | 9418 | | |
| |||
0 commit comments