1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed a test result. Value of MAX_BLOB_WIDTH changed.

This commit is contained in:
jani@a88-112-41-254.elisa-laajakaista.fi
2006-09-25 10:30:23 +03:00
parent 201b810cf4
commit 98e224eb12

View File

@ -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)');