Home
last modified time | relevance | path

Searched refs:DROP (Results 1 – 25 of 41) sorted by relevance

12

/titanic_41/usr/src/lib/libsqlite/test/
H A Dtable.test58 execsql {DROP TABLE test1}
78 execsql {DROP TABLE "create"}
86 execsql {DROP TABLE "TEST1"}
110 execsql {DROP TABLE test2; SELECT name FROM sqlite_master WHERE type!='meta'}
130 execsql {DROP INDEX test3}
138 execsql {DROP TABLE test2; DROP TABLE test3}
190 execsql {DROP TABLE big}
226 set sql "DROP TABLE [format TEST%03d $i]"
237 set sql "DROP TABLE [format test%03d $i]"
246 set v [catch {execsql {DROP TABLE test009}} msg]
[all …]
H A Dtrans.test247 DROP TABLE one;
248 DROP TABLE two;
285 # DROP TABLEs and DROP INDEXs
325 DROP TABLE t1;
342 DROP INDEX i1;
359 DROP INDEX i1;
390 DROP TABLE t1;
391 DROP TABLE t2;
419 # Try to DROP and CREATE tables and indices with the same name
426 DROP TABLE t1;
[all …]
H A Dtrigger2.test68 catchsql { DROP INDEX tbl_idx; }
70 DROP TABLE rlog;
71 DROP TABLE clog;
72 DROP TABLE tbl;
73 DROP TABLE other_tbl;
180 DROP TABLE other_tbl;
194 DROP TABLE rlog;
195 DROP TABLE clog;
196 DROP TABLE tbl;
197 DROP TABLE other_tbl;
[all …]
H A Dtrigger1.test16 # 1. CREATE and DROP TRIGGER tests
20 # trig-1.4: DROP TRIGGER removes trigger
80 DROP TRIGGER tr1;
90 DROP TRIGGER tr2;
92 DROP TRIGGER tr2;
98 DROP TRIGGER biggles;
104 DROP TABLE t1;
105 DROP TRIGGER tr1;
250 DROP TRIGGER r1;
260 DROP TABLE t2;
[all …]
H A Dmain.test43 db complete {DROP TABLE 'xyz;}
46 db complete {DROP TABLE 'xyz';}
49 db complete {DROP TABLE "xyz;}
52 db complete {DROP TABLE "xyz';}
55 db complete {DROP TABLE "xyz";}
58 db complete {DROP TABLE xyz; hi}
61 db complete {DROP TABLE xyz; }
64 db complete {DROP TABLE xyz; -- hi }
67 db complete {DROP TABLE xyz; -- hi
H A Dauth.test184 catchsql {DROP TABLE t2}
200 catchsql {DROP TABLE t2}
217 catchsql {DROP TABLE t1}
230 catchsql {DROP TABLE t1}
482 catchsql {DROP TABLE t2}
494 catchsql {DROP TABLE t2}
506 catchsql {DROP TABLE t1}
518 catchsql {DROP TABLE t1}
531 catchsql {DROP TABLE t2}
543 catchsql {DROP TABLE t2}
[all …]
H A Dtrigger3.test20 # catchsql { DROP TABLE tbl; }
95 execsql {DROP TABLE tbl;}
165 catchsql { DROP TABLE tbl; }
166 catchsql { DROP TABLE tbl2; }
167 catchsql { DROP VIEW tbl_view; }
H A Dindex.test48 execsql {DROP TABLE test1}
72 execsql {DROP TABLE test1}
97 execsql {DROP TABLE test1}
129 execsql {DROP INDEX indext}
143 execsql {DROP INDEX index9}
150 execsql {DROP INDEX indext}
157 execsql {DROP TABLE test1}
192 execsql {DROP TABLE test1}
193 execsql {DROP TABLE test2}
202 DROP TABLE test1;
[all …]
H A Dvacuum.test50 DROP TABLE t2;
75 DROP TABLE t2;
106 DROP TABLE t4;
107 DROP TABLE t5;
163 DROP TABLE Test;
H A Dview.test59 DROP VIEW v1;
71 DROP TABLE t1;
141 DROP VIEW v1;
166 DROP VIEW t1;
168 } {1 {use DROP TABLE to delete table t1}}
176 DROP TABLE v1;
178 } {1 {use DROP VIEW to delete view v1}}
278 DROP VIEW test;
294 DROP VIEW test;
H A Dconflict.test84 DROP TABLE t1;
85 DROP TABLE t2;
142 DROP TABLE t1;
143 DROP TABLE t2;
198 DROP TABLE t2;
240 DROP TABLE t1;
257 DROP TABLE t2;
303 DROP TABLE t1;
319 DROP TABLE t2;
374 DROP TABLE t1;
[all …]
H A Dtemptable.test85 db2 eval {DROP TABLE t2;}
136 DROP INDEX i2;
143 DROP TABLE t2;
145 catchsql {DROP INDEX i2}
205 DROP TABLE t2; -- should drop TEMP
218 DROP TABLE t2;
265 DROP TABLE t2; -- drops TEMP.T2
H A Dselect4.test67 execsql {DROP TABLE t2}
78 execsql {DROP TABLE t2}
95 execsql {DROP TABLE t2}
162 execsql {DROP TABLE t2}
173 execsql {DROP TABLE t2}
220 execsql {DROP TABLE t2}
231 execsql {DROP TABLE t2}
H A Dinsert2.test51 catch {execsql {DROP TABLE t1}}
65 catch {execsql {DROP TABLE t1}}
80 catch {execsql {DROP TABLE t1}}
H A Dmemdb.test139 DROP TABLE t4;
208 DROP TABLE t2;
209 DROP TABLE t3;
264 DROP TABLE t1;
288 DROP TABLE t2;
H A Dmalloc.test99 DROP INDEX i1;
140 DROP INDEX i1;
176 DROP INDEX i1;
H A Dunique.test83 DROP TABLE t1;
112 DROP INDEX i2;
H A Dquote.test85 execsql {DROP TABLE '@abc'}
H A Dmisc2.test217 DROP TABLE x;
228 DROP TABLE x;
H A Dmisc1.test252 DROP TABLE t1;
253 DROP TABLE t2;
254 DROP TABLE t3;
255 DROP TABLE t4;
H A Dmisc3.test50 DROP TABLE t1;
51 DROP TABLE t2;
H A Dioerr.test97 DROP TABLE t2;
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c426 #define DROP(P,R) if (P) {P[-1] = P[0] = hole; R = 0;} else/*EMPTY*/ in pickfilter() macro
427 if (chk & PCK_CPI) DROP (p_cpi, prs->cpi); in pickfilter()
428 if (chk & PCK_LPI) DROP (p_lpi, prs->lpi); in pickfilter()
429 if (chk & PCK_WIDTH) DROP (p_pwid, prs->pwid); in pickfilter()
430 if (chk & PCK_LENGTH) DROP (p_plen, prs->plen); in pickfilter()
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl275 puts $fd {DROP TABLE t1;}
276 puts $fd {DROP TABLE t2;}
278 runtest {DROP TABLE}
H A Dspeedtest2.tcl208 puts $fd {DROP TABLE t1;}
210 runtest {DROP TABLE}

12