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

« back to all changes in this revision

Viewing changes to mysql-test/t/subselect_sj.test

  • 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:
897
897
                      ("4", "1", "sup", "0");
898
898
create table t3 (
899
899
  id int(11) not null default '0',
900
 
  preceeding_id int(11) not null default '0',
901
 
  primary key  (id,preceeding_id)
 
900
  preceding_id int(11) not null default '0',
 
901
  primary key  (id,preceding_id)
902
902
);
903
903
 
904
904
create table t4 (