From 207fd3fa03324f26c2226d8a9ce37291c3f225c4 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 25 Sep 2006 10:30:23 +0300 Subject: [PATCH] Fixed a test result. Value of MAX_BLOB_WIDTH changed. --- mysql-test/r/gis.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)');