~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to strings/CHARSET_INFO.txt

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
              Used in SQL functions LEFT(), RIGHT(), SUBSTRING(), 
209
209
              INSERT()
210
210
 
211
 
well_formed_length()
212
 
            - finds the length of correctly formed multi-byte beginning.
213
 
              Used in INSERTs to cut a beginning of the given string
214
 
              which is
215
 
              a) "well formed" according to the given character set.
 
211
well_formed_len()
 
212
            - returns length of a given multi-byte string in bytes
 
213
              Used in INSERTs to shorten the given string so it
 
214
              a) is "well formed" according to the given character set
216
215
              b) can fit into the given data type
217
 
              Terminates the string in the good position, taking in account
218
 
              multi-byte character boundaries.
219
216
 
220
217
lengthsp()  - returns the length of the given string without trailing spaces.
221
218