]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the --enable-update-limit option to ./configure.
authordrh <drh@noemail.net>
Mon, 15 Jun 2020 14:38:57 +0000 (14:38 +0000)
committerdrh <drh@noemail.net>
Mon, 15 Jun 2020 14:38:57 +0000 (14:38 +0000)
FossilOrigin-Name: d31fd57ea538668238787fde10a6a57bbd8a428c73f2e54b2e95ee9a645bc75b

configure
configure.ac
manifest
manifest.uuid

index fb1d9cfaa8574989fa7342ed12d77432c2b9244d..afd94711cf1943b1ee1f49e2f8daca618a5d0682 100755 (executable)
--- a/configure
+++ b/configure
@@ -11619,7 +11619,7 @@ if test "${enable_update_limit+set}" = set; then :
   enableval=$enable_update_limit;
 fi
 
-if test "${enable_udlimit}" = "yes" ; then
+if test "${enable_update_limit}" = "yes" ; then
   OPT_FEATURE_FLAGS="${OPT_FEATURE_FLAGS} -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT"
 fi
 
index ef70a4f0d17b3e96091f2f14b98cb9372ed86e63..b9021efc82fd459b7ccda121c362e9b44376abe4 100644 (file)
@@ -651,7 +651,7 @@ fi
 # statements.
 AC_ARG_ENABLE(update-limit, AC_HELP_STRING([--enable-update-limit],
       [Enable the UPDATE/DELETE LIMIT clause]))
-if test "${enable_udlimit}" = "yes" ; then
+if test "${enable_update_limit}" = "yes" ; then
   OPT_FEATURE_FLAGS="${OPT_FEATURE_FLAGS} -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT"
 fi
 
index 573d0222f746cd0b8d72cef4b20706fcd2ff935f..188f6f98bd4161357bb8ec3c2f70fc17233d358e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,8 @@
 B fd5abb1a7b5a55127d5c0d5ff448020d8bccab44e4f5afe1eb88fc19578af735
-C Fix\sa\sdefect\sin\sthe\squery-flattener\soptimization\sidentified\sby\nticket\s[8f157e8010b22af0].
-D 2020-06-15T13:51:34.544
+C Fix\sthe\s--enable-update-limit\soption\sto\s./configure.
+D 2020-06-15T14:38:57.043
+F configure f594931bd7b23dad12db96b81e1dba43b41b30a4560d6eb008014e3d9f1617e8 x
+F configure.ac 13e4ecf89214c3aa0ba099a9e0178f13f03261ace627126737d8cee240ec5c1c
 F ext/fts3/fts3.c acc51e4378dd772251b31ead0ccd19070fc1774f6f6a55b11e00cb885e0f34bc
 F src/btree.c fabc215bd1ebab0e48108e95e0f50531da9883156b95888f479f6c696db032ad
 F src/expr.c 36bb737d2ca78ee9bd4fde46cf1e51a37e7e1b263e55fccfaef32922a19e9524
@@ -18,7 +20,7 @@ F test/select3.test c49fbb758903f3718e2de5aa4655eda4838131cbea24a86db908f8b6889a
 F test/selectA.test 68de52409e45a3313d00b8461b48bef4fb729faf36ade9067a994eae55cc86f4
 F test/whereG.test 9363b2a97d914cb1b81aff5069ef0cf2a071a67e2b604eac6fe9c0114017d9aa
 F test/window1.test 9d7f4990e5b36d95af93b189da4aa75216c6690ce95cced3c8b6d3234be51c2c
-P 90b1169d1b200d35a3f9f0ad2ae35a1b336bdd9b1ad0494ba80a382354c8d8b8
-R 7b2f74d8f4cf58d33d2119b338a7cd5f
+P 10fa79d00f8091e5748c245f4cae5b5f499a5f8db20da741c130e05a21ede443
+R 53b85d8633b314f290bd62efdc804e58
 U drh
-Z 1c6c6f6f8bb99dca6da53b2db99f530c
+Z 8f731d1ee1a28a5f07dfda9349a595b2
index b9814cc0c83992935f489194c53851540fc2b75f..ec8859317b333f8ccee20e33339655a1a4aa984f 100644 (file)
@@ -1 +1 @@
-10fa79d00f8091e5748c245f4cae5b5f499a5f8db20da741c130e05a21ede443
\ No newline at end of file
+d31fd57ea538668238787fde10a6a57bbd8a428c73f2e54b2e95ee9a645bc75b
\ No newline at end of file