@@ -4005,7 +4005,7 @@ Ivyreplacenamebindtoposition(Ivyconn *tconn,
40054005
40064006 if (position == stmtHandle -> nParams )
40074007 {
4008- snprintf (errmsg , size_error_buf , "placehondvar \"%s\" not found" ,
4008+ snprintf (errmsg , size_error_buf , "placeholder variable \"%s\" not found" ,
40094009 tmp -> name );
40104010 return 0 ;
40114011 }
@@ -4273,7 +4273,7 @@ Ivyreplacenamebindtoposition2(Ivyconn *tconn,
42734273
42744274 if (position == stmtHandle -> nParams )
42754275 {
4276- snprintf (errhp -> error_msg , errhp -> err_buf_size , "placehondvar \"%s\" not found" ,
4276+ snprintf (errhp -> error_msg , errhp -> err_buf_size , "placeholder variable \"%s\" not found" ,
42774277 tmp -> name );
42784278 return 0 ;
42794279 }
@@ -4334,7 +4334,7 @@ Ivyreplacenamebindtoposition3(Ivyconn *tconn,
43344334 {
43354335 if (!host || host -> length == 0 )
43364336 {
4337- snprintf (errhp -> error_msg , errhp -> err_buf_size , "%s" , "No placehondvars specified" );
4337+ snprintf (errhp -> error_msg , errhp -> err_buf_size , "%s" , "No placeholder variables specified" );
43384338 return 0 ;
43394339 }
43404340
@@ -4452,7 +4452,7 @@ Ivyreplacenamebindtoposition3(Ivyconn *tconn,
44524452 break ;
44534453 if (position == stmtHandle -> nParams )
44544454 {
4455- snprintf (errhp -> error_msg , errhp -> err_buf_size , "placehondvar \"%s\" not found" ,
4455+ snprintf (errhp -> error_msg , errhp -> err_buf_size , "placeholder variable \"%s\" not found" ,
44564456 tmp -> name );
44574457 return 0 ;
44584458 }
0 commit comments