~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to sql/unireg.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
   Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
 
2
   Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
3
3
 
4
4
   This program is free software; you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
905
905
    recpos= field->offset+1 + (uint) data_offset;
906
906
    int3store(buff+5,recpos);
907
907
    int2store(buff+8,field->pack_flag);
908
 
    DBUG_ASSERT(field->unireg_check < 256);
909
908
    buff[10]= (uchar) field->unireg_check;
910
909
    buff[12]= (uchar) field->interval_id;
911
910
    buff[13]= (uchar) field->sql_type;