~mysql/myodbc/5.2

« back to all changes in this revision

Viewing changes to driver/catalog.h

  • Committer: Hemant Dangi
  • Date: 2013-11-21 13:38:38 UTC
  • mfrom: (1052.2.68 5.1)
  • Revision ID: hemant.dangi@oracle.com-20131121133838-5vqq9nbannbd2sg7
Bug#16920750: SQLFOREIGNKEYS WITH FLAG_NO_INFORMATION_SCHEMA OPTION RETURNS BAD RESULTS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
 
2
  Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3
3
 
4
4
  The MySQL Connector/ODBC is licensed under the terms of the GPLv2
5
5
  <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
53
53
 
54
54
/* Some common(for i_s/no_i_s) helper functions */
55
55
const char *my_next_token(const char *prev_token, 
56
 
                                char **token, 
 
56
                          const char **token, 
57
57
                                char *data, 
58
58
                          const char chr);
59
59