Merge branch 'xorg/maint' into xorg/master
[platal.git] / upgrade / account / copytable.sh
1 #!/bin/sh
2
3 echo "drop table if exists $2; create table $2 like $1; alter table $2 engine = innodb; insert into $2 select * from $1;" | mysql x5dat