~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to mysql-test/r/func_str.result

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1964
1964
                0
1965
1965
#       #       1
1966
1966
##      ##      2
 
1967
SELECT REPEAT('0', CAST(0 AS UNSIGNED));
 
1968
REPEAT('0', CAST(0 AS UNSIGNED))
 
1969
 
 
1970
SELECT REPEAT('0', -2);
 
1971
REPEAT('0', -2)
 
1972
 
 
1973
SELECT REPEAT('0', 2);
 
1974
REPEAT('0', 2)
 
1975
00
1967
1976
DROP TABLE t1;
1968
1977
SELECT UNHEX('G');
1969
1978
UNHEX('G')