Commit 1a960df7 authored by unknown's avatar unknown
Browse files

Post-review fix: Drop the duplicate assignment.

parent 34cebb71
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -884,11 +884,9 @@ AC_DEFUN([MYSQL_CHECK_BIG_TABLES], [
    yes )
      AC_DEFINE([BIG_TABLES], [1], [Support big tables])
      AC_MSG_RESULT([yes])
      [bigtables=yes]
      ;;
    * )
      AC_MSG_RESULT([no])
      [bigtables=no]
      ;;
  esac