diff options
author | gluh@mysql.com/eagle.(none) <> | 2007-09-20 13:54:46 +0500 |
---|---|---|
committer | gluh@mysql.com/eagle.(none) <> | 2007-09-20 13:54:46 +0500 |
commit | 6b81174cdec5ef444fadd1726f71412a3a0d9fb1 (patch) | |
tree | 2d2b37a24b870584b73222819553ad3805d7cff3 /mysql-test/r/default.result | |
parent | 56c927e69622f24ddd04b9fcd76c4f02a3bb7674 (diff) | |
download | mariadb-git-6b81174cdec5ef444fadd1726f71412a3a0d9fb1.tar.gz |
Bug#27747 database metadata doesn't return sufficient column default info
added get_field_default_value() function which obtains default value from the field
(used in store_create_info() & get_schema_column_record() functions)
Diffstat (limited to 'mysql-test/r/default.result')
-rw-r--r-- | mysql-test/r/default.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/default.result b/mysql-test/r/default.result index 0b2b6769505..e2eda69c2e7 100644 --- a/mysql-test/r/default.result +++ b/mysql-test/r/default.result @@ -115,7 +115,7 @@ Warning 1364 Field 'd' doesn't have a default value desc bug20691; Field Type Null Key Default Extra i int(11) YES NULL -d datetime NO +d datetime NO NULL dn datetime NO 0000-00-00 00:00:00 insert into bug20691 values (3, DEFAULT, DEFAULT), (3, '1975-07-10 07:10:03', '1978-01-13 14:08:51'), (3, DEFAULT, DEFAULT); Warnings: |