From 5dae19b394e3385c0e48d896fec1174437f2308a Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 Nov 2000 23:13:48 +0200 Subject: Fixed some reported bugs BUILD/compile-alpha-cxx: Building on Alpha with Compaq C and C+++ Docs/manual.texi: Changelogs and update of links myisam/mi_key.c: Fixed multi_part keys where first part where of TEXT/BLOB type mysys/Makefile.am: Makefile.am now works with Compaq make sql-bench/Results/ATIS-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/RUN-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/alter-table-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/big-tables-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/connect-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/create-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/insert-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/select-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/wisconsin-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/test-select.sh: Made the count_distinct_big test a bit smaller sql/log.cc: Changed the slow log format to have more information by default sql/mysqld.cc: false->FALSE sql/share/german/errmsg.sys: Update of messages sql/share/german/errmsg.txt: Update of messages sql/sql_base.cc: Fixed SELECT DISTINCT * sql/sql_insert.cc: Cleanup sql/sql_table.cc: Added logging of DROP of temporary tables vio/VioFd.cc: false -> FALSE vio/VioSSL.cc: false -> FALSE vio/VioSSLFactoriesFd.cc: false -> FALSE vio/VioSocket.cc: false -> FALSE --- sql/share/german/errmsg.sys | Bin 10867 -> 11109 bytes sql/share/german/errmsg.txt | 60 ++++++++++++++++++++++---------------------- 2 files changed, 30 insertions(+), 30 deletions(-) (limited to 'sql/share') diff --git a/sql/share/german/errmsg.sys b/sql/share/german/errmsg.sys index 055541ae3d9..755783a4d20 100644 Binary files a/sql/share/german/errmsg.sys and b/sql/share/german/errmsg.sys differ diff --git a/sql/share/german/errmsg.txt b/sql/share/german/errmsg.txt index bdb3ee40844..580eddc0cb1 100644 --- a/sql/share/german/errmsg.txt +++ b/sql/share/german/errmsg.txt @@ -166,35 +166,35 @@ "Timeout beim Lesen eines Communication-Packets", "Fehler beim Schreiben eines Communication-Packets", "Timeout beim Schreiben eines Communication-Packets", -"Result string is longer than max_allowed_packet", -"The used table type doesn't support BLOB/TEXT columns", -"The used table type doesn't support AUTO_INCREMENT columns", -"INSERT DELAYED can't be used with table '%-.64s', because it is locked with LOCK TABLES", -"Incorrect column name '%-.100s'", -"The used table handler can't index column '%-.64s'", -"All tables in the MERGE table are not defined identically", -"Can't write, because of unique constraint, to table '%-.64s'", -"BLOB column '%-.64s' used in key specification without a key length", -"All parts of a PRIMARY KEY must be NOT NULL; If you need NULL in a key, use UNIQUE instead", -"Result consisted of more than one row", -"This table type requires a primary key", -"This version of MySQL is not compiled with RAID support", -"You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column", -"Key '%-.64s' doesn't exist in table '%-.64s'", -"Can't open table", -"The handler for the table doesn't support check/repair", -"You are not allowed to execute this command in a transaction", -"Got error %d during COMMIT", -"Got error %d during ROLLBACK", -"Got error %d during FLUSH_LOGS", -"Got error %d during CHECKPOINT", -"Aborted connection %ld to db: '%-.64s' user: '%-.32s' host: `%-.64s' (%-.64s)", -"The handler for the table does not support binary table dump", -"Binlog closed while trying to FLUSH MASTER", -"Failed rebuilding the index of dumped table '%-.64s'", -"Error from master: '%-.64s'", -"Net error reading from master", -"Net error writing to master", -"Can't find FULLTEXT index matching the column list", +"Ergebnisstring ist länger als max_allowed_packet", +"Der verwendete Tabellentyp unterstützt keine BLOB/TEXT Spalten", +"Der verwendete Tabellentyp unterstützt keine AUTO_INCREMENT Spalte", +"INSERT DELAYED kann nicht auf Tabelle '%-.64s' angewendet werden, da diese mit LOCK TABLES gesperrt ist", +"Falscher Spaltenname '%-.100s'", +"Der verwendete Tabellen-Handler kann die Spalte '%-.64s' nicht indizieren", +"Alle Tabelle in der MERGE-Tabelle sind nicht gleich definiert", +"Schreiben in Tabelle '%-.64s' nicht möglich wegen eines Unique Constraint", +"BLOB Spalte '%-.64s' wird in der Key-Definition ohne Längenangabe verwendet", +"Alle Teile eines PRIMARY KEY müssen als NOT NULL definiert sein; Wenn NULL benötigt wird sollte ein UNIQUE Key verwendet werden", +"Ergebnis besteht aus mehr als einer Reihe", +"Dieser Tabellentyp verlangt nach einem PRIMARY KEY", +"Diese MySQL-Version ist nicht mit RAID-Unterstützung kompiliert", +"Unter Verwendung des Sicheren Updatemodes wurde versucht eine Tabelle zu updaten ohne eine KEY-Spalte in der WHERE-Klausel", +"Schlüssel '%-.64s' existiert nicht in der Tabelle '%-.64s'", +"Kann Tabelle nicht öffnen", +"Der Tabellen-Handler für diese Tabelle unterstützt kein check/repair", +"Keine Berechtigung dieses Kommando in einer Transaktion auszuführen", +"Fehler %d wärend COMMIT", +"Fehler %d wärend ROLLBACK", +"Fehler %d wärend FLUSH_LOGS", +"Fehler %d wärend CHECKPOINT", +"Verbindungsabbruch %ld zu db: '%-.64s' user: '%-.32s' host: `%-.64s' (%-.64s)", +"Der Tabellenhandler für die Tabelle unterstützt kein Binary Tabellendump", +"Binlog wurde beendet wärend FLUSH MASTER", +"Neubau des Index der gedumpten Tabelle '%-.64s' fehlgeschlagen", +"Fehler vom Master: '%-.64s'", +"Netzfehler beim Lesen vom Master", +"Netzfehler beim Schreiben zum Master", +"Kann keinen FULLTEXT-Index finden der der Spaltenliste entspricht", "Can't execute the given command because you have active locked tables or an active transaction", "Unknown system variable '%-.64'", -- cgit v1.2.1