mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Fix bug in CONCAT_WS()
Update of glibc patch from MySQL 4.0 Docs/glibc-2.2.5.patch: Update of patch from MySQL 4.0 Docs/manual.texi: ChangeLog sql/item_strfunc.cc: Fix bug in CONCAT_WS() sql/share/italian/errmsg.txt: Update of new error messages
This commit is contained in:
parent
74d29a0771
commit
c2504d86b3
6 changed files with 186 additions and 84 deletions
|
|
@ -209,13 +209,13 @@
|
|||
"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",
|
||||
"Wrong arguments to %s",
|
||||
"%-.32s@%-.64s is not allowed to create new users",
|
||||
"Incorrect table definition; All MERGE tables must be in the same database",
|
||||
"Deadlock found when trying to get lock; Try restarting transaction",
|
||||
"The used table type doesn't support FULLTEXT indexes",
|
||||
"Cannot add foreign key constraint",
|
||||
"Cannot add a child row: a foreign key constraint fails",
|
||||
"Cannot delete a parent row: a foreign key constraint fails",
|
||||
"DROP DATABASE non e' permesso mentre il thread ha un lock globale di lettura",
|
||||
"CREATE DATABASE non e' permesso mentre il thread ha un lock globale di lettura",
|
||||
"Argomenti errati a %s",
|
||||
"A %-.32s@%-.64s non e' permesso creare nuovi utenti",
|
||||
"Definizione della tabella errata; tutte le tabelle di tipo MERGE devono essere nello stesso database",
|
||||
"Trovato deadlock durante il lock; Provare a far ripartire la transazione",
|
||||
"La tabella usata non supporta gli indici FULLTEXT",
|
||||
"Impossibile aggiungere il vincolo di integrita' referenziale (foreign key constraint)",
|
||||
"Impossibile aggiungere la riga: un vincolo d'integrita' referenziale non e' soddisfatto",
|
||||
"Impossibile cancellare la riga: un vincolo d'integrita' referenziale non e' soddisfatto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue