Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: third_party/sqlite/sqlite-src-3100200/test/fts3shared.test

Issue 1610543003: [sql] Import reference version of SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # 2010 September 17 2 # 2010 September 17
3 # 3 #
4 # May you do good and not evil. 4 # May you do good and not evil.
5 # May you find forgiveness for yourself and forgive others. 5 # May you find forgiveness for yourself and forgive others.
6 # May you share freely, never taking more than you give. 6 # May you share freely, never taking more than you give.
7 # 7 #
8 #*********************************************************************** 8 #***********************************************************************
9 # This file implements regression tests for SQLite library. The 9 # This file implements regression tests for SQLite library. The
10 # focus of this file is the interactions between the FTS3/4 module 10 # focus of this file is the interactions between the FTS3/4 module
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 } $LOCKED 167 } $LOCKED
168 168
169 execsql ROLLBACK dbR 169 execsql ROLLBACK dbR
170 execsql ROLLBACK dbW 170 execsql ROLLBACK dbW
171 } 171 }
172 172
173 dbW close 173 dbW close
174 dbR close 174 dbR close
175 sqlite3_enable_shared_cache $::enable_shared_cache 175 sqlite3_enable_shared_cache $::enable_shared_cache
176 finish_test 176 finish_test
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/test/fts3rnd.test ('k') | third_party/sqlite/sqlite-src-3100200/test/fts3snippet.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698