~ubuntu-branches/ubuntu/vivid/drizzle/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/test_tools/randgen/conf/temporal/temporal_ranges.zz

  • Committer: Package Import Robot
  • Author(s): Tobias Frost
  • Date: 2013-08-22 20:18:31 UTC
  • mto: (20.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20130822201831-gn3ozsh7o7wmc5tk
Tags: upstream-7.2.3
ImportĀ upstreamĀ versionĀ 7.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$tables = {
 
2
        rows => [1000],
 
3
        engines => ['MyISAM', 'Maria', 'InnoDB' ],
 
4
        pk => [
 
5
                'datetime', 'timestamp', 'time',
 
6
                'datetime(3)', 'timestamp(3)', 'time(3)',
 
7
                'datetime(6)', 'timestamp(6)', 'time(6)'
 
8
        ]
 
9
 
 
10
};
 
11
 
 
12
$fields = {
 
13
        types => [ 'datetime(3)', 'timestamp(3)', 'time(3)' ],
 
14
        indexes => [ undef, 'key' ],
 
15
        null => [ undef ]
 
16
};
 
17
 
 
18
$data = {
 
19
        temporals => [ 'timestamp', 'datetime', '0000-00-00 00:00:00' ]
 
20
}