unknown
19d61b1b81
Bug#20691: DATETIME col (NOT NULL, NO DEFAULT) may insert garbage when \
...
specifying DEFAULT
This was not specific to datetime. When there is no default value
for a column, and the user inserted DEFAULT, we would write
uninitialized memory to the table.
Now, insist on writing a default value, a zero-ish value, the same
one that comes from inserting NULL into a not-NULL field.
(This is, at best, really strange behavior that comes from allowing
sloppy usage, and serves as a good reason always to run one's server
in a strict SQL mode.)
mysql-test/r/default.result:
Verify that all kinds of types work, even others other than datetime.
mysql-test/t/default.test:
Verify that all kinds of types work, even others other than datetime.
sql/item.cc:
Even if we warn that there is no default value in the table definition,
we have to insert /something/.
2006-11-09 18:33:58 -05:00
..
2006-09-28 14:32:30 -04:00
2006-06-17 02:57:50 +04:00
2006-08-02 17:15:50 +05:00
2006-10-09 19:51:41 +04:00
2006-07-13 20:48:26 -07:00
2006-07-10 20:46:05 +02:00
2006-09-13 15:18:14 +04:00
2006-07-12 13:22:38 -07:00
2006-10-03 16:14:23 +02:00
2006-09-29 16:29:39 +05:00
2006-08-15 10:13:17 +03:00
2006-05-31 22:55:45 -07:00
2006-10-03 15:33:44 +02:00
2006-06-04 21:27:41 +03:00
2006-10-19 01:01:54 +02:00
2006-10-13 08:48:47 +02:00
2006-07-25 17:27:53 +05:00
2006-09-29 16:24:11 +05:00
2006-09-01 08:53:56 +02:00
2006-08-11 13:19:44 +05:00
2006-09-20 09:47:36 -07:00
2006-10-12 13:50:22 +05:00
2006-07-23 13:43:44 +05:00
2006-11-09 18:33:58 -05:00
2006-09-20 11:05:11 +02:00
2006-10-27 18:08:50 +05:00
2006-07-19 22:33:19 +04:00
2006-08-23 18:22:53 +03:00
2006-10-04 13:09:37 +02:00
2006-09-27 14:42:56 -04:00
2006-05-31 18:10:02 -07:00
2006-08-14 21:27:36 -07:00
2006-10-04 13:09:37 +02:00
2006-10-04 13:09:37 +02:00
2006-10-04 13:09:37 +02:00
2006-07-18 16:04:18 -07:00
2006-06-16 09:49:18 +02:00
2006-07-18 16:04:18 -07:00
2006-10-13 19:09:22 +05:00
2006-06-15 01:48:41 +04:00
2006-10-02 12:37:01 +02:00
2006-10-16 13:24:54 +03:00
2006-09-20 12:02:58 +03:00
2006-09-13 15:18:14 +04:00
2006-06-20 00:52:26 +04:00
2006-06-27 21:28:32 +04:00
2006-10-03 16:14:23 +02:00
2006-10-11 14:16:30 +04:00
2006-10-16 18:09:58 +03:00
2006-06-27 21:28:32 +04:00
2006-11-06 23:02:40 -05:00
2006-10-12 11:28:44 +04:00
2006-06-22 20:50:38 +02:00
2006-09-29 17:57:16 +05:00
2006-08-04 19:19:26 +02:00
2006-10-04 13:09:37 +02:00
2006-08-30 01:48:15 +04:00
2006-10-16 16:27:06 +03:00
2006-10-18 17:24:33 -07:00
2006-10-04 13:09:37 +02:00
2006-07-24 18:05:00 +02:00
2006-09-01 05:00:32 +02:00
2006-09-07 11:06:37 -07:00
2006-10-03 18:42:59 +04:00
2006-08-30 00:45:33 +04:00
2006-08-29 15:46:40 +04:00
2006-08-29 15:46:40 +04:00
2006-10-05 00:00:34 +02:00
2006-09-12 18:25:35 +05:00
2006-08-08 12:50:05 +05:00
2006-10-23 13:12:30 +02:00
2006-07-04 23:46:15 +04:00
2006-10-03 15:48:41 +02:00
2006-11-02 17:39:52 -05:00
2006-10-04 13:09:37 +02:00
2006-10-09 19:51:41 +04:00
2006-09-12 17:50:24 +03:00
2006-09-15 14:14:38 +02:00
2006-08-02 17:15:50 +05:00
2006-09-01 04:23:04 -07:00
2006-06-08 13:34:03 +03:00
2006-05-31 22:55:45 -07:00
2006-08-02 17:15:50 +05:00
2006-10-04 13:09:37 +02:00
2006-09-01 14:29:27 +02:00
2006-09-05 16:52:05 +02:00
2006-09-05 16:52:05 +02:00
2006-07-20 13:41:12 +05:00
2006-10-04 13:09:37 +02:00
2006-06-06 11:25:31 +05:00
2006-09-29 19:00:52 +05:00
2006-10-19 14:37:49 +02:00
2006-10-03 16:14:23 +02:00
2006-10-04 13:09:37 +02:00
2006-10-20 11:02:56 +02:00
2006-10-03 15:48:41 +02:00
2006-11-03 16:09:16 +01:00
2006-05-31 12:51:21 +02:00
2006-07-24 13:31:20 -07:00
2006-10-24 17:54:45 +02:00
2006-10-18 18:43:51 -04:00
2006-07-21 20:29:25 -07:00
2006-10-19 17:15:49 +02:00
2006-07-31 13:11:21 +02:00
2006-10-16 11:54:54 +02:00
2006-09-12 16:24:39 +02:00
2006-09-13 23:19:18 +02:00
2006-07-06 18:50:44 +02:00
2006-10-16 11:54:54 +02:00
2006-06-14 20:16:32 +02:00
2006-08-15 13:37:39 +02:00
2006-10-31 16:09:31 +01:00
2006-07-02 01:51:10 +04:00
2006-07-06 18:50:44 +02:00
2006-07-02 01:51:10 +04:00
2006-06-02 07:26:45 +02:00
2006-10-06 14:47:58 +05:00
2006-08-02 17:15:50 +05:00
2006-08-02 17:15:50 +05:00
2006-07-10 16:44:05 +03:00
2006-10-19 15:04:12 +02:00
2006-08-22 14:29:48 +02:00
2006-08-15 15:48:49 +03:00
2006-08-01 11:29:10 +02:00
2006-05-31 22:55:45 -07:00
2006-08-02 16:48:17 +04:00
2006-10-03 15:33:44 +02:00
2006-10-03 15:33:44 +02:00
2006-10-03 15:33:44 +02:00
2006-10-03 15:33:44 +02:00
2006-10-03 15:33:44 +02:00
2006-10-03 15:33:44 +02:00
2006-10-04 11:19:23 -04:00
2006-11-02 17:39:52 -05:00
2006-10-04 13:09:37 +02:00
2006-10-06 13:16:57 +02:00
2006-10-19 16:15:30 +05:00
2006-10-24 14:42:08 -06:00
2006-10-19 18:48:37 +05:00
2006-06-07 16:17:56 +04:00
2006-07-20 13:41:12 +05:00
2006-09-01 04:23:04 -07:00
2006-10-03 16:14:23 +02:00
2006-10-19 10:54:23 +02:00
2006-07-06 14:37:09 +02:00
2006-10-19 10:54:23 +02:00
2006-10-04 22:52:44 +02:00
2006-10-19 10:54:23 +02:00
2006-06-27 21:28:32 +04:00
2006-10-06 13:34:07 +04:00
2006-10-19 10:54:23 +02:00
2006-10-05 18:29:59 +02:00
2006-10-19 10:54:23 +02:00
2006-10-03 16:14:23 +02:00
2006-10-19 10:54:23 +02:00
2006-09-05 16:52:05 +02:00
2006-10-19 10:54:23 +02:00
2006-07-20 13:41:12 +05:00
2006-07-28 02:49:18 +04:00
2006-10-24 17:54:45 +02:00
2006-09-21 00:59:48 +02:00
2006-10-19 14:37:49 +02:00
2006-10-18 22:47:30 +02:00
2006-10-04 13:09:37 +02:00
2006-07-07 21:24:54 +04:00
2006-10-12 18:33:07 +04:00
2006-06-21 01:50:20 +04:00
2006-07-13 17:12:31 +04:00
2006-10-04 13:09:37 +02:00
2006-10-19 11:39:51 -07:00
2006-10-19 11:39:51 -07:00
2006-06-01 16:51:19 -07:00
2006-09-25 16:44:15 +02:00
2006-06-01 16:51:19 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-10-03 14:24:43 +02:00
2006-07-26 19:23:44 +03:00
2006-10-24 14:42:08 -06:00
2006-06-30 02:03:09 +04:00
2006-10-03 16:14:23 +02:00
2006-06-09 19:29:39 -07:00
2006-09-29 12:36:12 +04:00
2006-10-19 11:39:51 -07:00
2006-09-28 17:00:29 +05:00
2006-10-04 13:09:37 +02:00
2006-09-15 14:14:38 +02:00
2006-08-21 00:23:57 +04:00
2006-10-11 19:44:12 +04:00
2006-10-12 13:50:22 +05:00
2006-09-22 19:40:07 +04:00
2006-10-24 17:54:45 +02:00
2006-08-10 14:50:54 +05:00
2006-08-08 13:34:27 +05:00
2006-08-30 00:38:58 +04:00
2006-08-02 21:54:10 +04:00
2006-10-12 17:10:34 -06:00
2006-10-04 10:49:39 -04:00
2006-08-15 18:41:21 +02:00
2006-09-06 08:21:43 -07:00
2006-11-02 17:39:52 -05:00
2006-07-06 23:49:09 +02:00
2006-10-03 14:24:43 +02:00