mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Portability fix
Cleanup typos (like SKIPP -> SKIP)
This commit is contained in:
parent
771af387e3
commit
4c60b41954
49 changed files with 187 additions and 169 deletions
|
|
@ -32,7 +32,7 @@ int main(int argc,char *argv[])
|
|||
bzero((char*)recinfo,sizeof(recinfo));
|
||||
|
||||
/* First define 2 columns */
|
||||
recinfo[0].type=FIELD_SKIPP_ENDSPACE;
|
||||
recinfo[0].type=FIELD_SKIP_ENDSPACE;
|
||||
recinfo[0].length=docid_length;
|
||||
recinfo[1].type=FIELD_BLOB;
|
||||
recinfo[1].length= 4+mi_portable_sizeof_char_ptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue