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

added test case for the nasty join query crash

sql/sql_table.cc:
  fixed typo in comment
This commit is contained in:
unknown
2001-03-23 21:56:18 -07:00
parent 39b73c0f78
commit 734c846c26
2 changed files with 164 additions and 1 deletions

View File

@@ -243,7 +243,7 @@ int mysql_create_table(THD *thd,const char *db, const char *table_name,
}
it2.rewind();
}
/* If fixed row records, we need on bit to check for deleted rows */
/* If fixed row records, we need one bit to check for deleted rows */
if (!(db_options & HA_OPTION_PACK_RECORD))
null_fields++;
pos=(null_fields+7)/8;