Commit 8a19b9bf authored by Rich Prohaska's avatar Rich Prohaska

refs #5886 add an update text test

git-svn-id: file:///svn/mysql/tests/mysql-test@52095 c7de825b-a66e-492c-adef-691d508d4ae1
parent d14d085a
...@@ -15,7 +15,7 @@ def main(): ...@@ -15,7 +15,7 @@ def main():
nrows = 10 nrows = 10
blob_types = [ 'tinyblob', 'blob', 'mediumblob', 'longblob' ] blob_types = [ 'tinyblob', 'blob', 'mediumblob', 'longblob', 'text' ]
for a in blob_types: for a in blob_types:
for b in blob_types: for b in blob_types:
for c in blob_types: for c in blob_types:
......
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