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

Final fixes for INSERT into MERGE tables.

Move MAX_BLOB_WIDTH to be global
Added full support for unsigned BIGINT
Fixed spelling errors
This commit is contained in:
monty@tik.mysql.fi
2001-09-27 21:45:48 +03:00
parent 5d9be4de24
commit e05bf277d6
36 changed files with 653 additions and 198 deletions

View File

@@ -391,7 +391,7 @@ int write_record(TABLE *table,COPY_INFO *info)
}
else
{
if (table->file->extra(HA_EXTRA_FLUSH_CACHE)) /* Not neaded with NISAM */
if (table->file->extra(HA_EXTRA_FLUSH_CACHE)) /* Not needed with NISAM */
{
error=my_errno;
goto err;
@@ -534,7 +534,7 @@ public:
}
~delayed_insert()
{
/* The following is not really neaded, but just for safety */
/* The following is not really needed, but just for safety */
delayed_row *row;
while ((row=rows.get()))
delete row;