Skip to content
/ server Public

Commit c9d361d

Browse files
committed
cleanup, remove unneeded changes
1 parent 9bf3061 commit c9d361d

File tree

3 files changed

+79
-102
lines changed

3 files changed

+79
-102
lines changed

mysql-test/main/deny_column.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ salary DECIMAL(10,2),
99
ssn VARCHAR(11),
1010
address VARCHAR(100)
1111
);
12-
INSERT INTO deny_col_db.sensitive_data VALUES
12+
INSERT INTO deny_col_db.sensitive_data VALUES
1313
(1, 'John Doe', 75000.00, '123-45-6789', '123 Main St'),
1414
(2, 'Jane Smith', 85000.00, '987-65-4321', '456 Oak Ave');
1515
CREATE USER col_user1@localhost;

sql/lex.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ SYMBOL symbols[] = {
189189
{ "DELETE", SYM(DELETE_SYM)},
190190
{ "DELETE_DOMAIN_ID", SYM(DELETE_DOMAIN_ID_SYM)},
191191
{ "DENY", SYM(DENY)},
192-
{ "DENIES", SYM(DENIES)},
193192
{ "DESC", SYM(DESC)},
194193
{ "DESCRIBE", SYM(DESCRIBE)},
195194
{ "DETERMINISTIC", SYM(DETERMINISTIC_SYM)},

0 commit comments

Comments
 (0)