mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch 'bb-10.3-release' into bb-10.4-release
Note, the fix for "MDEV-23328 Server hang due to Galera lock conflict resolution" was null-merged. 10.4 version of the fix is coming up separately
This commit is contained in:
@@ -169,10 +169,9 @@ const char *PLGtoMYSQLtype(int type, bool dbf, char v)
|
||||
case TYPE_BIGINT: return "BIGINT";
|
||||
case TYPE_TINY: return "TINYINT";
|
||||
case TYPE_DECIM: return "DECIMAL";
|
||||
default: return "CHAR(0)";
|
||||
default: return (v) ? "VARCHAR" : "CHAR";
|
||||
} // endswitch mytype
|
||||
|
||||
return "CHAR(0)";
|
||||
} // end of PLGtoMYSQLtype
|
||||
|
||||
/************************************************************************/
|
||||
|
Reference in New Issue
Block a user