~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/date_formats.result

  • Committer: Brian Aker
  • Date: 2008-10-28 08:36:02 UTC
  • mfrom: (520.4.13 merge-innodb-plugin)
  • Revision ID: brian@tangent.org-20081028083602-0p3zzlhlxr5q2sqo
Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Variable_name   Value
4
4
date_format     %d.%m.%Y
5
5
datetime_format %Y-%m-%d %H:%i:%s
 
6
innodb_file_format      Antelope
6
7
time_format     %H.%i.%s
7
8
SHOW SESSION VARIABLES LIKE "%e_format";
8
9
Variable_name   Value
9
10
date_format     %d.%m.%Y
10
11
datetime_format %Y-%m-%d %H:%i:%s
 
12
innodb_file_format      Antelope
11
13
time_format     %H.%i.%s
12
14
SET time_format='%H%i%s';
13
15
SET time_format='%H:%i:%s.%f';
30
32
Variable_name   Value
31
33
date_format     %m-%d-%Y
32
34
datetime_format %h:%i:%s.%f %p %Y-%m-%d
 
35
innodb_file_format      Antelope
33
36
time_format     %h:%i:%s%p
34
37
SET time_format='%h:%i:%s';
35
38
ERROR 42000: Variable 'time_format' can't be set to the value of '%h:%i:%s'