Post-review fix: Drop the duplicate assignment.
This commit is contained in:
parent
34cebb7176
commit
1a960df7ab
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user