mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01: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:
parent
36e3b19b57
commit
581e030bc9
3 changed files with 34192 additions and 16258 deletions
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
Loading…
Reference in a new issue