1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-18 10:22:14 +03:00

refs #5886 add an update text test

git-svn-id: file:///svn/mysql/tests/mysql-test@52095 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska
2013-01-14 21:31:31 +00:00
parent d14d085aaa
commit 8a19b9bfa7
3 changed files with 34192 additions and 16258 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ def main():
nrows = 10
blob_types = [ 'tinyblob', 'blob', 'mediumblob', 'longblob' ]
blob_types = [ 'tinyblob', 'blob', 'mediumblob', 'longblob', 'text' ]
for a in blob_types:
for b in blob_types:
for c in blob_types:

File diff suppressed because it is too large Load Diff