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/26 00:57]
Daniel Gohlke wtf what a syntax o.O
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,  +void mysql_set_local_infile_handler( 
-                                    int (*local_infile_init)(void **, const char *, void *), +     MYSQL *mysql,  
-                                    int (*local_infile_read)(void *, char *, unsigned int),  +     int (*local_infile_init)(void **, const char *, void *), 
-                                    void (*local_infile_end)(void *),  +     int (*local_infile_read)(void *, char *, unsigned int),  
-                                    int (*local_infile_error)(void *, char*, unsigned int),  +     void (*local_infile_end)(void *),  
-                                    void *userdata);+     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.1361836672.txt · Last modified: 2024/02/16 01:11 (external edit)

Impressum Datenschutz