home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / mysql-test / r / user_var.result < prev    next >
Encoding:
Text File  |  2003-01-21  |  487 b   |  17 lines  |  [TEXT/ttxt]

  1. @a - connection_id()
  2. 3
  3. i
  4. 1
  5. 2
  6. i    @vv1:=if(sv1.i,1,0)    @vv2:=if(sv2.i,1,0)    @vv3:=if(sv3.i,1,0)    @vv1+@vv2+@vv3
  7. 1    1    0    1    2
  8. 2    1    0    0    1
  9. table    type    possible_keys    key    key_len    ref    rows    Extra
  10. t1    ref    i    i    4    const    1    where used
  11. table    type    possible_keys    key    key_len    ref    rows    Extra
  12. t1    ALL    NULL    NULL    NULL    NULL    3    where used
  13. table    type    possible_keys    key    key_len    ref    rows    Extra
  14. t1    index    NULL    i    4    NULL    3    where used; Using index
  15. table    type    possible_keys    key    key_len    ref    rows    Extra
  16. t1    ref    i    i    4    const    1    where used
  17.