Commit 6f0d9225 authored by hewei's avatar hewei

乐观锁插件测试用例

parent 6fbcc110
...@@ -46,8 +46,8 @@ CREATE TABLE `tb_blobs` ( ...@@ -46,8 +46,8 @@ CREATE TABLE `tb_blobs` (
`field2` longtext COMMENT '注释2', `field2` longtext COMMENT '注释2',
`field3` longtext, `field3` longtext,
`inc_f1` bigint(20) NOT NULL DEFAULT '0', `inc_f1` bigint(20) NOT NULL DEFAULT '0',
`inc_f2` bigint(20) NOT NULL DEFAULT '0', `inc_f2` bigint(20) DEFAULT '0',
`inc_f3` bigint(20) NOT NULL DEFAULT '0', `inc_f3` bigint(20) DEFAULT '0',
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment