1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merged from main 5.1

This commit is contained in:
unknown
2007-05-24 19:47:58 +03:00
parent 6356f5631c
commit 635728a6e6
15 changed files with 66 additions and 75 deletions

View File

@@ -704,7 +704,7 @@ static int open_binary_frm(THD *thd, TABLE_SHARE *share, uchar *head,
{
LEX_STRING pname= { C_STRING_WITH_LEN( "partition" ) };
if (str_db_type_length == pname.length &&
!strncmp(next_chunk + 2, pname.str, pname.length))
!strncmp((char *) next_chunk + 2, pname.str, pname.length))
{
/*
Use partition handler