summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2009-03-05 15:34:02 +0400
committerSergey Glukhov <Sergey.Glukhov@sun.com>2009-03-05 15:34:02 +0400
commit3fac11b90760225f5d9e003833cdd0c445c94871 (patch)
tree0ab9f3571010f0b093980741bb782a2be7033825 /mysql-test/r/variables.result
parent72292421d01890ef910bba16b0bab2e10b35cbc2 (diff)
downloadmariadb-git-3fac11b90760225f5d9e003833cdd0c445c94871.tar.gz
Bug#41030 Wrong meta data (incorrect fieldlen)
set user variable max length on fix_length_and_dec() stage using real value length.
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 0b56e3c1d52..b7ca918c38c 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -1389,3 +1389,8 @@ SET @@session.thread_stack= 7;
ERROR HY000: Variable 'thread_stack' is a read only variable
SET @@global.thread_stack= 7;
ERROR HY000: Variable 'thread_stack' is a read only variable
+select @@storage_engine;
+Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
+def @@storage_engine 253 6 6 N 1 31 8
+@@storage_engine
+MyISAM