1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Bug#41030 Wrong meta data (incorrect fieldlen)

set user variable max length on
fix_length_and_dec() stage
using real value length.
This commit is contained in:
Sergey Glukhov
2009-03-05 15:34:02 +04:00
parent 72292421d0
commit 3fac11b907
3 changed files with 22 additions and 1 deletions

View File

@@ -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