1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
evgen@moonbone.local 4fa7ee92e6 Bug#30081: "ON UPDATE CURRENT_TIMESTAMP" wasn't shown by the SHOW FIELDS
command and reported to a client.

The fact that a timestamp field will be set to NO on UPDATE wasn't shown 
by the SHOW COMMAND and reported to a client through connectors. This led to
problems in the ODBC connector and might lead to a user confusion.

A new filed flag called ON_UPDATE_NOW_FLAG is added. 
Constructors of the Field_timestamp set it when a field should be set to NOW
on UPDATE.

The get_schema_column_record function now reports whether a timestamp field
will be set to NOW on UPDATE.
2007-11-13 13:24:48 +00:00
..
2007-08-16 21:14:47 +04:00
2007-10-09 01:07:15 +05:00
2007-08-15 17:43:08 +04:00
2007-09-26 18:47:55 +02:00
2007-10-15 15:49:16 +04:00
2007-08-17 13:22:31 +02:00
2007-06-10 14:43:57 +04:00
2007-08-15 17:43:08 +04:00
2007-08-15 17:43:08 +04:00
2007-07-30 19:02:21 +03:00
2007-06-12 18:41:56 +03:00
2007-10-10 14:22:21 +05:00
2007-07-01 15:33:28 -07:00
2007-09-04 16:40:27 -06:00