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:
committed by
Jakub Vrana
parent
1f173e18bd
commit
db01282e29
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "4.8.1";
|
||||
$VERSION = "4.8.2-dev";
|
||||
|
Reference in New Issue
Block a user