~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/myisam/sp_test.c

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  /* Define spatial column  */
80
80
  
81
81
  recinfo[1].type=FIELD_BLOB;
82
 
  recinfo[1].length=4 + mi_portable_sizeof_char_ptr;
 
82
  recinfo[1].length=4 + portable_sizeof_char_ptr;
83
83
  
84
84
  
85
85