mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
refs #5333 add more column expansion tests
git-svn-id: file:///svn/mysql/tests/mysql-test@47639 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
1ea4354027
commit
f53e398441
3 changed files with 13382 additions and 6691 deletions
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,8 @@ def gen_test(n):
|
|||
print "INSERT INTO tt SELECT * FROM t;"
|
||||
print "ALTER TABLE t CHANGE COLUMN a b CHAR(%d);" % (i)
|
||||
if i >= n:
|
||||
print "SELECT * FROM t,tt where t.b = tt.a;"
|
||||
print "ALTER TABLE t CHANGE COLUMN b a CHAR(%d);" % (i)
|
||||
print "SELECT * FROM t,tt where t.a = tt.a;"
|
||||
print "DROP TABLE tt;"
|
||||
print "DROP TABLE t;"
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue