mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 22:49:35 +01: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;
 | 
