1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 03:53:59 +02:00

Use ST_SRID() in mysql driver for MySQL 8

`SRID()` is no longer available in MySQL 8 and has been replaced with `ST_SRID`
This commit is contained in:
Benjamin Cremer
2021-03-12 10:29:32 +01:00
committed by Jakub Vrana
parent 1f173e18bd
commit db01282e29
3 changed files with 6 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.8.1";
$VERSION = "4.8.2-dev";