mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@@ -161,6 +161,7 @@ id title body
|
||||
SELECT COUNT(*) FROM articles;
|
||||
COUNT(*)
|
||||
5
|
||||
INSERT INTO articles (title, body) VALUES ('111', '1234 1234 1234');
|
||||
DROP TABLE articles;
|
||||
# Test Part 5: Test Uninstall Plugin After Index is Built
|
||||
CREATE TABLE articles (
|
||||
|
Reference in New Issue
Block a user