Ticket #31301: dbdimp.c.patch
File dbdimp.c.patch, 437 bytes (added by macportscf@…, 13 years ago) |
---|
-
dbdimp.c
old new 2444 2444 { 2445 2445 const char* clientinfo = mysql_get_client_info(); 2446 2446 result= clientinfo ? 2447 sv_2mortal(newSVpv(clientinfo, strlen(clientinfo))) : & sv_undef;2447 sv_2mortal(newSVpv(clientinfo, strlen(clientinfo))) : &PL_sv_undef; 2448 2448 } 2449 2449 else if (kl == 13 && strEQ(key, "clientversion")) 2450 2450 {