Revert "Bug 1594264 - Enable sql normalization r=mak" for causing mochitest leak failures
This reverts commit c90dbfd108.
This commit is contained in:
committed by
smolnar@mozilla.com
parent
50cac60629
commit
482d23a87b
@@ -113,9 +113,6 @@ LOCAL_INCLUDES += [
|
||||
"/third_party/sqlite3/src",
|
||||
]
|
||||
|
||||
# sqlite3_normalized_sql is guarded in sqlite3.h.
|
||||
DEFINES["SQLITE_ENABLE_NORMALIZE"] = 1
|
||||
|
||||
if CONFIG["MOZ_FOLD_LIBS"]:
|
||||
DEFINES["MOZ_FOLD_LIBS"] = True
|
||||
|
||||
|
||||
Vendored
-3
@@ -142,6 +142,3 @@ DEFINES['SQLITE_ENABLE_CARRAY'] = 1
|
||||
|
||||
# The percentile extension is part of the amalgamation but disabled by default.
|
||||
DEFINES['SQLITE_ENABLE_PERCENTILE'] = 1
|
||||
|
||||
# We use sqlite's built-in normalization to sanitize SQL statements for reporting.
|
||||
DEFINES['SQLITE_ENABLE_NORMALIZE'] = 1
|
||||
|
||||
-1
@@ -108,7 +108,6 @@ sqlite3_mutex_leave
|
||||
sqlite3_mutex_try
|
||||
sqlite3_mprintf
|
||||
sqlite3_next_stmt
|
||||
sqlite3_normalized_sql
|
||||
sqlite3_open
|
||||
sqlite3_open_v2
|
||||
sqlite3_open16
|
||||
|
||||
Reference in New Issue
Block a user