1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Small fixes done while reviewing pushed code

This commit is contained in:
monty@mysql.com
2005-04-06 16:52:41 +03:00
parent b9fdb65b18
commit 174c15aee1
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
drop table if exists t1;
create table t1 (c1 char(5) unique not null, c2 int, stamp timestamp) engine=innodb;
select * from t1;
c1 c2 stamp