~drizzle-pbxt/drizzle/drizzle-pbxt-2

« back to all changes in this revision

Viewing changes to tests/r/select_found.result

  • Committer: Paul McCullagh
  • Date: 2009-11-10 14:18:39 UTC
  • mfrom: (1038.1.7 drizzle-pbxt-pre-merge)
  • Revision ID: paul.mccullagh@primebase.org-20091110141839-2j3k43b17ag6f605
Merged Drizzle trunk and PBXT 1.0.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
FOUND_ROWS()
157
157
199
158
158
drop table t1,t2;
159
 
CREATE TABLE `t1` (
 
159
CREATE TEMPORARY TABLE `t1` (
160
160
`titre` char(80) NOT NULL default '',
161
161
`numeropost` int NOT NULL auto_increment,
162
162
`maxnumrep` int NOT NULL default '0',