~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-08-27 21:12:36 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140827211236-se41hwfe4xy0hpef
Tags: 5.5.39-2
* d/control: Removed Provides: libmysqlclient-dev (Closes: #759309)
* d/control: Removed Provides: libmysqld-dev with same motivation
* Re-introduced tha HPPA build patch as the upstream fix wasn't complete
* Fixed all kFreeBSD build and test suite issues
* Added Italian translation (Closes: #759813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2950
2950
(( t2 ++ t2 ))
2951
2951
drop procedure foo;
2952
2952
drop table t1,t2;
 
2953
select md5(_filename "a"), sha(_filename "a");
 
2954
md5(_filename "a")      sha(_filename "a")
 
2955
0cc175b9c0f1b6a831c399e269772661        86f7e437faa5a7fce15d1ddcb9eaeaea377667b8
2953
2956
#
2954
2957
# End of 5.5 tests
2955
2958
#