Commit 1a960df7 authored by unknown's avatar unknown

Post-review fix: Drop the duplicate assignment.

parent 34cebb71
...@@ -884,11 +884,9 @@ AC_DEFUN([MYSQL_CHECK_BIG_TABLES], [ ...@@ -884,11 +884,9 @@ AC_DEFUN([MYSQL_CHECK_BIG_TABLES], [
yes ) yes )
AC_DEFINE([BIG_TABLES], [1], [Support big tables]) AC_DEFINE([BIG_TABLES], [1], [Support big tables])
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
[bigtables=yes]
;; ;;
* ) * )
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
[bigtables=no]
;; ;;
esac esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment