8 lines
192 B
MySQL
8 lines
192 B
MySQL
|
/*
|
||
|
* Prepare for the locking tests on sys.gu_pmc_get_data()
|
||
|
*/
|
||
|
BEGIN;
|
||
|
CREATE EXTENSION pageinspect;
|
||
|
\i utils/common-setup/setup-gu-pmc-get-data-test.sql
|
||
|
\i utils/locks-finder.sql
|
||
|
COMMIT;
|