| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 47f4d39d47ace9034bb182298b35e380f1b64186..d78593c90b498d5868e1bf7a59b9194400f47b26 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -107778,6 +107778,21 @@ value.
|
| <int value="27" label="RECOVERY_FAILED_AUTORECOVERDB_AUX">
|
| Autorecover failed when recovering triggers, views, or virtual tables.
|
| </int>
|
| + <int value="28" label="RECOVERY_FAILED_AUTORECOVERDB_NOTADB_DELETE">
|
| + Autorecover failed setup with NOTADB, then failed deleting the db.
|
| + </int>
|
| + <int value="29" label="RECOVERY_FAILED_AUTORECOVERDB_NOTADB_REOPEN">
|
| + Autorecover failed setup with NOTADB, then failed to re-open the db after
|
| + deleting it.
|
| + </int>
|
| + <int value="30" label="RECOVERY_FAILED_AUTORECOVERDB_NOTADB_QUERY">
|
| + Autorecover failed setup with NOTADB, then failed to query the db after
|
| + deleting it.
|
| + </int>
|
| + <int value="31" label="RECOVERY_SUCCESS_AUTORECOVERDB_NOTADB_DELETE">
|
| + Autorecover failed setup with NOTADB, then successfully deleted the
|
| + unrecoverable db and verified that it now works.
|
| + </int>
|
| </enum>
|
|
|
| <enum name="SqliteStatsEnum" type="int">
|
|
|