1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
Sergei Golubchik 227510e039 parser cleanup: don't store field properties in LEX, use Create_field directly
length/dec/charset are still in LEX, because they're also used
for CAST and dynamic columns.

also
1. fix "MDEV-7041 COLLATION(CAST('a' AS CHAR BINARY)) returns a wrong result"
2. allow BINARY modifier in stored function RETURN clause
3. allow "COLLATION without CHARSET" in SP/SF (parameters, RETURN, DECLARE)
4. print correct variable name in error messages for stored routine parameters
2014-12-04 16:09:34 +01:00
..
2014-08-07 18:06:56 +02:00
2014-10-15 12:59:13 +02:00
2014-02-03 15:22:39 +01:00
2014-10-09 10:30:11 +02:00
2014-02-26 15:28:07 +01:00
2014-12-04 10:41:52 +01:00
2014-12-04 13:06:57 +01:00