mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
automatic merge
This commit is contained in:
commit
aa34668f64
10 changed files with 56 additions and 33 deletions
|
|
@ -4329,7 +4329,7 @@ static int get_schema_column_record(THD *thd, TABLE_LIST *tables,
|
|||
base_type [(dimension)] [unsigned] [zerofill].
|
||||
For DATA_TYPE column we extract only base type.
|
||||
*/
|
||||
tmp_buff= strchr(type.ptr(), '(');
|
||||
tmp_buff= strchr(type.c_ptr_safe(), '(');
|
||||
if (!tmp_buff)
|
||||
/*
|
||||
if there is no dimention part then check the presence of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue