]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow CREATE TABLE to occur while other queries are running. DROP TABLE is
authordrh <drh@noemail.net>
Wed, 2 May 2007 17:54:55 +0000 (17:54 +0000)
committerdrh <drh@noemail.net>
Wed, 2 May 2007 17:54:55 +0000 (17:54 +0000)
commitb7af4452d90be40cec561da111589c73d1d98c67
tree46534f1158c6ed75d830cbbb368d2446a8d7555f
parent9f8d64009ef1980ec2abc02f5e2b375e5a1aec73
Allow CREATE TABLE to occur while other queries are running.  DROP TABLE is
still prohibited, however, since we do not want to delete a table out
from under an running query. (CVS 3902)

FossilOrigin-Name: 5b4bf1fce4d589337cfb1b46d75c751bbdc607d5
manifest
manifest.uuid
src/btree.c
test/createtab.test [new file with mode: 0644]
test/incrvacuum.test
test/schema.test
test/schema2.test
test/table.test