Home
last modified time | relevance | path

Searched refs:format_section_buff (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dunireg.cc392 uchar *ptr, *format_section_buff; in mysql_create_frm() local
393 if (!(format_section_buff=(uchar*) my_malloc(format_section_length, in mysql_create_frm()
396 ptr= format_section_buff; in mysql_create_frm()
426 DBUG_ASSERT(format_section_buff + format_section_length == ptr); in mysql_create_frm()
428 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
431 my_free(format_section_buff); in mysql_create_frm()
436 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dunireg.cc392 uchar *ptr, *format_section_buff; in mysql_create_frm() local
393 if (!(format_section_buff=(uchar*) my_malloc(format_section_length, in mysql_create_frm()
396 ptr= format_section_buff; in mysql_create_frm()
426 DBUG_ASSERT(format_section_buff + format_section_length == ptr); in mysql_create_frm()
428 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
431 my_free(format_section_buff); in mysql_create_frm()
436 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dunireg.cc392 uchar *ptr, *format_section_buff; in mysql_create_frm() local
393 if (!(format_section_buff=(uchar*) my_malloc(format_section_length, in mysql_create_frm()
396 ptr= format_section_buff; in mysql_create_frm()
426 DBUG_ASSERT(format_section_buff + format_section_length == ptr); in mysql_create_frm()
428 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
431 my_free(format_section_buff); in mysql_create_frm()
436 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dunireg.cc392 uchar *ptr, *format_section_buff; in mysql_create_frm() local
393 if (!(format_section_buff=(uchar*) my_malloc(format_section_length, in mysql_create_frm()
396 ptr= format_section_buff; in mysql_create_frm()
426 DBUG_ASSERT(format_section_buff + format_section_length == ptr); in mysql_create_frm()
428 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
431 my_free(format_section_buff); in mysql_create_frm()
436 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dunireg.cc397 uchar *ptr, *format_section_buff; in mysql_create_frm() local
398 if (!(format_section_buff=(uchar*) my_malloc(key_memory_frm, in mysql_create_frm()
402 ptr= format_section_buff; in mysql_create_frm()
432 assert(format_section_buff + format_section_length == ptr); in mysql_create_frm()
434 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
437 my_free(format_section_buff); in mysql_create_frm()
442 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dunireg.cc397 uchar *ptr, *format_section_buff; in mysql_create_frm() local
398 if (!(format_section_buff=(uchar*) my_malloc(key_memory_frm, in mysql_create_frm()
402 ptr= format_section_buff; in mysql_create_frm()
432 DBUG_ASSERT(format_section_buff + format_section_length == ptr); in mysql_create_frm()
434 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
437 my_free(format_section_buff); in mysql_create_frm()
442 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dunireg.cc397 uchar *ptr, *format_section_buff; in mysql_create_frm() local
398 if (!(format_section_buff=(uchar*) my_malloc(key_memory_frm, in mysql_create_frm()
402 ptr= format_section_buff; in mysql_create_frm()
432 assert(format_section_buff + format_section_length == ptr); in mysql_create_frm()
434 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
437 my_free(format_section_buff); in mysql_create_frm()
442 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dunireg.cc392 uchar *ptr, *format_section_buff; in mysql_create_frm() local
393 if (!(format_section_buff=(uchar*) my_malloc(format_section_length, in mysql_create_frm()
396 ptr= format_section_buff; in mysql_create_frm()
426 DBUG_ASSERT(format_section_buff + format_section_length == ptr); in mysql_create_frm()
428 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
431 my_free(format_section_buff); in mysql_create_frm()
436 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dunireg.cc393 uchar *ptr, *format_section_buff; in mysql_create_frm() local
394 if (!(format_section_buff=(uchar*) my_malloc(format_section_length, in mysql_create_frm()
397 ptr= format_section_buff; in mysql_create_frm()
427 DBUG_ASSERT(format_section_buff + format_section_length == ptr); in mysql_create_frm()
429 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
432 my_free(format_section_buff); in mysql_create_frm()
437 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dunireg.cc400 uchar *ptr, *format_section_buff; in mysql_create_frm() local
401 if (!(format_section_buff=(uchar*) my_malloc(key_memory_frm, in mysql_create_frm()
405 ptr= format_section_buff; in mysql_create_frm()
435 assert(format_section_buff + format_section_length == ptr); in mysql_create_frm()
437 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
440 my_free(format_section_buff); in mysql_create_frm()
445 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dunireg.cc400 uchar *ptr, *format_section_buff; in mysql_create_frm() local
401 if (!(format_section_buff=(uchar*) my_malloc(key_memory_frm, in mysql_create_frm()
405 ptr= format_section_buff; in mysql_create_frm()
435 assert(format_section_buff + format_section_length == ptr); in mysql_create_frm()
437 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
440 my_free(format_section_buff); in mysql_create_frm()
445 my_free(format_section_buff); in mysql_create_frm()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dunireg.cc400 uchar *ptr, *format_section_buff; in mysql_create_frm() local
401 if (!(format_section_buff=(uchar*) my_malloc(key_memory_frm, in mysql_create_frm()
405 ptr= format_section_buff; in mysql_create_frm()
435 assert(format_section_buff + format_section_length == ptr); in mysql_create_frm()
437 if (mysql_file_write(file, format_section_buff, in mysql_create_frm()
440 my_free(format_section_buff); in mysql_create_frm()
445 my_free(format_section_buff); in mysql_create_frm()