summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2001-06-28 14:51:18 +0200
committerunknown <monty@work.mysql.com>2001-06-28 14:51:18 +0200
commit05e9925ada524fb99222087d4be3c70ab02e2047 (patch)
tree4aedefbe00db5d011d169380502c5e1f1383c1e9 /sql/share
parent210e8642135244f73681b5d63d3fc92ba0c29ba3 (diff)
parent1a5643b4b19f0ac40b7fe48a693f1ec348b7952b (diff)
downloadmariadb-git-05e9925ada524fb99222087d4be3c70ab02e2047.tar.gz
merge
BitKeeper/etc/logging_ok: auto-union myisam/myisamchk.c: Auto merged mysql-test/r/drop.result: Auto merged mysql-test/t/drop.test: Auto merged sql/share/italian/errmsg.txt: Auto merged sql/sql_lex.cc: Auto merged
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/italian/errmsg.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/sql/share/italian/errmsg.txt b/sql/share/italian/errmsg.txt
index 6f88845d781..a46e712a6e6 100644
--- a/sql/share/italian/errmsg.txt
+++ b/sql/share/italian/errmsg.txt
@@ -199,16 +199,16 @@
"La tabella '%-.64s' e` segnalata come corrotta e l'ultima ricostruzione (automatica?) e` fallita",
"Attenzione: Alcune delle modifiche alle tabelle non transazionali non possono essere ripristinate (roll back impossibile)",
"La transazione a comandi multipli (multi-statement) ha richiesto piu` di 'max_binlog_cache_size' bytes di disco: aumentare questa variabile di mysqld e riprovare',
-"This operation cannot be performed with a running slave, run SLAVE STOP first",
-"This operation requires a running slave, configure slave and do SLAVE START",
-"The server is not configured as slave, fix in config file or with CHANGE MASTER TO",
-"Could not initialize master info structure, check permisions on master.info",
-"Could not create slave thread, check system resources",
-"User %-.64s has already more than 'max_user_connections' active connections",
-"You may only use constant expressions with SET",
-"Lock wait timeout exceeded",
-"The total number of locks exceeds the lock table size",
-"Update locks cannot be acquired during a READ UNCOMMITTED transaction",
+"Questa operazione non puo' essere eseguita con un database 'slave' che gira, lanciare prima SLAVE STOP",
+"Questa operaione richiede un database 'slave', configurarlo ed eseguire SLAVE START",
+"Il server non e' configurato come 'slave', correggere il file di configurazione cambiando CHANGE MASTER TO",
+"Impossibile inizializzare la struttura 'master info', controllare i permessi sul file master.info",
+"Impossibile creare il thread 'slave', controllare le risorse di sistema",
+"L'utente %-.64s ha gia' piu' di 'max_user_connections' connessioni attive",
+"Si possono usare solo espressioni costanti con SET",
+"E' scaduto il timeout per l'attesa del lock",
+"Il numero totale di lock e' maggiore della grandezza della tabella di lock",
+"I lock di aggiornamento non possono essere acquisiti durante una transazione 'READ UNCOMMITTED'",
"DROP DATABASE not allowed while thread is holding global read lock",
"CREATE DATABASE not allowed while thread is holding global read lock",
"Error connecting to master: %-.128s",