mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 02:53:40 +02:00
14 lines
248 B
PHP
14 lines
248 B
PHP
{
|
|
Contains the non-external functions for MySQL v3
|
|
}
|
|
|
|
{
|
|
Adapted from mysql3.pp by Bram Kuijvenhoven (Hexis BV, The Netherlands)
|
|
}
|
|
|
|
Function mysql_reload(mysql : PMYSQL) : Longint;
|
|
|
|
begin
|
|
mysql_reload:=mysql_refresh(mysql,REFRESH_GRANT)
|
|
end;
|