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:
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user