Commit 207fd3fa authored by unknown's avatar unknown

Fixed a test result. Value of MAX_BLOB_WIDTH changed.

parent af3f646c
...@@ -703,7 +703,7 @@ def test t1 t1 g g 255 4294967295 0 Y 144 0 63 ...@@ -703,7 +703,7 @@ def test t1 t1 g g 255 4294967295 0 Y 144 0 63
g g
select asbinary(g) from t1; select asbinary(g) from t1;
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
def asbinary(g) 252 8192 0 Y 128 0 63 def asbinary(g) 252 16777216 0 Y 128 0 63
asbinary(g) asbinary(g)
drop table t1; drop table t1;
create table t1 select GeomFromText('point(1 1)'); create table t1 select GeomFromText('point(1 1)');
......
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