📄 rllmodule4.sql
字号:
-- Test whether the RllRAMAccessmanager is working right (ie. forcing row -- level locking). run resource 'LockTableQuery.subsql';autocommit off;create table heap_only (a int);commit;---------------------------------------------------------------------------------- Test insert into empty heap, should just get row lock --------------------------------------------------------------------------------insert into heap_only values (1);select * from lock_table order by tabname, type desc, mode, cnt, lockname;commit;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -