Revert "Bug 1594264 - Enable sql normalization r=mak" for causing mochitest leak failures

This reverts commit c90dbfd108.
This commit is contained in:
Sandor Molnar
2026-09-11 22:15:16 +00:00
committed by smolnar@mozilla.com
parent 50cac60629
commit 482d23a87b
3 changed files with 0 additions and 7 deletions
-3
View File
@@ -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
-3
View File
@@ -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
View File
@@ -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