~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/tests/r/data_dictionary.result

  • Committer: Brian Aker
  • Date: 2010-12-20 19:24:24 UTC
  • mfrom: (2008.2.5 integer-refactor)
  • Revision ID: brian@tangent.org-20101220192424-iyccxsagvuw43kaz
A rather large and tasty cleanup of issues around ints, and one additional
fix for alter table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  `HOST` VARCHAR(1025) NOT NULL,
8
8
  `DB` VARCHAR(256) DEFAULT NULL,
9
9
  `COMMAND` VARCHAR(16) NOT NULL,
10
 
  `TIME` BIGINT NOT NULL,
 
10
  `TIME` BIGINT UNSIGNED NOT NULL,
11
11
  `STATE` VARCHAR(256) DEFAULT NULL,
12
12
  `INFO` VARCHAR(100) DEFAULT NULL,
13
13
  `HAS_GLOBAL_LOCK` VARCHAR(5) NOT NULL