User Tools

Site Tools


c:mysql:mysql.h:mysql_set_local_infile_handler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

c:mysql:mysql.h:mysql_set_local_infile_handler [2013/02/03 20:19]
127.0.0.1 external edit
c:mysql:mysql.h:mysql_set_local_infile_handler [2024/02/16 01:12] (current)
Line 1: Line 1:
 ====== mysql_set_local_infile_handler ====== ====== mysql_set_local_infile_handler ======
 <code c> <code c>
 +void mysql_set_local_infile_handler( 
 +     MYSQL *mysql,  
 +     int (*local_infile_init)(void **, const char *, void *), 
 +     int (*local_infile_read)(void *, char *, unsigned int),  
 +     void (*local_infile_end)(void *),  
 +     int (*local_infile_error)(void *, char*, unsigned int),  
 +     void *userdata 
 +     );
 </code> </code>
  

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/mysql/mysql.h/mysql_set_local_infile_handler.txt · Last modified: 2024/02/16 01:12 (external edit)

Impressum Datenschutz