~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • Committer: Brian Aker
  • Date: 2011-02-22 06:09:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2191.
  • Revision ID: brian@tangent.org-20110222060935-l2uw4kf37w62wdx7
Remove duplicate symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8787
8787
finds charset information and returns length of prefix_len characters in the
8788
8788
index field in bytes.
8789
8789
@return number of bytes occupied by the first n characters */
8790
 
UNIV_INTERN
8791
 
ulint
8792
 
innobase_get_at_most_n_mbchars(
8793
 
/*===========================*/
8794
 
  ulint charset_id, /*!< in: character set id */
8795
 
  ulint prefix_len, /*!< in: prefix length in bytes of the index
8796
 
        (this has to be divided by mbmaxlen to get the
8797
 
        number of CHARACTERS n in the prefix) */
8798
 
  ulint data_len,   /*!< in: length of the string in bytes */
8799
 
  const char* str); /*!< in: character string */
8800
8790
 
8801
8791
ulint
8802
8792
innobase_get_at_most_n_mbchars(