From 3a2b7da90594024fb113e7b92bd8c2107c547846 Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Thu, 9 Sep 2021 14:39:25 +0200 Subject: [PATCH 1/4] Modify 'The table '...' is full message to indicate the configuration setting. This error message in 8.0 has caused quite a lot of confusion and to the developer it is not clear why the table is full or what they can do about it. While the developer can not probably adjust the setting directly providing the related configuration setting provides a pointer to the limitations and settings that can be modified if needed. --- share/messages_to_clients.txt | 4 ++-- share/messages_to_error_log.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/messages_to_clients.txt b/share/messages_to_clients.txt index f74a06ebd9e4..fa78f5cc5701 100644 --- a/share/messages_to_clients.txt +++ b/share/messages_to_clients.txt @@ -2737,7 +2737,7 @@ ER_RECORD_FILE_FULL cze "Tabulka '%-.192s' je plná" dan "Tabellen '%-.192s' er fuld" nla "De tabel '%-.192s' is vol" - eng "The table '%-.192s' is full" + eng "The table '%-.192s' is full and exceeded the size configured in innodb_temp_data_file_path" est "Tabel '%-.192s' on täis" fre "La table '%-.192s' est pleine" ger "Tabelle '%-.192s' ist voll" @@ -2751,7 +2751,7 @@ ER_RECORD_FILE_FULL rus "Таблица '%-.192s' переполнена" serbian "Tabela '%-.192s' je popunjena do kraja" slo "Tabuľka '%-.192s' je plná" - spa "La tabla '%-.192s' está llena" + spa "La tabla '%-.192s' está llena y ha excedida el tamaño configurado en innodb_temp_data_file_path" swe "Tabellen '%-.192s' är full" ukr "Таблиця '%-.192s' заповнена" ER_UNKNOWN_CHARACTER_SET 42000 diff --git a/share/messages_to_error_log.txt b/share/messages_to_error_log.txt index ff2a7de8b560..77bde875958c 100644 --- a/share/messages_to_error_log.txt +++ b/share/messages_to_error_log.txt @@ -9453,7 +9453,7 @@ ER_SERVER_OUT_OF_SORTMEMORY eng "Out of sort memory, consider increasing server sort buffer size!" ER_SERVER_RECORD_FILE_FULL - eng "The table '%-.192s' is full!" + eng "The table '%-.192s' is full and has exceeded the size configured in innodb_temp_data_file_path." ER_SERVER_DISK_FULL_NOWAIT eng "Create table/tablespace '%-.192s' failed, as disk is full." From 9041880bd8b17d7b5bda896c2617e4e0a4cb211b Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Thu, 9 Sep 2021 15:02:40 +0200 Subject: [PATCH 2/4] Add German translation --- share/messages_to_clients.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/messages_to_clients.txt b/share/messages_to_clients.txt index fa78f5cc5701..597718db6247 100644 --- a/share/messages_to_clients.txt +++ b/share/messages_to_clients.txt @@ -2740,7 +2740,7 @@ ER_RECORD_FILE_FULL eng "The table '%-.192s' is full and exceeded the size configured in innodb_temp_data_file_path" est "Tabel '%-.192s' on täis" fre "La table '%-.192s' est pleine" - ger "Tabelle '%-.192s' ist voll" + ger "Tabelle ‘%-.192s’ ist voll und größer als das Limit in innodb_tmp_data_file_path" greek "Ο πίνακας '%-.192s' είναι γεμάτος" hun "A '%-.192s' tabla megtelt" ita "La tabella '%-.192s' e` piena" From c19215521fb5ea4f5491e99601932419ff0830ab Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Thu, 9 Sep 2021 15:05:40 +0200 Subject: [PATCH 3/4] Fix German translation quotes --- share/messages_to_clients.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/messages_to_clients.txt b/share/messages_to_clients.txt index 597718db6247..de2a637c0e6c 100644 --- a/share/messages_to_clients.txt +++ b/share/messages_to_clients.txt @@ -2740,7 +2740,7 @@ ER_RECORD_FILE_FULL eng "The table '%-.192s' is full and exceeded the size configured in innodb_temp_data_file_path" est "Tabel '%-.192s' on täis" fre "La table '%-.192s' est pleine" - ger "Tabelle ‘%-.192s’ ist voll und größer als das Limit in innodb_tmp_data_file_path" + ger "Tabelle '%-.192s' ist voll und größer als das Limit in innodb_tmp_data_file_path" greek "Ο πίνακας '%-.192s' είναι γεμάτος" hun "A '%-.192s' tabla megtelt" ita "La tabella '%-.192s' e` piena" From 3b1ae8b0b4bba9c7686bf0a958dd01011c0c8f4e Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Thu, 9 Sep 2021 18:22:29 +0200 Subject: [PATCH 4/4] Add Greek translation --- share/messages_to_clients.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/messages_to_clients.txt b/share/messages_to_clients.txt index de2a637c0e6c..a4680ce76b94 100644 --- a/share/messages_to_clients.txt +++ b/share/messages_to_clients.txt @@ -2741,7 +2741,7 @@ ER_RECORD_FILE_FULL est "Tabel '%-.192s' on täis" fre "La table '%-.192s' est pleine" ger "Tabelle '%-.192s' ist voll und größer als das Limit in innodb_tmp_data_file_path" - greek "Ο πίνακας '%-.192s' είναι γεμάτος" + greek "Ο πίνακας '%-.192s' είναι πλήρης και έχει υπερβεί το μέγεθος που έχει διαμορφωθει στο innodb_temp_data_file_path" hun "A '%-.192s' tabla megtelt" ita "La tabella '%-.192s' e` piena" jpn "表 '%-.192s' は満杯です。"