diff options
author | unknown <jani@a88-112-41-254.elisa-laajakaista.fi> | 2006-09-25 10:30:23 +0300 |
---|---|---|
committer | unknown <jani@a88-112-41-254.elisa-laajakaista.fi> | 2006-09-25 10:30:23 +0300 |
commit | 207fd3fa03324f26c2226d8a9ce37291c3f225c4 (patch) | |
tree | 6e494a48c2fac3d0fa508f1f40886fed0ef98d08 | |
parent | af3f646c2972e07deba3390efa4ed6ca5a239f9f (diff) | |
download | mariadb-git-207fd3fa03324f26c2226d8a9ce37291c3f225c4.tar.gz |
Fixed a test result. Value of MAX_BLOB_WIDTH changed.
-rw-r--r-- | mysql-test/r/gis.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result index 6b700d0c947..6a90ad27625 100644 --- a/mysql-test/r/gis.result +++ b/mysql-test/r/gis.result @@ -703,7 +703,7 @@ def test t1 t1 g g 255 4294967295 0 Y 144 0 63 g select asbinary(g) from t1; 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) drop table t1; create table t1 select GeomFromText('point(1 1)'); |