1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#1163 (Make spatial code separable for other parts)

--with-geometry and
--with-embedded-privilege-control
configure switches added


acconfig.h:
  necessary lines added
myisam/mi_open.c:
  #include added
mysql-test/t/gis-rtree.test:
  test modified to take HAVE_GEOMETRY in account
mysql-test/t/gis.test:
  test modified to take HAVE_GEOMETRY in account
sql/mysql_priv.h:
  option's variables added
sql/mysqld.cc:
  option's handling added
sql/set_var.cc:
  option's descriptions added
This commit is contained in:
unknown
2004-05-27 20:31:30 +05:00
parent b566dae278
commit 7ec57e23fd
9 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Variable_name Value
have_geometry YES