~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.c

  • Committer: Andrey Hristov
  • Date: 2008-07-30 22:43:09 UTC
  • mto: (236.1.16 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: ahristov@mysql.com-20080730224309-dq6tb206edvbxj29
Constify libdrizzle functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1624
1624
{
1625
1625
  char *tmp, *pagpoint;
1626
1626
  int ho_error;
1627
 
  DRIZZLE_PARAMETERS *drizzle_params= drizzle_get_parameters();
 
1627
  const DRIZZLE_PARAMETERS *drizzle_params= drizzle_get_parameters();
1628
1628
 
1629
1629
  tmp= (char *) getenv("MYSQL_HOST");
1630
1630
  if (tmp)
3234
3234
print_table_data_xml(DRIZZLE_RES *result)
3235
3235
{
3236
3236
  DRIZZLE_ROW   cur;
3237
 
  DRIZZLE_FIELD *fields;
 
3237
  const DRIZZLE_FIELD *fields;
3238
3238
 
3239
3239
  drizzle_field_seek(result,0);
3240
3240