WL#5403: LOCK TABLES t1 READ, t_does_not_exist WRITE;
Affects: WorkLog-3.4
—
Status: Un-Assigned
Allow LOCK TABLES statement to lock non-existing tables for WRITE. That would make possible RENAME under LOCK TABLES. It would also allow us to fix the broken semantics of DROP and ALTER TABLE RENAME in LOCK TABLES mode, which currently also drop the table lock on the renamed/dropped table. Affected bugs ============= BUG#22246 "Allow LOCK TABLE WRITE lock a non-existent table."
Copyright (c) 2000, 2024, Oracle Corporation and/or its affiliates. All rights reserved.