1
# Czech translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2008-09-13 13:24-0700\n"
11
"PO-Revision-Date: 2008-09-12 20:12+0000\n"
12
"Last-Translator: Petr Pulc <petrpulc@gmail.com>\n"
13
"Language-Team: Czech <cs@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
"X-Launchpad-Export-Date: 2008-09-13 00:28+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:256
22
msgid "Synonym for `help'."
23
msgstr "Synonymum pro 'help'."
25
#: client/drizzle.cc:257
26
msgid "Clear command."
27
msgstr "Smazat příkaz."
29
#: client/drizzle.cc:259
30
msgid "Reconnect to the server. Optional arguments are db and host."
31
msgstr "Znovu připojit k serveru. Volitelné argumenty jsou db a host."
33
#: client/drizzle.cc:261
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
"Nastavit oddělovač příkazů. POZOR: Jako oddělovač se použije vše až na konec "
40
#: client/drizzle.cc:263
41
msgid "Send command to drizzle server, display result vertically."
42
msgstr "Odeslat rozkaz na drizzle server a zobrazit výsledek vodorovně."
44
#: client/drizzle.cc:264
45
msgid "Exit drizzle. Same as quit."
46
msgstr "Opustit drizzle. Stejné jako quit."
48
#: client/drizzle.cc:265
49
msgid "Send command to drizzle server."
50
msgstr "Odeslat rozkaz na drizzle server."
52
#: client/drizzle.cc:266
53
msgid "Display this help."
54
msgstr "Zobrazit tuto nápovědu."
56
#: client/drizzle.cc:267
57
msgid "Disable pager, print to stdout."
58
msgstr "Vypne stránkování, výstup vypíše do stdout."
60
#: client/drizzle.cc:268
61
msgid "Don't write into outfile."
62
msgstr "Nezapíše do výstupního souboru."
64
#: client/drizzle.cc:270
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
68
#: client/drizzle.cc:271
69
msgid "Print current command."
72
#: client/drizzle.cc:272
73
msgid "Change your drizzle prompt."
76
#: client/drizzle.cc:273
80
#: client/drizzle.cc:274
81
msgid "Rebuild completion hash."
84
#: client/drizzle.cc:276
85
msgid "Execute an SQL script file. Takes a file name as an argument."
88
#: client/drizzle.cc:277
89
msgid "Get status information from the server."
92
#: client/drizzle.cc:279
93
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
#: client/drizzle.cc:281
97
msgid "Use another database. Takes database name as argument."
100
#: client/drizzle.cc:283
102
"Switch to another charset. Might be needed for processing binlog with multi-"
106
#: client/drizzle.cc:285 client/drizzle.cc:1437
107
msgid "Show warnings after every statement."
110
#: client/drizzle.cc:287
111
msgid "Don't show warnings after every statement."
114
#: client/drizzle.cc:1120
115
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
118
#: client/drizzle.cc:1130
121
"Your Drizzle connection id is %u\n"
122
"Server version: %s\n"
125
#: client/drizzle.cc:1160
127
msgid "Reading history-file %s\n"
130
#: client/drizzle.cc:1165
132
msgid "Couldn't allocate memory for temp histfile!\n"
135
#: client/drizzle.cc:1172
136
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
139
#: client/drizzle.cc:1190
141
msgid "Writing history-file %s\n"
144
#: client/drizzle.cc:1199
148
#: client/drizzle.cc:1199
152
#: client/drizzle.cc:1248
153
msgid "Query aborted by Ctrl+C\n"
156
#: client/drizzle.cc:1271 client/drizzleadmin.cc:74 drizzled/drizzled.cc:3113
157
msgid "Display this help and exit."
160
#: client/drizzle.cc:1273
161
msgid "Synonym for -?"
164
#: client/drizzle.cc:1276
166
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
167
"and field completion, but startup and reconnecting may take a longer time. "
168
"Disable with --disable-auto-rehash."
171
#: client/drizzle.cc:1280
173
"No automatic rehashing. One has to use 'rehash' to get table and field "
174
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
175
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
178
#: client/drizzle.cc:1283
180
"Automatically switch to vertical output mode if the result is wider than the "
184
#: client/drizzle.cc:1286
186
"Don't use history file. Disable interactive behavior. (Enables --silent)"
189
#: client/drizzle.cc:1288 drizzled/drizzled.cc:3183
190
msgid "Directory where character sets are."
193
#: client/drizzle.cc:1290
194
msgid "Display column type information."
197
#: client/drizzle.cc:1293
199
"Preserve comments. Send comments to the server. The default is --skip-"
200
"comments (discard comments), enable with --comments"
203
#: client/drizzle.cc:1296
204
msgid "Use compression in server/client protocol."
207
#: client/drizzle.cc:1299
208
msgid "Check memory and open file usage at exit ."
211
#: client/drizzle.cc:1302
212
msgid "Print some debug info at exit."
215
#: client/drizzle.cc:1304
216
msgid "Database to use."
219
#: client/drizzle.cc:1307 drizzled/drizzled.cc:3179
220
msgid "Set the default character set."
223
#: client/drizzle.cc:1309
224
msgid "Delimiter to be used."
227
#: client/drizzle.cc:1311
228
msgid "Execute command and quit. (Disables --force and history file)"
231
#: client/drizzle.cc:1313
232
msgid "Print the output of a query (rows) vertically."
235
#: client/drizzle.cc:1316
236
msgid "Continue even if we get an sql error."
239
#: client/drizzle.cc:1320
241
"Enable named commands. Named commands mean this program's internal commands; "
242
"see drizzle> help . When enabled, the named commands can be used from any "
243
"line of the query, otherwise only from the first line, before an enter. "
244
"Disable with --disable-named-commands. This option is disabled by default."
247
#: client/drizzle.cc:1324
249
"Named commands are disabled. Use \\* form only, or use named commands only "
250
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
251
"the client now starts with this option ENABLED by default! Disable with '-"
252
"G'. Long format commands still work from the first line. WARNING: option "
253
"deprecated; use --disable-named-commands instead."
256
#: client/drizzle.cc:1326
257
msgid "Ignore space after function names."
260
#: client/drizzle.cc:1328
261
msgid "Enable/disable LOAD DATA LOCAL INFILE."
264
#: client/drizzle.cc:1331
265
msgid "Turn off beep on error."
268
#: client/drizzle.cc:1333 client/drizzleadmin.cc:76
269
msgid "Connect to host."
272
#: client/drizzle.cc:1335
273
msgid "Write line numbers for errors."
276
#: client/drizzle.cc:1338
278
"Don't write line number for errors. WARNING: -L is deprecated, use long "
279
"version of this option instead."
282
#: client/drizzle.cc:1340
283
msgid "Flush buffer after each query."
286
#: client/drizzle.cc:1342
287
msgid "Write column names in results."
290
#: client/drizzle.cc:1346
292
"Don't write column names in results. WARNING: -N is deprecated, use long "
293
"version of this options instead."
296
#: client/drizzle.cc:1349
298
"Change the value of a variable. Please note that this option is deprecated; "
299
"you can set variables directly with --variable-name=value."
302
#: client/drizzle.cc:1351
303
msgid "Ignore SIGINT (CTRL-C)"
306
#: client/drizzle.cc:1355
308
"Only update the default database. This is useful for skipping updates to "
309
"other database in the update log."
312
#: client/drizzle.cc:1358
314
"Pager to use to display results. If you don't supply an option the default "
315
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
316
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
317
"work in batch mode. Disable with --disable-pager. This option is disabled by "
321
#: client/drizzle.cc:1361
323
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
324
"option deprecated; use --disable-pager instead."
327
#: client/drizzle.cc:1364 client/drizzleadmin.cc:79
329
"Password to use when connecting to server. If password is not given it's "
330
"asked from the tty."
333
#: client/drizzle.cc:1366
335
"Port number to use for connection or 0 for default to, in order of "
336
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
339
#: client/drizzle.cc:1367
340
msgid "built-in default"
343
#: client/drizzle.cc:1370
344
msgid "Set the drizzle prompt to this value."
347
#: client/drizzle.cc:1373
348
msgid "The protocol of connection (tcp,socket,pipe,memory)."
351
#: client/drizzle.cc:1376
353
"Don't cache result, print it row by row. This may slow down the server if "
354
"the output is suspended. Doesn't use history file."
357
#: client/drizzle.cc:1378
358
msgid "Write fields without conversion. Used with --batch."
361
#: client/drizzle.cc:1381
363
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
364
"option is enabled by default."
367
#: client/drizzle.cc:1383
369
"Be more silent. Print results with a tab as separator, each row on new line."
372
#: client/drizzle.cc:1385
373
msgid "Socket file to use for connection."
376
#: client/drizzle.cc:1388
377
msgid "Output in table format."
380
#: client/drizzle.cc:1391
382
"Append everything into outfile. See interactive help (\\h) also. Does not "
383
"work in batch mode. Disable with --disable-tee. This option is disabled by "
387
#: client/drizzle.cc:1393
389
"Disable outfile. See interactive help (\\h) also. WARNING: option "
390
"deprecated; use --disable-tee instead"
393
#: client/drizzle.cc:1396 client/drizzleadmin.cc:89
394
msgid "User for login if not current user."
397
#: client/drizzle.cc:1399
398
msgid "Only allow UPDATE and DELETE that uses keys."
401
#: client/drizzle.cc:1402
402
msgid "Synonym for option --safe-updates, -U."
405
#: client/drizzle.cc:1405
406
msgid "Write more. (-v -v -v gives the table output format)."
409
#: client/drizzle.cc:1407 client/drizzleadmin.cc:94 drizzled/drizzled.cc:3647
410
msgid "Output version information and exit."
413
#: client/drizzle.cc:1409 client/drizzleadmin.cc:96
414
msgid "Wait and retry if connection is down."
417
#: client/drizzle.cc:1412
418
msgid "Number of seconds before connection timeout."
421
#: client/drizzle.cc:1417
422
msgid "Max packet length to send to, or receive from server"
425
#: client/drizzle.cc:1422
426
msgid "Buffer for TCP/IP and socket communication"
429
#: client/drizzle.cc:1426
430
msgid "Automatic limit for SELECT when using --safe-updates"
433
#: client/drizzle.cc:1431
434
msgid "Automatic limit for rows in a join when using --safe-updates"
437
#: client/drizzle.cc:1435
438
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
441
#: client/drizzle.cc:1448
443
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
446
#: client/drizzle.cc:1455
449
"Copyright (C) 2000-2008 MySQL AB\n"
450
" This software comes with ABSOLUTELY NO "
451
"WARRANTY. This is free software,\n"
452
" and you are welcome to modify and redistribute it under the GPL license\n"
455
#: client/drizzle.cc:1459
457
msgid "Usage: %s [OPTIONS] [database]\n"
460
#: client/drizzle.cc:1492
461
msgid "DELIMITER cannot contain a backslash character"
464
#: client/drizzle.cc:1513
466
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
469
#: client/drizzle.cc:1536
471
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
474
#: client/drizzle.cc:1540
476
msgid "WARNING: --server-arg option not supported in this configuration.\n"
479
#: client/drizzle.cc:1912
481
msgid "Unknown command '\\%c'."
484
#: client/drizzle.cc:2339
486
"Reading table information for completion of table and column names\n"
487
" You can turn off this feature to get a quicker startup with -A\n"
491
#: client/drizzle.cc:2436
492
msgid "No connection. Trying to reconnect..."
495
#: client/drizzle.cc:2442
496
msgid "Can't connect to the server\n"
499
#: client/drizzle.cc:2499
503
#: client/drizzle.cc:2499
507
#: client/drizzle.cc:2550
512
#: client/drizzle.cc:2551
519
#: client/drizzle.cc:2553
526
#: client/drizzle.cc:2566
527
msgid "Many help items for your request exist."
530
#: client/drizzle.cc:2567
532
"To make a more specific request, please type 'help <item>',\n"
533
"where <item> is one of the following"
536
#: client/drizzle.cc:2573
538
msgid "You asked for help about help category: '%s'\n"
541
#: client/drizzle.cc:2574
543
"For more information, type 'help <item>', where <item> is one of the "
547
#: client/drizzle.cc:2587
553
#: client/drizzle.cc:2588
554
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
557
#: client/drizzle.cc:2610
558
msgid "List of all Drizzle commands:"
561
#: client/drizzle.cc:2612
562
msgid "Note that all text commands must be first on line and end with ';'"
565
#: client/drizzle.cc:2623
568
"For server side help, type 'help contents'\n"
571
#: client/drizzle.cc:2648
572
msgid "Usage: \\C char_setname | charset charset_name"
575
#: client/drizzle.cc:2658
576
msgid "Charset changed"
579
#: client/drizzle.cc:2660
580
msgid "Charset is not found"
583
#: client/drizzle.cc:2691
584
msgid "No query specified\n"
587
#: client/drizzle.cc:2706
588
msgid "Ignoring query to other database"
591
#: client/drizzle.cc:2755
595
#: client/drizzle.cc:2768
597
msgid "%ld row in set"
598
msgid_plural "%ld rows in set"
602
#: client/drizzle.cc:2777
606
#: client/drizzle.cc:2779
608
msgid "Query OK, %ld row affected"
609
msgid_plural "Query OK, %ld rows affected"
613
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:3438
615
"Port number to use for connection or 0 for default to, in order of "
616
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
619
#: client/drizzleadmin.cc:86
620
msgid "Silently exit if one can't connect to server."
623
#: client/drizzleadmin.cc:92
624
msgid "Write more information."
627
#: client/drizzleadmin.cc:259
630
"connect to server at '%s' failed\n"
634
#: client/drizzleadmin.cc:265
636
msgid "Check that drizzled is running on %s"
639
#: client/drizzleadmin.cc:266
641
msgid " and that the port is %d.\n"
644
#: client/drizzleadmin.cc:268
646
msgid "You can check this by doing 'telnet %s %d'\n"
649
#: client/drizzleadmin.cc:279
651
msgid "Got error: %s\n"
654
#: client/drizzleadmin.cc:286
655
msgid "Waiting for Drizzle server to answer"
658
#: client/drizzleadmin.cc:319
660
msgid "shutting down drizzled...\n"
663
#: client/drizzleadmin.cc:323
665
msgid "shutdown failed; error: '%s'"
668
#: client/drizzleadmin.cc:330
673
#: client/drizzleadmin.cc:340
674
msgid "drizzled is alive"
677
#: client/drizzleadmin.cc:348
678
msgid "connection was down, but drizzled is now alive"
681
#: client/drizzleadmin.cc:352
683
msgid "drizzled doesn't answer to ping, error: '%s'"
686
#: client/drizzleadmin.cc:361
688
msgid "Unknown command: '%-.60s'"
691
#: client/drizzleadmin.cc:370
693
msgid "%s Ver %s Distrib %s, for %s on %s\n"
696
#: client/drizzleadmin.cc:377
697
msgid "Copyright (C) 2000-2008 MySQL AB"
700
#: client/drizzleadmin.cc:378
702
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
703
"and you are welcome to modify and redistribute it under the GPL license\n"
706
#: client/drizzleadmin.cc:379
707
msgid "Administration program for the drizzled daemon."
710
#: client/drizzleadmin.cc:380
712
msgid "Usage: %s [OPTIONS] command command....\n"
715
#: client/drizzleadmin.cc:382
717
" ping Check if server is down\n"
718
" shutdown Take server down\n"
721
#: libdrizzle/client.c:679
723
msgid "Unknown option to protocol: %s\n"
726
#: libdrizzle/client.c:1159
728
msgid "COLLATION %s is not valid for CHARACTER SET %s"
731
#: libdrizzle/errmsg.c:29
732
msgid "Unknown Drizzle error"
735
#: libdrizzle/errmsg.c:30
737
msgid "Can't create UNIX socket (%d)"
740
#: libdrizzle/errmsg.c:31
742
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
745
#: libdrizzle/errmsg.c:32
747
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
750
#: libdrizzle/errmsg.c:33
752
msgid "Can't create TCP/IP socket (%d)"
755
#: libdrizzle/errmsg.c:34
757
msgid "Unknown Drizzle server host '%-.100s' (%d)"
760
#: libdrizzle/errmsg.c:35
761
msgid "Drizzle server has gone away"
764
#: libdrizzle/errmsg.c:36
766
msgid "Protocol mismatch; server version = %d, client version = %d"
769
#: libdrizzle/errmsg.c:37
770
msgid "Drizzle client ran out of memory"
773
#: libdrizzle/errmsg.c:38
774
msgid "Wrong host info"
777
#: libdrizzle/errmsg.c:39
778
msgid "Localhost via UNIX socket"
781
#: libdrizzle/errmsg.c:40
783
msgid "%-.100s via TCP/IP"
786
#: libdrizzle/errmsg.c:41
787
msgid "Error in server handshake"
790
#: libdrizzle/errmsg.c:42
791
msgid "Lost connection to Drizzle server during query"
794
#: libdrizzle/errmsg.c:43
795
msgid "Commands out of sync; you can't run this command now"
798
#: libdrizzle/errmsg.c:44
800
msgid "Named pipe: %-.32s"
803
#: libdrizzle/errmsg.c:45
805
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
808
#: libdrizzle/errmsg.c:46
810
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
813
#: libdrizzle/errmsg.c:47
815
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
818
#: libdrizzle/errmsg.c:48
820
msgid "Can't initialize character set %-.32s (path: %-.100s)"
823
#: libdrizzle/errmsg.c:49
824
msgid "Got packet bigger than 'max_allowed_packet' bytes"
827
#: libdrizzle/errmsg.c:50
828
msgid "Embedded server"
831
#: libdrizzle/errmsg.c:51
832
msgid "Error on SHOW SLAVE STATUS:"
835
#: libdrizzle/errmsg.c:52
836
msgid "Error on SHOW SLAVE HOSTS:"
839
#: libdrizzle/errmsg.c:53
840
msgid "Error connecting to slave:"
843
#: libdrizzle/errmsg.c:54
844
msgid "Error connecting to master:"
847
#: libdrizzle/errmsg.c:55
848
msgid "SSL connection error"
851
#: libdrizzle/errmsg.c:56
852
msgid "Malformed packet"
855
#: libdrizzle/errmsg.c:57 libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69
856
#: libdrizzle/errmsg.c:70 libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72
857
#: libdrizzle/errmsg.c:73 libdrizzle/errmsg.c:74 libdrizzle/errmsg.c:75
858
#: libdrizzle/errmsg.c:76
859
msgid "(unused error message)"
862
#: libdrizzle/errmsg.c:58
863
msgid "Invalid use of null pointer"
866
#: libdrizzle/errmsg.c:59
867
msgid "Statement not prepared"
870
#: libdrizzle/errmsg.c:60
871
msgid "No data supplied for parameters in prepared statement"
874
#: libdrizzle/errmsg.c:61
875
msgid "Data truncated"
878
#: libdrizzle/errmsg.c:62
879
msgid "No parameters exist in the statement"
882
#: libdrizzle/errmsg.c:63
883
msgid "Invalid parameter number"
886
#: libdrizzle/errmsg.c:64
889
"Can't send long data for non-string/non-binary data types (parameter: %d)"
892
#: libdrizzle/errmsg.c:66
894
msgid "Using unsupported buffer type: %d (parameter: %d)"
897
#: libdrizzle/errmsg.c:67
899
msgid "Shared memory: %-.100s"
902
#: libdrizzle/errmsg.c:77
903
msgid "Wrong or unknown protocol"
906
#: libdrizzle/errmsg.c:78
907
msgid "Invalid connection handle"
910
#: libdrizzle/errmsg.c:79
912
"Connection using old (pre-4.1.1) authentication protocol refused (client "
913
"option 'secure_auth' enabled)"
916
#: libdrizzle/errmsg.c:81
917
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
920
#: libdrizzle/errmsg.c:82
921
msgid "Attempt to read column without prior row fetch"
924
#: libdrizzle/errmsg.c:83
925
msgid "Prepared statement contains no metadata"
928
#: libdrizzle/errmsg.c:84
930
"Attempt to read a row while there is no result set associated with the "
934
#: libdrizzle/errmsg.c:86
935
msgid "This feature is not implemented yet"
938
#: libdrizzle/errmsg.c:87
941
"Lost connection to Drizzle server while waiting for initial communication "
942
"packet, system error: %d"
945
#: libdrizzle/errmsg.c:89
948
"Lost connection to Drizzle server while reading initial communication "
949
"packet, system error: %d"
952
#: libdrizzle/errmsg.c:91
955
"Lost connection to Drizzle server while sending authentication information, "
959
#: libdrizzle/errmsg.c:93
962
"Lost connection to Drizzle server while reading authorization information, "
966
#: libdrizzle/errmsg.c:95
969
"Lost connection to Drizzle server while setting initial database, system "
973
#: libdrizzle/errmsg.c:97
975
msgid "Statement closed indirectly because of a preceeding %s() call"
978
#: libdrizzle/local_infile.c:184 mysys/errors.c:52
980
msgid "File '%s' not found (Errcode: %d)"
983
#: libdrizzle/local_infile.c:215 mysys/errors.c:26
985
msgid "Error reading file '%s' (Errcode: %d)"
990
msgid "Can't create/write to file '%s' (Errcode: %d)"
995
msgid "Error writing file '%s' (Errcode: %d)"
1000
msgid "Error on close of '%s' (Errcode: %d)"
1003
#: mysys/errors.c:29
1005
msgid "Out of memory (Needed %u bytes)"
1008
#: mysys/errors.c:30
1010
msgid "Error on delete of '%s' (Errcode: %d)"
1013
#: mysys/errors.c:31
1015
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1018
#: mysys/errors.c:32
1020
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1023
#: mysys/errors.c:33
1025
msgid "Can't lock file (Errcode: %d)"
1028
#: mysys/errors.c:34
1030
msgid "Can't unlock file (Errcode: %d)"
1033
#: mysys/errors.c:35
1035
msgid "Can't read dir of '%s' (Errcode: %d)"
1038
#: mysys/errors.c:36
1040
msgid "Can't get stat of '%s' (Errcode: %d)"
1043
#: mysys/errors.c:37
1045
msgid "Can't change size of file (Errcode: %d)"
1048
#: mysys/errors.c:38
1050
msgid "Can't open stream from handle (Errcode: %d)"
1053
#: mysys/errors.c:39
1055
msgid "Can't get working dirctory (Errcode: %d)"
1058
#: mysys/errors.c:40
1060
msgid "Can't change dir to '%s' (Errcode: %d)"
1063
#: mysys/errors.c:41
1065
msgid "Warning: '%s' had %d links"
1068
#: mysys/errors.c:42
1070
msgid "Warning: %d files and %d streams is left open\n"
1073
#: mysys/errors.c:43
1075
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1078
#: mysys/errors.c:44
1080
msgid "Can't create directory '%s' (Errcode: %d)"
1083
#: mysys/errors.c:45
1086
"Character set '%s' is not a compiled character set and is not specified in "
1090
#: mysys/errors.c:46
1092
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1095
#: mysys/errors.c:47
1097
msgid "Can't read value for symlink '%s' (Error %d)"
1100
#: mysys/errors.c:48
1102
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1105
#: mysys/errors.c:49
1107
msgid "Error on realpath() on '%s' (Error %d)"
1110
#: mysys/errors.c:50
1112
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1115
#: mysys/errors.c:51
1118
"Collation '%s' is not a compiled collation and is not specified in the %s "
1122
#: mysys/errors.c:53
1124
msgid "File '%s' (fileno: %d) was not closed"
1127
#: mysys/my_error.c:86
1129
msgid "Unknown error %d"
1132
#: mysys/my_getopt.c:83
1136
#: mysys/my_getopt.c:85
1140
#: mysys/my_getopt.c:350
1142
msgid "%s: %s: Option '%s' used, but is disabled\n"
1145
#: mysys/my_getopt.c:351
1149
#: mysys/my_getopt.c:351
1153
#: mysys/my_getopt.c:454
1155
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1158
#: mysys/my_getopt.c:767
1160
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1163
#: mysys/my_getopt.c:948
1165
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1168
#: mysys/my_getopt.c:1170
1170
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1173
#: mysys/my_getopt.c:1190
1177
"Variables (--variable-name=value)\n"
1178
"and boolean options {false|true} Value (after reading options)\n"
1179
"--------------------------------- -----------------------------\n"
1182
#: mysys/my_getopt.c:1206 mysys/my_getopt.c:1222
1183
msgid "(No default value)"
1186
#: mysys/my_getopt.c:1225
1190
#: mysys/my_getopt.c:1225
1194
#: mysys/my_getopt.c:1250
1196
msgid "(Disabled)\n"
1199
#: mysys/my_handler_errors.h:10
1200
msgid "Didn't find key on read or update"
1203
#: mysys/my_handler_errors.h:12
1204
msgid "Duplicate key on write or update"
1207
#: mysys/my_handler_errors.h:14
1208
msgid "Internal (unspecified) error in handler"
1211
#: mysys/my_handler_errors.h:16
1213
"Someone has changed the row since it was read (while the table was locked to "
1217
#: mysys/my_handler_errors.h:18
1218
msgid "Wrong index given to function"
1221
#: mysys/my_handler_errors.h:20
1222
msgid "Undefined handler error 125"
1225
#: mysys/my_handler_errors.h:22
1226
msgid "Index file is crashed"
1229
#: mysys/my_handler_errors.h:24
1230
msgid "Record file is crashed"
1233
#: mysys/my_handler_errors.h:26
1234
msgid "Out of memory in engine"
1237
#: mysys/my_handler_errors.h:28
1238
msgid "Undefined handler error 129"
1241
#: mysys/my_handler_errors.h:30
1242
msgid "Incorrect file format"
1245
#: mysys/my_handler_errors.h:32
1246
msgid "Command not supported by database"
1249
#: mysys/my_handler_errors.h:34
1250
msgid "Old database file"
1253
#: mysys/my_handler_errors.h:36
1254
msgid "No record read before update"
1257
#: mysys/my_handler_errors.h:38
1258
msgid "Record was already deleted (or record file crashed)"
1261
#: mysys/my_handler_errors.h:40
1262
msgid "No more room in record file"
1265
#: mysys/my_handler_errors.h:42
1266
msgid "No more room in index file"
1269
#: mysys/my_handler_errors.h:44
1270
msgid "No more records (read after end of file)"
1273
#: mysys/my_handler_errors.h:46
1274
msgid "Unsupported extension used for table"
1277
#: mysys/my_handler_errors.h:48
1281
#: mysys/my_handler_errors.h:50
1282
msgid "Wrong create options"
1285
#: mysys/my_handler_errors.h:52
1286
msgid "Duplicate unique key or constraint on write or update"
1289
#: mysys/my_handler_errors.h:54
1290
msgid "Unknown character set used in table"
1293
#: mysys/my_handler_errors.h:56
1294
msgid "Conflicting table definitions in sub-tables of MERGE table"
1297
#: mysys/my_handler_errors.h:58
1298
msgid "Table is crashed and last repair failed"
1301
#: mysys/my_handler_errors.h:60
1302
msgid "Table was marked as crashed and should be repaired"
1305
#: mysys/my_handler_errors.h:62
1306
msgid "Lock timed out; Retry transaction"
1309
#: mysys/my_handler_errors.h:64
1310
msgid "Lock table is full; Restart program with a larger locktable"
1313
#: mysys/my_handler_errors.h:66
1314
msgid "Updates are not allowed under a read only transactions"
1317
#: mysys/my_handler_errors.h:68
1318
msgid "Lock deadlock; Retry transaction"
1321
#: mysys/my_handler_errors.h:70
1322
msgid "Foreign key constraint is incorrectly formed"
1325
#: mysys/my_handler_errors.h:72
1326
msgid "Cannot add a child row"
1329
#: mysys/my_handler_errors.h:74
1330
msgid "Cannot delete a parent row"
1333
#: mysys/my_handler_errors.h:76
1334
msgid "No savepoint with that name"
1337
#: mysys/my_handler_errors.h:78
1338
msgid "Non unique key block size"
1341
#: mysys/my_handler_errors.h:80
1342
msgid "The table does not exist in engine"
1345
#: mysys/my_handler_errors.h:82
1346
msgid "The table already existed in storage engine"
1349
#: mysys/my_handler_errors.h:84
1350
msgid "Could not connect to storage engine"
1353
#: mysys/my_handler_errors.h:86
1354
msgid "Unexpected null pointer found when using spatial index"
1357
#: mysys/my_handler_errors.h:88
1358
msgid "The table changed in storage engine"
1361
#: mysys/my_handler_errors.h:90
1362
msgid "There's no partition in table for the given value"
1365
#: mysys/my_handler_errors.h:92
1366
msgid "Row-based binlogging of row failed"
1369
#: mysys/my_handler_errors.h:94
1370
msgid "Index needed in foreign key constraint"
1373
#: mysys/my_handler_errors.h:96
1374
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1377
#: mysys/my_handler_errors.h:98
1378
msgid "Table needs to be upgraded before it can be used"
1381
#: mysys/my_handler_errors.h:100
1382
msgid "Table is read only"
1385
#: mysys/my_handler_errors.h:102
1386
msgid "Failed to get next auto increment value"
1389
#: mysys/my_handler_errors.h:104
1390
msgid "Failed to set row auto increment value"
1393
#: mysys/my_handler_errors.h:106
1394
msgid "Unknown (generic) error from engine"
1397
#: mysys/my_handler_errors.h:108
1398
msgid "Record is the same"
1401
#: mysys/my_handler_errors.h:110
1402
msgid "It is not possible to log this statement"
1405
#: mysys/my_handler_errors.h:112
1406
msgid "Tablespace exists"
1409
#: mysys/my_handler_errors.h:114
1410
msgid "The event was corrupt, leading to illegal data being read"
1413
#: mysys/my_handler_errors.h:116
1414
msgid "The table is of a new format not supported by this version"
1417
#: mysys/my_handler_errors.h:118
1418
msgid "The event could not be processed no other hanlder error happened"
1421
#: mysys/my_handler_errors.h:120
1422
msgid "Got a fatal error during initialzaction of handler"
1425
#: mysys/my_handler_errors.h:122
1426
msgid "File to short; Expected more data in file"
1429
#: mysys/my_handler_errors.h:124
1430
msgid "Read page with wrong checksum"
1433
#: mysys/my_handler_errors.h:126
1434
msgid "Lock or active transaction"
1437
#: mysys/my_handler_errors.h:128
1438
msgid "No such table space"
1441
#: mysys/my_handler_errors.h:130
1442
msgid "Tablespace not empty"
1445
#: drizzled/authentication.cc:46 drizzled/handler.cc:362
1446
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4655
1447
#: drizzled/sql_udf.cc:100
1449
msgid "Plugin '%s' init function returned error."
1452
#: drizzled/drizzled.cc:559
1454
msgid "Got error %d from pthread_cond_timedwait"
1457
#: drizzled/drizzled.cc:699 drizzled/drizzled.cc:1788
1458
msgid "Can't create thread to kill server"
1461
#: drizzled/drizzled.cc:766
1463
msgid "Got signal %d from thread %ld"
1466
#: drizzled/drizzled.cc:800
1470
#: drizzled/drizzled.cc:997
1471
msgid "One can only use the --user switch if running as root\n"
1474
#: drizzled/drizzled.cc:1005
1476
"Fatal error: Please read \"Security\" section of the manual to find out how "
1477
"to run mysqld as root!\n"
1480
#: drizzled/drizzled.cc:1029
1483
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1487
#: drizzled/drizzled.cc:1204
1489
msgid "Retrying bind on TCP/IP port %u"
1492
#: drizzled/drizzled.cc:1210
1493
msgid "Can't start server: Bind on TCP/IP port"
1496
#: drizzled/drizzled.cc:1211
1498
msgid "Do you already have another drizzled server running on port: %d ?"
1501
#: drizzled/drizzled.cc:1217
1502
msgid "Can't start server: listen() on TCP/IP port"
1505
#: drizzled/drizzled.cc:1218
1507
msgid "listen() on TCP/IP failed with error %d"
1510
#: drizzled/drizzled.cc:1436
1515
#: drizzled/drizzled.cc:1454
1518
"We will try our best to scrape up some info that will hopefully help "
1520
"the problem, but since we have already crashed, something is definitely "
1522
"and this may fail.\n"
1526
#: drizzled/drizzled.cc:1465
1529
"It is possible that mysqld could use up to \n"
1530
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1532
"Hope that's ok; if not, decrease some variables in the equation.\n"
1536
#: drizzled/drizzled.cc:1483
1539
"Attempting backtrace. You can use the following information to find out\n"
1540
"where mysqld died. If you see no messages after this, something went\n"
1541
"terribly wrong...\n"
1544
#: drizzled/drizzled.cc:1511
1547
"Trying to get some variables.\n"
1548
"Some pointers may be invalid and cause the dump to abort...\n"
1551
#: drizzled/drizzled.cc:1523
1555
"This crash occured while the server was calling initgroups(). This is\n"
1556
"often due to the use of a drizzled that is statically linked against glibc\n"
1557
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1558
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1559
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1560
"drizzled that is not statically linked.\n"
1563
#: drizzled/drizzled.cc:1538
1567
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1568
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1569
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1570
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1571
"the documentation for your distribution on how to do that.\n"
1574
#: drizzled/drizzled.cc:1551
1578
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1579
"unreliable and unstable on some operating systems and operating-system\n"
1580
"versions (notably, some versions of Linux). This crash could be due to use\n"
1581
"of those buggy OS calls. You should consider whether you really need the\n"
1582
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1586
#: drizzled/drizzled.cc:1566
1588
msgid "Writing a core file\n"
1591
#: drizzled/drizzled.cc:1613
1593
"setrlimit could not change the size of core files to 'infinity'; We may not "
1594
"be able to generate a core file on signals"
1597
#: drizzled/drizzled.cc:1681
1599
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1602
#: drizzled/drizzled.cc:1769
1604
msgid "Got signal %d to shutdown mysqld"
1607
#: drizzled/drizzled.cc:1815
1609
msgid "Got signal: %d error: %d"
1612
#: drizzled/drizzled.cc:1954
1614
msgid "Wrong date/time format specifier: %s\n"
1617
#: drizzled/drizzled.cc:2083
1619
msgid "gethostname failed, using '%s' as hostname"
1622
#: drizzled/drizzled.cc:2147
1625
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1628
#: drizzled/drizzled.cc:2152
1631
"Could not increase number of max_open_files to more than %u (request: %u)"
1634
#: drizzled/drizzled.cc:2233
1636
msgid "Unknown locale: '%s'"
1639
#: drizzled/drizzled.cc:2253
1641
"Although a path was specified for the --log option, log tables are used. To "
1642
"enable logging to files use the --log-output option."
1645
#: drizzled/drizzled.cc:2260
1647
"Although a path was specified for the --log-slow-queries option, log tables "
1648
"are used. To enable logging to files use the --log-output=file option."
1651
#: drizzled/drizzled.cc:2328
1652
msgid "Can't create thread-keys"
1655
#: drizzled/drizzled.cc:2375
1656
msgid "Out of memory"
1659
#: drizzled/drizzled.cc:2382
1660
msgid "You need to use --log-bin to make --binlog-format work."
1663
#: drizzled/drizzled.cc:2404
1665
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1666
"impossible, it would lead to infinite loops in this server."
1669
#: drizzled/drizzled.cc:2424
1672
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1673
"replication may break when this Drizzle server acts as a master and has his "
1674
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1677
#: drizzled/drizzled.cc:2458
1678
msgid "Failed to initialize plugins."
1681
#: drizzled/drizzled.cc:2489
1684
"%s: Too many arguments (first extra is '%s').\n"
1685
"Use --verbose --help to get a list of available options\n"
1688
#: drizzled/drizzled.cc:2499
1689
msgid "Can't init databases"
1692
#: drizzled/drizzled.cc:2522
1694
msgid "Unknown/unsupported table type: %s"
1697
#: drizzled/drizzled.cc:2528
1699
msgid "Default storage engine (%s) is not available"
1702
#: drizzled/drizzled.cc:2551
1703
msgid "Can't initialize tc_log"
1706
#: drizzled/drizzled.cc:2582
1708
msgid "Failed to lock memory. Errno: %d\n"
1711
#: drizzled/drizzled.cc:2652
1713
msgid "Asked for %u thread stack, but got %llu"
1716
#: drizzled/drizzled.cc:2688
1718
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1719
"value: we force server id to 1; updates will be logged to the binary log, "
1720
"but connections from slaves will not be accepted."
1723
#: drizzled/drizzled.cc:2746
1724
msgid "Before Lock_thread_count"
1727
#: drizzled/drizzled.cc:2753
1728
msgid "After lock_thread_count"
1731
#: drizzled/drizzled.cc:2862
1733
msgid "drizzled: Got error %d from select"
1736
#: drizzled/drizzled.cc:3117 drizzled/drizzled.cc:3236
1737
#: drizzled/drizzled.cc:3406
1738
msgid "Option used by mysql-test for debugging and testing of replication."
1741
#: drizzled/drizzled.cc:3121
1742
msgid "Auto-increment columns are incremented by this"
1745
#: drizzled/drizzled.cc:3126
1747
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1751
#: drizzled/drizzled.cc:3132
1753
"Path to installation directory. All paths are usually resolved relative to "
1757
#: drizzled/drizzled.cc:3136
1758
msgid "IP address to bind to."
1761
#: drizzled/drizzled.cc:3140
1763
"Does not have any effect without '--log-bin'. Tell the master the form of "
1764
"binary logging to use: either 'row' for row-based binary logging, or "
1765
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1766
"statement-based binary logging except for those statements where only row-"
1767
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1768
"the UUID() function; for those, row-based binary logging is automatically "
1772
#: drizzled/drizzled.cc:3150
1774
"Tells the master it should log updates for the specified database, and "
1775
"exclude all others not explicitly mentioned."
1778
#: drizzled/drizzled.cc:3154
1780
"Tells the master that updates to the given database should not be logged "
1784
#: drizzled/drizzled.cc:3158
1786
"The maximum size of a row-based binary log event in bytes. Rows will be "
1787
"grouped into events smaller than this size if possible. The value has to be "
1788
"a multiple of 256."
1791
#: drizzled/drizzled.cc:3169
1792
msgid "Don't ignore client side character set value sent during handshake."
1795
#: drizzled/drizzled.cc:3174
1796
msgid "Set the filesystem character set."
1799
#: drizzled/drizzled.cc:3186
1800
msgid "Chroot mysqld daemon during startup."
1803
#: drizzled/drizzled.cc:3190
1804
msgid "Set the default collation."
1807
#: drizzled/drizzled.cc:3194
1808
msgid "Default completion type."
1811
#: drizzled/drizzled.cc:3199
1812
msgid "Write error output on screen."
1815
#: drizzled/drizzled.cc:3203
1816
msgid "Write core on errors."
1819
#: drizzled/drizzled.cc:3207
1820
msgid "Path to the database root."
1823
#: drizzled/drizzled.cc:3211
1825
"Set the default character set (deprecated option, use --character-set-server "
1829
#: drizzled/drizzled.cc:3216
1831
"Set the default collation (deprecated option, use --collation-server "
1835
#: drizzled/drizzled.cc:3221
1836
msgid "Set the default storage engine (table type) for tables."
1839
#: drizzled/drizzled.cc:3225
1840
msgid "Set the default time zone."
1843
#: drizzled/drizzled.cc:3229
1844
msgid "Type of DELAY_KEY_WRITE."
1847
#: drizzled/drizzled.cc:3232
1849
"Don't flush key buffers between writes for any MyISAM table (Deprecated "
1850
"option, use --delay-key-write=all instead)."
1853
#: drizzled/drizzled.cc:3242
1854
msgid "Print a symbolic stack trace on failure."
1857
#: drizzled/drizzled.cc:3248
1858
msgid "Push supported query conditions to the storage engine."
1861
#: drizzled/drizzled.cc:3254
1862
msgid "Used for debugging; Use at your own risk!"
1865
#: drizzled/drizzled.cc:3257
1866
msgid "Flush tables to disk between SQL commands."
1869
#: drizzled/drizzled.cc:3262
1870
msgid "Set up signals usable for debugging"
1873
#: drizzled/drizzled.cc:3266
1874
msgid "Enable general query log"
1877
#: drizzled/drizzled.cc:3270
1878
msgid "Command(s) that are executed for each new connection"
1881
#: drizzled/drizzled.cc:3274
1882
msgid "Read SQL commands from this file at startup."
1885
#: drizzled/drizzled.cc:3278
1886
msgid "Command(s) that are executed when a slave connects to this master"
1889
#: drizzled/drizzled.cc:3282
1893
#: drizzled/drizzled.cc:3286
1894
msgid "Set the language used for the month names and the days of the week."
1897
#: drizzled/drizzled.cc:3291
1898
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1901
#: drizzled/drizzled.cc:3296
1902
msgid "Log connections and queries to file."
1905
#: drizzled/drizzled.cc:3300
1907
"Log update queries in binary format. Optional argument is the location for "
1908
"the binary log files.(Strongly recommended to avoid replication problems if "
1909
"server's hostname changes)"
1912
#: drizzled/drizzled.cc:3307
1913
msgid "File that holds the names for last binary log files."
1916
#: drizzled/drizzled.cc:3315
1918
"If equal to 0 (the default), then when --log-bin is used, creation of a "
1919
"stored function (or trigger) is allowed only to users having the SUPER "
1920
"privilege and only if this stored function (trigger) may not break binary "
1921
"logging. Note that if ALL connections to this server ALWAYS use row-based "
1922
"binary logging, the security issues do not exist and the binary logging "
1923
"cannot break, so you can safely set this to 1."
1926
#: drizzled/drizzled.cc:3324
1927
msgid "Error log file."
1930
#: drizzled/drizzled.cc:3328
1931
msgid "Log all MyISAM changes to file."
1934
#: drizzled/drizzled.cc:3332
1936
"Log some extra information to update log. Please note that this option is "
1937
"deprecated; see --log-queries-not-using-indexes option."
1940
#: drizzled/drizzled.cc:3337
1942
"Syntax: log-output[=value[,value...]], where \"value\" could be TABLE, FILE "
1946
#: drizzled/drizzled.cc:3343
1948
"Log queries that are executed without benefit of any index to the slow log "
1952
#: drizzled/drizzled.cc:3349
1954
"Tells the slave to log the updates from the slave thread to the binary log. "
1955
"You will need to turn it on if you plan to daisy-chain the slaves."
1958
#: drizzled/drizzled.cc:3356
1960
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
1961
"slow log if it is open."
1964
#: drizzled/drizzled.cc:3362
1966
"Log slow statements executed by slave thread to the slow log if it is open."
1969
#: drizzled/drizzled.cc:3368
1971
"Log slow queries to a table or log file. Defaults logging to table mysql."
1972
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
1973
"to activate other slow log options."
1976
#: drizzled/drizzled.cc:3374
1978
"Path to transaction coordinator log (used for transactions that affect more "
1979
"than one storage engine, when binary log is disabled)"
1982
#: drizzled/drizzled.cc:3380
1983
msgid "Size of transaction coordinator log."
1986
#: drizzled/drizzled.cc:3386
1987
msgid "Log some not critical warnings to the log file."
1990
#: drizzled/drizzled.cc:3391
1991
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1994
#: drizzled/drizzled.cc:3396
1996
"The location and name of the file that remembers the master and where the I/"
1997
"O replication thread is in the master's binlogs."
2000
#: drizzled/drizzled.cc:3401
2002
"The number of tries the slave will make to connect to the master before "
2006
#: drizzled/drizzled.cc:3410
2007
msgid "Lock mysqld in memory."
2010
#: drizzled/drizzled.cc:3414
2012
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2013
"BACKUP, FORCE or QUICK."
2016
#: drizzled/drizzled.cc:3419
2017
msgid "Use very new possible 'unsafe' functions."
2020
#: drizzled/drizzled.cc:3424
2021
msgid "Use old, non-optimized alter table."
2024
#: drizzled/drizzled.cc:3429
2026
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2027
"each user+host vs. per account)"
2030
#: drizzled/drizzled.cc:3434
2031
msgid "Pid file used by safe_mysqld."
2034
#: drizzled/drizzled.cc:3444
2036
"Maximum time in seconds to wait for the port to become free. (Default: no "
2040
#: drizzled/drizzled.cc:3449
2041
msgid "The location and name to use for relay logs."
2044
#: drizzled/drizzled.cc:3453
2046
"The location and name to use for the file that keeps a list of the last "
2050
#: drizzled/drizzled.cc:3458
2052
"The location and name of the file that remembers where the SQL replication "
2053
"thread is in the relay logs."
2056
#: drizzled/drizzled.cc:3463
2058
"Tells the slave thread to restrict replication to the specified database. To "
2059
"specify more than one database, use the directive multiple times, once for "
2060
"each database. Note that this will only work if you do not use cross-"
2061
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2062
"having selected a different or no database. If you need cross database "
2063
"updates to work, use replicate-wild-do-table=db_name.%."
2066
#: drizzled/drizzled.cc:3472
2068
"Tells the slave thread to restrict replication to the specified table. To "
2069
"specify more than one table, use the directive multiple times, once for each "
2070
"table. This will work for cross-database updates, in contrast to replicate-"
2074
#: drizzled/drizzled.cc:3478
2076
"Tells the slave thread to not replicate to the specified database. To "
2077
"specify more than one database to ignore, use the directive multiple times, "
2078
"once for each database. This option will not work if you use cross database "
2079
"updates. If you need cross database updates to work, use replicate-wild-"
2080
"ignore-table=db_name.%. "
2083
#: drizzled/drizzled.cc:3485
2085
"Tells the slave thread to not replicate to the specified table. To specify "
2086
"more than one table to ignore, use the directive multiple times, once for "
2087
"each table. This will work for cross-datbase updates, in contrast to "
2088
"replicate-ignore-db."
2091
#: drizzled/drizzled.cc:3491
2093
"Updates to a database with a different name than the original. Example: "
2094
"replicate-rewrite-db=master_db_name->slave_db_name."
2097
#: drizzled/drizzled.cc:3495
2099
"In replication, if set to 1, do not skip events having our server id. "
2100
"Default value is 0 (to break infinite loops in circular replication). Can't "
2101
"be set to 1 if --log-slave-updates is used."
2104
#: drizzled/drizzled.cc:3502
2106
"Tells the slave thread to restrict replication to the tables that match the "
2107
"specified wildcard pattern. To specify more than one table, use the "
2108
"directive multiple times, once for each table. This will work for cross-"
2109
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2110
"only updates to tables in all databases that start with foo and whose table "
2111
"names start with bar."
2114
#: drizzled/drizzled.cc:3510
2116
"Tells the slave thread to not replicate to the tables that match the given "
2117
"wildcard pattern. To specify more than one table to ignore, use the "
2118
"directive multiple times, once for each table. This will work for cross-"
2119
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2120
"updates to tables in databases that start with foo and whose table names "
2124
#: drizzled/drizzled.cc:3519
2126
"Hostname or IP of the slave to be reported to to the master during slave "
2127
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2128
"you do not want the slave to register itself with the master. Note that it "
2129
"is not sufficient for the master to simply read the IP of the slave off the "
2130
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2131
"may not be valid for connecting to the slave from the master or other hosts."
2134
#: drizzled/drizzled.cc:3532
2136
"Port for connecting to slave reported to the master during slave "
2137
"registration. Set it only if the slave is listening on a non-default port or "
2138
"if you have a special tunnel from the master or other clients to the slave. "
2139
"If not sure, leave this option unset."
2142
#: drizzled/drizzled.cc:3539
2143
msgid "Skip some optimize stages (for testing)."
2146
#: drizzled/drizzled.cc:3542
2148
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2149
"specified directory"
2152
#: drizzled/drizzled.cc:3547
2154
"Uniquely identifies the server instance in the community of replication "
2158
#: drizzled/drizzled.cc:3552
2160
"Change the value of a variable. Please note that this option is deprecated;"
2161
"you can set variables directly with --variable-name=value."
2164
#: drizzled/drizzled.cc:3556
2165
msgid "Don't use new, possible wrong routines."
2168
#: drizzled/drizzled.cc:3559
2169
msgid "If set, slave is not autostarted."
2172
#: drizzled/drizzled.cc:3563
2173
msgid "Don't print a stack trace on failure."
2176
#: drizzled/drizzled.cc:3567
2178
"Don't allow symlinking of tables. Deprecated option. Use --skip-symbolic-"
2182
#: drizzled/drizzled.cc:3571
2183
msgid "Don't give threads different priorities."
2186
#: drizzled/drizzled.cc:3575
2188
"The location where the slave should put its temporary files when replicating "
2189
"a LOAD DATA INFILE command."
2192
#: drizzled/drizzled.cc:3580
2194
"Tells the slave thread to continue replication when a query event returns an "
2195
"error from the provided list."
2198
#: drizzled/drizzled.cc:3584
2200
"Modes for how replication events should be executed. Legal values are "
2201
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2202
"stop for operations that are idempotent. In STRICT mode, replication will "
2203
"stop on any unexpected difference between the master and the slave."
2206
#: drizzled/drizzled.cc:3592
2207
msgid "Enable|disable slow query log"
2210
#: drizzled/drizzled.cc:3596
2214
#: drizzled/drizzled.cc:3599
2215
msgid "Enable symbolic link support."
2218
#: drizzled/drizzled.cc:3608
2220
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2223
#: drizzled/drizzled.cc:3613
2225
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2229
#: drizzled/drizzled.cc:3618
2231
"Using this option will cause most temporary files created to use a small set "
2232
"of names, rather than a unique name for each new file."
2235
#: drizzled/drizzled.cc:3623
2237
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2240
#: drizzled/drizzled.cc:3628
2242
"Path for temporary files. Several paths may be specified, separated by a "
2243
"colon (:), in this case they are used in a round-robin fashion."
2246
#: drizzled/drizzled.cc:3634
2247
msgid "Default transaction isolation level."
2250
#: drizzled/drizzled.cc:3638
2252
"Enable symbolic link support. Deprecated option; use --symbolic-links "
2256
#: drizzled/drizzled.cc:3643
2257
msgid "Run mysqld daemon as user."
2260
#: drizzled/drizzled.cc:3651
2261
msgid "Deprecated; use --log-warnings instead."
2264
#: drizzled/drizzled.cc:3656
2266
"The number of outstanding connection requests MySQL can have. This comes "
2267
"into play when the main MySQL thread gets very many connection requests in a "
2271
#: drizzled/drizzled.cc:3662
2273
"The size of the cache to hold the SQL statements for the binary log during a "
2274
"transaction. If you often use big, multi-statement transactions you can "
2275
"increase this to get more performance."
2278
#: drizzled/drizzled.cc:3668
2280
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2284
#: drizzled/drizzled.cc:3674
2286
"The number of seconds the mysqld server is waiting for a connect packet "
2287
"before responding with 'Bad handshake'."
2290
#: drizzled/drizzled.cc:3679
2291
msgid "The DATE format (For future)."
2294
#: drizzled/drizzled.cc:3684
2295
msgid "The DATETIME/TIMESTAMP format (for future)."
2298
#: drizzled/drizzled.cc:3689
2299
msgid "The default week format used by WEEK() functions."
2302
#: drizzled/drizzled.cc:3694
2304
"Precision of the result of '/' operator will be increased on that value."
2307
#: drizzled/drizzled.cc:3700
2309
"If non-zero, binary logs will be purged after expire_logs_days days; "
2310
"possible purges happen at startup and at binary log rotation."
2313
#: drizzled/drizzled.cc:3706
2314
msgid "The maximum length of the result of function group_concat."
2317
#: drizzled/drizzled.cc:3711
2319
"The number of seconds the server waits for activity on an interactive "
2320
"connection before closing it."
2323
#: drizzled/drizzled.cc:3717
2324
msgid "The size of the buffer that is used for full joins."
2327
#: drizzled/drizzled.cc:3723
2328
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2331
#: drizzled/drizzled.cc:3728
2333
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2334
"this to get better index handling (for all reads and multiple writes) to as "
2335
"much as you can afford;"
2338
#: drizzled/drizzled.cc:3737
2340
"This characterizes the number of hits a hot block has to be untouched until "
2341
"it is considered aged enough to be downgraded to a warm block. This "
2342
"specifies the percentage ratio of that number of hits to the total number of "
2343
"blocks in key cache"
2346
#: drizzled/drizzled.cc:3746
2347
msgid "The default size of key cache blocks"
2350
#: drizzled/drizzled.cc:3752
2351
msgid "The minimum percentage of warm blocks in key cache"
2354
#: drizzled/drizzled.cc:3758
2356
"Log all queries that have taken more than long_query_time seconds to execute "
2357
"to file. The argument will be treated as a decimal value with microsecond "
2361
#: drizzled/drizzled.cc:3764
2362
msgid "Max packetlength to send/receive from to server."
2365
#: drizzled/drizzled.cc:3769
2367
"Can be used to restrict the total size used to cache a multi-transaction "
2371
#: drizzled/drizzled.cc:3774
2373
"Binary log will be rotated automatically when the size exceeds this value. "
2374
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2375
"for this variable is 4096."
2378
#: drizzled/drizzled.cc:3780
2380
"If there is more than this number of interrupted connections from a host "
2381
"this host will be blocked from further connections."
2384
#: drizzled/drizzled.cc:3787
2385
msgid "The number of simultaneous clients allowed."
2388
#: drizzled/drizzled.cc:3792
2389
msgid "Max number of errors/warnings to store for a statement."
2392
#: drizzled/drizzled.cc:3797
2393
msgid "Don't allow creation of heap tables bigger than this."
2396
#: drizzled/drizzled.cc:3803
2398
"Joins that are probably going to read more than max_join_size records return "
2402
#: drizzled/drizzled.cc:3809
2403
msgid "Max number of bytes in sorted records."
2406
#: drizzled/drizzled.cc:3814
2408
"If non-zero: relay log will be rotated automatically when the size exceeds "
2409
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2410
"excepted, the minimum value for this variable is 4096."
2413
#: drizzled/drizzled.cc:3821
2414
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2417
#: drizzled/drizzled.cc:3826
2419
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2420
"max_sort_length bytes of each value are used; the rest are ignored)."
2423
#: drizzled/drizzled.cc:3833
2424
msgid "Maximum number of temporary tables a client can keep open at a time."
2427
#: drizzled/drizzled.cc:3838
2428
msgid "After this many write locks, allow some read locks to run in between."
2431
#: drizzled/drizzled.cc:3842
2433
"Don't log queries which examine less than min_examined_row_limit rows to "
2437
#: drizzled/drizzled.cc:3848
2438
msgid "Block size to be used for MyISAM index pages."
2441
#: drizzled/drizzled.cc:3854
2442
msgid "Default pointer size to be used for MyISAM tables."
2445
#: drizzled/drizzled.cc:3859
2446
msgid "(Deprecated option)"
2449
#: drizzled/drizzled.cc:3865
2451
"Don't use the fast sort index method to created index if the temporary file "
2452
"would get bigger than this."
2455
#: drizzled/drizzled.cc:3872
2457
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2458
"disables parallel repair."
2461
#: drizzled/drizzled.cc:3878
2463
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2464
"when creating indexes with CREATE INDEX or ALTER TABLE."
2467
#: drizzled/drizzled.cc:3884
2469
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2470
"Possible values of name are 'nulls_unequal' (default behavior), "
2471
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2474
#: drizzled/drizzled.cc:3891
2475
msgid "Buffer length for TCP/IP and socket communication."
2478
#: drizzled/drizzled.cc:3896
2480
"Number of seconds to wait for more data from a connection before aborting "
2484
#: drizzled/drizzled.cc:3902
2486
"If a read on a communication port is interrupted, retry this many times "
2490
#: drizzled/drizzled.cc:3908
2492
"Number of seconds to wait for a block to be written to a connection before "
2493
"aborting the write."
2496
#: drizzled/drizzled.cc:3914
2497
msgid "Use compatible behavior."
2500
#: drizzled/drizzled.cc:3919
2502
"If this is not 0, then mysqld will use this value to reserve file "
2503
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2504
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2505
"larger) number of files."
2508
#: drizzled/drizzled.cc:3926
2510
"Controls the heuristic(s) applied during query optimization to prune less-"
2511
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2512
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2513
"on number of retrieved rows."
2516
#: drizzled/drizzled.cc:3934
2518
"Maximum depth of search performed by the query optimizer. Values larger than "
2519
"the number of relations in a query result in better query plans, but take "
2520
"longer to compile a query. Smaller values than the number of tables in a "
2521
"relation result in faster optimization, but may produce very bad query "
2522
"plans. If set to 0, the system will automatically pick a reasonable value; "
2523
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2524
"(used for testing/comparison)."
2527
#: drizzled/drizzled.cc:3946
2528
msgid "Directory for plugins."
2531
#: drizzled/drizzled.cc:3950
2533
"Optional comma separated list of plugins to load, where each plugin is "
2534
"identified by the name of the shared library. [for example: --"
2535
"plugin_load=libmd5udf.so]"
2538
#: drizzled/drizzled.cc:3956
2539
msgid "The size of the buffer that is allocated when preloading indexes"
2542
#: drizzled/drizzled.cc:3961
2543
msgid "Allocation block size for query parsing and execution"
2546
#: drizzled/drizzled.cc:3966
2547
msgid "Persistent buffer for query parsing and execution"
2550
#: drizzled/drizzled.cc:3972
2551
msgid "Allocation block size for storing ranges during optimization"
2554
#: drizzled/drizzled.cc:3978
2556
"Each thread that does a sequential scan allocates a buffer of this size for "
2557
"each table it scans. If you do many sequential scans, you may want to "
2558
"increase this value."
2561
#: drizzled/drizzled.cc:3986
2563
"Make all non-temporary tables read-only, with the exception for replication "
2564
"(slave) threads and users with the SUPER privilege"
2567
#: drizzled/drizzled.cc:3992
2569
"When reading rows in sorted order after a sort, the rows are read through "
2570
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2574
#: drizzled/drizzled.cc:4006
2576
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2580
#: drizzled/drizzled.cc:4012
2581
msgid "Maximum space to use for all relay logs."
2584
#: drizzled/drizzled.cc:4017
2585
msgid "Use compression on master/slave protocol."
2588
#: drizzled/drizzled.cc:4022
2590
"Number of seconds to wait for more data from a master/slave connection "
2591
"before aborting the read."
2594
#: drizzled/drizzled.cc:4027
2596
"Number of times the slave SQL thread will retry a transaction in case it "
2597
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2601
#: drizzled/drizzled.cc:4033
2602
msgid "Allow slave to batch requests."
2605
#: drizzled/drizzled.cc:4037
2607
"If creating the thread takes longer than this value (in seconds), the "
2608
"Slow_launch_threads counter will be incremented."
2611
#: drizzled/drizzled.cc:4042
2612
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2615
#: drizzled/drizzled.cc:4048
2617
"Synchronously flush binary log to disk after every #th event. Use 0 "
2618
"(default) to disable synchronous flushing."
2621
#: drizzled/drizzled.cc:4053
2622
msgid "Deprecated; use --table_open_cache instead."
2625
#: drizzled/drizzled.cc:4057
2626
msgid "The number of cached table definitions."
2629
#: drizzled/drizzled.cc:4061
2630
msgid "The number of cached open tables."
2633
#: drizzled/drizzled.cc:4065
2635
"Timeout in seconds to wait for a table level lock before returning an error. "
2636
"Used only if the connection has active cursors."
2639
#: drizzled/drizzled.cc:4070
2640
msgid "How many threads we should keep in a cache for reuse."
2643
#: drizzled/drizzled.cc:4074
2645
"How many threads we should create to handle query requests in case of "
2646
"'thread_handling=pool-of-threads'"
2649
#: drizzled/drizzled.cc:4079
2650
msgid "The stack size for each thread."
2653
#: drizzled/drizzled.cc:4085
2654
msgid "The TIME format (for future)."
2657
#: drizzled/drizzled.cc:4090
2659
"If an internal in-memory temporary table exceeds this size, MySQL will "
2660
"automatically convert it to an on-disk MyISAM table."
2663
#: drizzled/drizzled.cc:4096
2664
msgid "Allocation block size for transactions to be stored in binary log"
2667
#: drizzled/drizzled.cc:4101
2668
msgid "Persistent buffer for transactions to be stored in binary log"
2671
#: drizzled/drizzled.cc:4106
2673
"The number of seconds the server waits for activity on a connection before "
2677
#: drizzled/drizzled.cc:4354
2679
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2680
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2681
"and you are welcome to modify and redistribute it under the GPL license\n"
2683
"Starts the Drizzle database server\n"
2686
#: drizzled/drizzled.cc:4361
2688
msgid "Usage: %s [OPTIONS]\n"
2691
#: drizzled/drizzled.cc:4372
2694
"To see what values a running Drizzle server is using, type\n"
2695
"'drizzleadmin variables' instead of 'drizzled --help'."
2698
#: drizzled/drizzled.cc:4556
2701
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2705
#: drizzled/drizzled.cc:4608
2707
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2710
#: drizzled/drizzled.cc:4617
2712
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2715
#: drizzled/drizzled.cc:4627
2717
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2720
#: drizzled/drizzled.cc:4656 drizzled/drizzled.cc:4665
2722
msgid "Could not add do table rule '%s'!\n"
2725
#: drizzled/drizzled.cc:4674 drizzled/drizzled.cc:4683
2727
msgid "Could not add ignore table rule '%s'!\n"
2730
#: drizzled/drizzled.cc:4727
2731
msgid "Can't start server: cannot resolve hostname!"
2734
#: drizzled/drizzled.cc:4733
2735
msgid "Can't start server: bind-address refers to multiple interfaces!"
2738
#: drizzled/drizzled.cc:4908
2740
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2741
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2744
#: drizzled/drizzled.cc:5093
2746
msgid "No option given to %s\n"
2749
#: drizzled/drizzled.cc:5095
2751
msgid "Wrong option to %s. Option(s) given: %s\n"
2754
#: drizzled/drizzled.cc:5097
2756
msgid "Alternatives are: '%s'"
2759
#: drizzled/drizzled_error_messages.h:32
2763
#: drizzled/drizzled_error_messages.h:34
2767
#: drizzled/drizzled_error_messages.h:36
2771
#: drizzled/drizzled_error_messages.h:38
2775
#: drizzled/drizzled_error_messages.h:40
2777
msgid "Can't create file '%-.200s' (errno: %d)"
2780
#: drizzled/drizzled_error_messages.h:42
2782
msgid "Can't create table '%-.200s' (errno: %d)"
2785
#: drizzled/drizzled_error_messages.h:44
2787
msgid "Can't create database '%-.192s' (errno: %d)"
2790
#: drizzled/drizzled_error_messages.h:46
2792
msgid "Can't create database '%-.192s'; database exists"
2795
#: drizzled/drizzled_error_messages.h:48
2797
msgid "Can't drop database '%-.192s'; database doesn't exist"
2800
#: drizzled/drizzled_error_messages.h:50
2802
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2805
#: drizzled/drizzled_error_messages.h:52
2807
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2810
#: drizzled/drizzled_error_messages.h:54
2812
msgid "Error on delete of '%-.192s' (errno: %d)"
2815
#: drizzled/drizzled_error_messages.h:56
2816
msgid "Can't read record in system table"
2819
#: drizzled/drizzled_error_messages.h:58
2821
msgid "Can't get status of '%-.200s' (errno: %d)"
2824
#: drizzled/drizzled_error_messages.h:60
2826
msgid "Can't get working directory (errno: %d)"
2829
#: drizzled/drizzled_error_messages.h:62
2831
msgid "Can't lock file (errno: %d)"
2834
#: drizzled/drizzled_error_messages.h:64
2836
msgid "Can't open file: '%-.200s' (errno: %d)"
2839
#: drizzled/drizzled_error_messages.h:66
2841
msgid "Can't find file: '%-.200s' (errno: %d)"
2844
#: drizzled/drizzled_error_messages.h:68
2846
msgid "Can't read dir of '%-.192s' (errno: %d)"
2849
#: drizzled/drizzled_error_messages.h:70
2851
msgid "Can't change dir to '%-.192s' (errno: %d)"
2854
#: drizzled/drizzled_error_messages.h:72
2856
msgid "Record has changed since last read in table '%-.192s'"
2859
#: drizzled/drizzled_error_messages.h:74
2861
msgid "Disk full (%s); waiting for someone to free some space..."
2864
#: drizzled/drizzled_error_messages.h:76
2866
msgid "Can't write; duplicate key in table '%-.192s'"
2869
#: drizzled/drizzled_error_messages.h:78
2871
msgid "Error on close of '%-.192s' (errno: %d)"
2874
#: drizzled/drizzled_error_messages.h:80
2876
msgid "Error reading file '%-.200s' (errno: %d)"
2879
#: drizzled/drizzled_error_messages.h:82
2881
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2884
#: drizzled/drizzled_error_messages.h:84
2886
msgid "Error writing file '%-.200s' (errno: %d)"
2889
#: drizzled/drizzled_error_messages.h:86
2891
msgid "'%-.192s' is locked against change"
2894
#: drizzled/drizzled_error_messages.h:88
2895
msgid "Sort aborted"
2898
#: drizzled/drizzled_error_messages.h:90
2900
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2903
#: drizzled/drizzled_error_messages.h:92
2905
msgid "Got error %d from storage engine"
2908
#: drizzled/drizzled_error_messages.h:94
2910
msgid "Table storage engine for '%-.192s' doesn't have this option"
2913
#: drizzled/drizzled_error_messages.h:96
2915
msgid "Can't find record in '%-.192s'"
2918
#: drizzled/drizzled_error_messages.h:98
2920
msgid "Incorrect information in file: '%-.200s'"
2923
#: drizzled/drizzled_error_messages.h:100
2925
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2928
#: drizzled/drizzled_error_messages.h:102
2930
msgid "Old key file for table '%-.192s'; repair it!"
2933
#: drizzled/drizzled_error_messages.h:104
2935
msgid "Table '%-.192s' is read only"
2938
#: drizzled/drizzled_error_messages.h:106
2940
msgid "Out of memory; restart server and try again (needed %d bytes)"
2943
#: drizzled/drizzled_error_messages.h:108
2944
msgid "Out of sort memory; increase server sort buffer size"
2947
#: drizzled/drizzled_error_messages.h:110
2949
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2952
#: drizzled/drizzled_error_messages.h:112
2953
msgid "Too many connections"
2956
#: drizzled/drizzled_error_messages.h:114
2958
"Out of memory; check if mysqld or some other process uses all available "
2959
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2960
"memory or you can add more swap space"
2963
#: drizzled/drizzled_error_messages.h:116
2964
msgid "Can't get hostname for your address"
2967
#: drizzled/drizzled_error_messages.h:118
2968
msgid "Bad handshake"
2971
#: drizzled/drizzled_error_messages.h:120
2973
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2976
#: drizzled/drizzled_error_messages.h:122
2978
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2981
#: drizzled/drizzled_error_messages.h:124
2982
msgid "No database selected"
2985
#: drizzled/drizzled_error_messages.h:126
2986
msgid "Unknown command"
2989
#: drizzled/drizzled_error_messages.h:128
2991
msgid "Column '%-.192s' cannot be null"
2994
#: drizzled/drizzled_error_messages.h:130
2996
msgid "Unknown database '%-.192s'"
2999
#: drizzled/drizzled_error_messages.h:132
3001
msgid "Table '%-.192s' already exists"
3004
#: drizzled/drizzled_error_messages.h:134
3006
msgid "Unknown table '%-.100s'"
3009
#: drizzled/drizzled_error_messages.h:136
3011
msgid "Column '%-.192s' in %-.192s is ambiguous"
3014
#: drizzled/drizzled_error_messages.h:138
3015
msgid "Server shutdown in progress"
3018
#: drizzled/drizzled_error_messages.h:140
3020
msgid "Unknown column '%-.192s' in '%-.192s'"
3023
#: drizzled/drizzled_error_messages.h:142
3025
msgid "'%-.192s' isn't in GROUP BY"
3028
#: drizzled/drizzled_error_messages.h:144
3030
msgid "Can't group on '%-.192s'"
3033
#: drizzled/drizzled_error_messages.h:146
3034
msgid "Statement has sum functions and columns in same statement"
3037
#: drizzled/drizzled_error_messages.h:148
3038
msgid "Column count doesn't match value count"
3041
#: drizzled/drizzled_error_messages.h:150
3043
msgid "Identifier name '%-.100s' is too long"
3046
#: drizzled/drizzled_error_messages.h:152
3048
msgid "Duplicate column name '%-.192s'"
3051
#: drizzled/drizzled_error_messages.h:154
3053
msgid "Duplicate key name '%-.192s'"
3056
#: drizzled/drizzled_error_messages.h:156
3058
msgid "Duplicate entry '%-.192s' for key %d"
3061
#: drizzled/drizzled_error_messages.h:158
3063
msgid "Incorrect column specifier for column '%-.192s'"
3066
#: drizzled/drizzled_error_messages.h:160
3068
msgid "%s near '%-.80s' at line %d"
3071
#: drizzled/drizzled_error_messages.h:162
3072
msgid "Query was empty"
3075
#: drizzled/drizzled_error_messages.h:164
3077
msgid "Not unique table/alias: '%-.192s'"
3080
#: drizzled/drizzled_error_messages.h:166
3082
msgid "Invalid default value for '%-.192s'"
3085
#: drizzled/drizzled_error_messages.h:168
3086
msgid "Multiple primary key defined"
3089
#: drizzled/drizzled_error_messages.h:170
3091
msgid "Too many keys specified; max %d keys allowed"
3094
#: drizzled/drizzled_error_messages.h:172
3096
msgid "Too many key parts specified; max %d parts allowed"
3099
#: drizzled/drizzled_error_messages.h:174
3101
msgid "Specified key was too long; max key length is %d bytes"
3104
#: drizzled/drizzled_error_messages.h:176
3106
msgid "Key column '%-.192s' doesn't exist in table"
3109
#: drizzled/drizzled_error_messages.h:178
3112
"BLOB column '%-.192s' can't be used in key specification with the used table "
3116
#: drizzled/drizzled_error_messages.h:180
3119
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3123
#: drizzled/drizzled_error_messages.h:182
3125
"Incorrect table definition; there can be only one auto column and it must be "
3129
#: drizzled/drizzled_error_messages.h:184
3132
"%s: ready for connections.\n"
3133
"Version: '%s' socket: '%s' port: %d"
3136
#: drizzled/drizzled_error_messages.h:186
3138
msgid "%s: Normal shutdown\n"
3141
#: drizzled/drizzled_error_messages.h:188
3143
msgid "%s: Got signal %d. Aborting!\n"
3146
#: drizzled/drizzled_error_messages.h:190
3148
msgid "%s: Shutdown complete\n"
3151
#: drizzled/drizzled_error_messages.h:192
3153
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3156
#: drizzled/drizzled_error_messages.h:194
3157
msgid "Can't create IP socket"
3160
#: drizzled/drizzled_error_messages.h:196
3163
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3167
#: drizzled/drizzled_error_messages.h:198
3168
msgid "Field separator argument is not what is expected; check the manual"
3171
#: drizzled/drizzled_error_messages.h:200
3173
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3176
#: drizzled/drizzled_error_messages.h:202
3179
"The file '%-.128s' must be in the database directory or be readable by all"
3182
#: drizzled/drizzled_error_messages.h:204
3184
msgid "File '%-.200s' already exists"
3187
#: drizzled/drizzled_error_messages.h:206
3189
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3192
#: drizzled/drizzled_error_messages.h:208
3194
msgid "Records: %ld Duplicates: %ld"
3197
#: drizzled/drizzled_error_messages.h:210
3199
"Incorrect prefix key; the used key part isn't a string, the used length is "
3200
"longer than the key part, or the storage engine doesn't support unique "
3204
#: drizzled/drizzled_error_messages.h:212
3205
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3208
#: drizzled/drizzled_error_messages.h:214
3210
msgid "Can't DROP '%-.192s'; check that column/key exists"
3213
#: drizzled/drizzled_error_messages.h:216
3215
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3218
#: drizzled/drizzled_error_messages.h:218
3220
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3223
#: drizzled/drizzled_error_messages.h:220
3225
msgid "Unknown thread id: %lu"
3228
#: drizzled/drizzled_error_messages.h:222
3230
msgid "You are not owner of thread %lu"
3233
#: drizzled/drizzled_error_messages.h:224
3234
msgid "No tables used"
3237
#: drizzled/drizzled_error_messages.h:226
3239
msgid "Too many strings for column %-.192s and SET"
3242
#: drizzled/drizzled_error_messages.h:228
3244
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3247
#: drizzled/drizzled_error_messages.h:230
3249
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3252
#: drizzled/drizzled_error_messages.h:232
3254
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3257
#: drizzled/drizzled_error_messages.h:234
3259
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3262
#: drizzled/drizzled_error_messages.h:236
3264
msgid "Incorrect database name '%-.100s'"
3267
#: drizzled/drizzled_error_messages.h:238
3269
msgid "Incorrect table name '%-.100s'"
3272
#: drizzled/drizzled_error_messages.h:240
3274
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3275
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3278
#: drizzled/drizzled_error_messages.h:242
3279
msgid "Unknown error"
3282
#: drizzled/drizzled_error_messages.h:244
3284
msgid "Unknown procedure '%-.192s'"
3287
#: drizzled/drizzled_error_messages.h:246
3289
msgid "Incorrect parameter count to procedure '%-.192s'"
3292
#: drizzled/drizzled_error_messages.h:248
3294
msgid "Incorrect parameters to procedure '%-.192s'"
3297
#: drizzled/drizzled_error_messages.h:250
3299
msgid "Unknown table '%-.192s' in %-.32s"
3302
#: drizzled/drizzled_error_messages.h:252
3304
msgid "Column '%-.192s' specified twice"
3307
#: drizzled/drizzled_error_messages.h:254
3308
msgid "Invalid use of group function"
3311
#: drizzled/drizzled_error_messages.h:256
3314
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3317
#: drizzled/drizzled_error_messages.h:258
3318
msgid "A table must have at least 1 column"
3321
#: drizzled/drizzled_error_messages.h:260
3323
msgid "The table '%-.192s' is full"
3326
#: drizzled/drizzled_error_messages.h:262
3328
msgid "Unknown character set: '%-.64s'"
3331
#: drizzled/drizzled_error_messages.h:264
3333
msgid "Too many tables; MySQL can only use %d tables in a join"
3336
#: drizzled/drizzled_error_messages.h:266
3337
msgid "Too many columns"
3340
#: drizzled/drizzled_error_messages.h:268
3343
"Row size too large. The maximum row size for the used table type, not "
3344
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3347
#: drizzled/drizzled_error_messages.h:270
3350
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3351
"thread_stack=#' to specify a bigger stack if needed"
3354
#: drizzled/drizzled_error_messages.h:272
3355
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3358
#: drizzled/drizzled_error_messages.h:274
3361
"Table handler doesn't support NULL in given index. Please change column "
3362
"'%-.192s' to be NOT NULL or use another handler"
3365
#: drizzled/drizzled_error_messages.h:276
3367
msgid "Can't load function '%-.192s'"
3370
#: drizzled/drizzled_error_messages.h:278
3372
msgid "Can't initialize function '%-.192s'; %-.80s"
3375
#: drizzled/drizzled_error_messages.h:280
3376
msgid "No paths allowed for shared library"
3379
#: drizzled/drizzled_error_messages.h:282
3381
msgid "Function '%-.192s' already exists"
3384
#: drizzled/drizzled_error_messages.h:284
3386
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3389
#: drizzled/drizzled_error_messages.h:286
3391
msgid "Can't find symbol '%-.128s' in library"
3394
#: drizzled/drizzled_error_messages.h:288
3396
msgid "Function '%-.192s' is not defined"
3399
#: drizzled/drizzled_error_messages.h:290
3402
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3403
"'mysqladmin flush-hosts'"
3406
#: drizzled/drizzled_error_messages.h:292
3408
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3411
#: drizzled/drizzled_error_messages.h:294
3413
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3414
"to change passwords"
3417
#: drizzled/drizzled_error_messages.h:296
3419
"You must have privileges to update tables in the mysql database to be able "
3420
"to change passwords for others"
3423
#: drizzled/drizzled_error_messages.h:298
3424
msgid "Can't find any matching row in the user table"
3427
#: drizzled/drizzled_error_messages.h:300
3429
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3432
#: drizzled/drizzled_error_messages.h:302
3435
"Can't create a new thread (errno %d); if you are not out of available "
3436
"memory, you can consult the manual for a possible OS-dependent bug"
3439
#: drizzled/drizzled_error_messages.h:304
3441
msgid "Column count doesn't match value count at row %ld"
3444
#: drizzled/drizzled_error_messages.h:306
3446
msgid "Can't reopen table: '%-.192s'"
3449
#: drizzled/drizzled_error_messages.h:308
3450
msgid "Invalid use of NULL value"
3453
#: drizzled/drizzled_error_messages.h:310
3455
msgid "Got error '%-.64s' from regexp"
3458
#: drizzled/drizzled_error_messages.h:312
3460
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3461
"illegal if there is no GROUP BY clause"
3464
#: drizzled/drizzled_error_messages.h:314
3466
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3469
#: drizzled/drizzled_error_messages.h:316
3471
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3474
#: drizzled/drizzled_error_messages.h:318
3477
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3481
#: drizzled/drizzled_error_messages.h:320
3483
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3484
"privileges can be used"
3487
#: drizzled/drizzled_error_messages.h:322
3488
msgid "The host or user argument to GRANT is too long"
3491
#: drizzled/drizzled_error_messages.h:324
3493
msgid "Table '%-.192s.%-.192s' doesn't exist"
3496
#: drizzled/drizzled_error_messages.h:326
3499
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3503
#: drizzled/drizzled_error_messages.h:328
3504
msgid "The used command is not allowed with this MySQL version"
3507
#: drizzled/drizzled_error_messages.h:330
3509
"You have an error in your SQL syntax; check the manual that corresponds to "
3510
"your MySQL server version for the right syntax to use"
3513
#: drizzled/drizzled_error_messages.h:332
3515
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3518
#: drizzled/drizzled_error_messages.h:334
3519
msgid "Too many delayed threads in use"
3522
#: drizzled/drizzled_error_messages.h:336
3524
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3527
#: drizzled/drizzled_error_messages.h:338
3528
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3531
#: drizzled/drizzled_error_messages.h:340
3532
msgid "Got a read error from the connection pipe"
3535
#: drizzled/drizzled_error_messages.h:342
3536
msgid "Got an error from fcntl()"
3539
#: drizzled/drizzled_error_messages.h:344
3540
msgid "Got packets out of order"
3543
#: drizzled/drizzled_error_messages.h:346
3544
msgid "Couldn't uncompress communication packet"
3547
#: drizzled/drizzled_error_messages.h:348
3548
msgid "Got an error reading communication packets"
3551
#: drizzled/drizzled_error_messages.h:350
3552
msgid "Got timeout reading communication packets"
3555
#: drizzled/drizzled_error_messages.h:352
3556
msgid "Got an error writing communication packets"
3559
#: drizzled/drizzled_error_messages.h:354
3560
msgid "Got timeout writing communication packets"
3563
#: drizzled/drizzled_error_messages.h:356
3564
msgid "Result string is longer than 'max_allowed_packet' bytes"
3567
#: drizzled/drizzled_error_messages.h:358
3568
msgid "The used table type doesn't support BLOB/TEXT columns"
3571
#: drizzled/drizzled_error_messages.h:360
3572
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3575
#: drizzled/drizzled_error_messages.h:362
3578
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3582
#: drizzled/drizzled_error_messages.h:364
3584
msgid "Incorrect column name '%-.100s'"
3587
#: drizzled/drizzled_error_messages.h:366
3589
msgid "The used storage engine can't index column '%-.192s'"
3592
#: drizzled/drizzled_error_messages.h:368
3594
"Unable to open underlying table which is differently defined or of non-"
3595
"MyISAM type or doesn't exist"
3598
#: drizzled/drizzled_error_messages.h:370
3600
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3603
#: drizzled/drizzled_error_messages.h:372
3606
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3609
#: drizzled/drizzled_error_messages.h:374
3611
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3615
#: drizzled/drizzled_error_messages.h:376
3616
msgid "Result consisted of more than one row"
3619
#: drizzled/drizzled_error_messages.h:378
3620
msgid "This table type requires a primary key"
3623
#: drizzled/drizzled_error_messages.h:380
3624
msgid "This version of MySQL is not compiled with RAID support"
3627
#: drizzled/drizzled_error_messages.h:382
3629
"You are using safe update mode and you tried to update a table without a "
3630
"WHERE that uses a KEY column"
3633
#: drizzled/drizzled_error_messages.h:384
3635
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3638
#: drizzled/drizzled_error_messages.h:386
3639
msgid "Can't open table"
3642
#: drizzled/drizzled_error_messages.h:388
3644
msgid "The storage engine for the table doesn't support %s"
3647
#: drizzled/drizzled_error_messages.h:390
3648
msgid "You are not allowed to execute this command in a transaction"
3651
#: drizzled/drizzled_error_messages.h:392
3653
msgid "Got error %d during COMMIT"
3656
#: drizzled/drizzled_error_messages.h:394
3658
msgid "Got error %d during ROLLBACK"
3661
#: drizzled/drizzled_error_messages.h:396
3663
msgid "Got error %d during FLUSH_LOGS"
3666
#: drizzled/drizzled_error_messages.h:398
3668
msgid "Got error %d during CHECKPOINT"
3671
#: drizzled/drizzled_error_messages.h:400
3674
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3678
#: drizzled/drizzled_error_messages.h:402
3679
msgid "The storage engine for the table does not support binary table dump"
3682
#: drizzled/drizzled_error_messages.h:404
3683
msgid "Binlog closed, cannot RESET MASTER"
3686
#: drizzled/drizzled_error_messages.h:406
3688
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3691
#: drizzled/drizzled_error_messages.h:408
3693
msgid "Error from master: '%-.64s'"
3696
#: drizzled/drizzled_error_messages.h:410
3697
msgid "Net error reading from master"
3700
#: drizzled/drizzled_error_messages.h:412
3701
msgid "Net error writing to master"
3704
#: drizzled/drizzled_error_messages.h:414
3705
msgid "Can't find FULLTEXT index matching the column list"
3708
#: drizzled/drizzled_error_messages.h:416
3710
"Can't execute the given command because you have active locked tables or an "
3711
"active transaction"
3714
#: drizzled/drizzled_error_messages.h:418
3716
msgid "Unknown system variable '%-.64s'"
3719
#: drizzled/drizzled_error_messages.h:420
3721
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3724
#: drizzled/drizzled_error_messages.h:422
3727
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3730
#: drizzled/drizzled_error_messages.h:424
3731
msgid "Some non-transactional changed tables couldn't be rolled back"
3734
#: drizzled/drizzled_error_messages.h:426
3736
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3737
"of storage; increase this mysqld variable and try again"
3740
#: drizzled/drizzled_error_messages.h:428
3742
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3745
#: drizzled/drizzled_error_messages.h:430
3747
"This operation requires a running slave; configure slave and do START SLAVE"
3750
#: drizzled/drizzled_error_messages.h:432
3751
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3754
#: drizzled/drizzled_error_messages.h:434
3756
"Could not initialize master info structure; more error messages can be found "
3757
"in the MySQL error log"
3760
#: drizzled/drizzled_error_messages.h:436
3761
msgid "Could not create slave thread; check system resources"
3764
#: drizzled/drizzled_error_messages.h:438
3767
"User %-.64s already has more than 'max_user_connections' active connections"
3770
#: drizzled/drizzled_error_messages.h:440
3771
msgid "You may only use constant expressions with SET"
3774
#: drizzled/drizzled_error_messages.h:442
3775
msgid "Lock wait timeout exceeded; try restarting transaction"
3778
#: drizzled/drizzled_error_messages.h:444
3779
msgid "The total number of locks exceeds the lock table size"
3782
#: drizzled/drizzled_error_messages.h:446
3783
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3786
#: drizzled/drizzled_error_messages.h:448
3787
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3790
#: drizzled/drizzled_error_messages.h:450
3791
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3794
#: drizzled/drizzled_error_messages.h:452
3796
msgid "Incorrect arguments to %s"
3799
#: drizzled/drizzled_error_messages.h:454
3801
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3804
#: drizzled/drizzled_error_messages.h:456
3806
"Incorrect table definition; all MERGE tables must be in the same database"
3809
#: drizzled/drizzled_error_messages.h:458
3810
msgid "Deadlock found when trying to get lock; try restarting transaction"
3813
#: drizzled/drizzled_error_messages.h:460
3814
msgid "The used table type doesn't support FULLTEXT indexes"
3817
#: drizzled/drizzled_error_messages.h:462
3818
msgid "Cannot add foreign key constraint"
3821
#: drizzled/drizzled_error_messages.h:464
3822
msgid "Cannot add or update a child row: a foreign key constraint fails"
3825
#: drizzled/drizzled_error_messages.h:466
3826
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3829
#: drizzled/drizzled_error_messages.h:468
3831
msgid "Error connecting to master: %-.128s"
3834
#: drizzled/drizzled_error_messages.h:470
3836
msgid "Error running query on master: %-.128s"
3839
#: drizzled/drizzled_error_messages.h:472
3841
msgid "Error when executing command %s: %-.128s"
3844
#: drizzled/drizzled_error_messages.h:474
3846
msgid "Incorrect usage of %s and %s"
3849
#: drizzled/drizzled_error_messages.h:476
3850
msgid "The used SELECT statements have a different number of columns"
3853
#: drizzled/drizzled_error_messages.h:478
3854
msgid "Can't execute the query because you have a conflicting read lock"
3857
#: drizzled/drizzled_error_messages.h:480
3858
msgid "Mixing of transactional and non-transactional tables is disabled"
3861
#: drizzled/drizzled_error_messages.h:482
3863
msgid "Option '%s' used twice in statement"
3866
#: drizzled/drizzled_error_messages.h:484
3868
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3871
#: drizzled/drizzled_error_messages.h:486
3873
msgid "Access denied; you need the %-.128s privilege for this operation"
3876
#: drizzled/drizzled_error_messages.h:488
3879
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3882
#: drizzled/drizzled_error_messages.h:490
3885
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3888
#: drizzled/drizzled_error_messages.h:492
3890
msgid "Variable '%-.64s' doesn't have a default value"
3893
#: drizzled/drizzled_error_messages.h:494
3895
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3898
#: drizzled/drizzled_error_messages.h:496
3900
msgid "Incorrect argument type to variable '%-.64s'"
3903
#: drizzled/drizzled_error_messages.h:498
3905
msgid "Variable '%-.64s' can only be set, not read"
3908
#: drizzled/drizzled_error_messages.h:500
3910
msgid "Incorrect usage/placement of '%s'"
3913
#: drizzled/drizzled_error_messages.h:502
3915
msgid "This version of MySQL doesn't yet support '%s'"
3918
#: drizzled/drizzled_error_messages.h:504
3921
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3924
#: drizzled/drizzled_error_messages.h:506
3925
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3928
#: drizzled/drizzled_error_messages.h:508
3930
msgid "Variable '%-.192s' is a %s variable"
3933
#: drizzled/drizzled_error_messages.h:510
3935
msgid "Incorrect foreign key definition for '%-.192s': %s"
3938
#: drizzled/drizzled_error_messages.h:512
3939
msgid "Key reference and table reference don't match"
3942
#: drizzled/drizzled_error_messages.h:514
3944
msgid "Operand should contain %d column(s)"
3947
#: drizzled/drizzled_error_messages.h:516
3948
msgid "Subquery returns more than 1 row"
3951
#: drizzled/drizzled_error_messages.h:518
3953
msgid "Unknown prepared statement handler (%.*s) given to %s"
3956
#: drizzled/drizzled_error_messages.h:520
3957
msgid "Help database is corrupt or does not exist"
3960
#: drizzled/drizzled_error_messages.h:522
3961
msgid "Cyclic reference on subqueries"
3964
#: drizzled/drizzled_error_messages.h:524
3966
msgid "Converting column '%s' from %s to %s"
3969
#: drizzled/drizzled_error_messages.h:526
3971
msgid "Reference '%-.64s' not supported (%s)"
3974
#: drizzled/drizzled_error_messages.h:528
3975
msgid "Every derived table must have its own alias"
3978
#: drizzled/drizzled_error_messages.h:530
3980
msgid "Select %u was reduced during optimization"
3983
#: drizzled/drizzled_error_messages.h:532
3985
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3988
#: drizzled/drizzled_error_messages.h:534
3990
"Client does not support authentication protocol requested by server; "
3991
"consider upgrading MySQL client"
3994
#: drizzled/drizzled_error_messages.h:536
3995
msgid "All parts of a SPATIAL index must be NOT NULL"
3998
#: drizzled/drizzled_error_messages.h:538
4000
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
4003
#: drizzled/drizzled_error_messages.h:540
4004
msgid "Slave is already running"
4007
#: drizzled/drizzled_error_messages.h:542
4008
msgid "Slave already has been stopped"
4011
#: drizzled/drizzled_error_messages.h:544
4014
"Uncompressed data size too large; the maximum size is %d (probably, length "
4015
"of uncompressed data was corrupted)"
4018
#: drizzled/drizzled_error_messages.h:546
4019
msgid "ZLIB: Not enough memory"
4022
#: drizzled/drizzled_error_messages.h:548
4024
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
4025
"data was corrupted)"
4028
#: drizzled/drizzled_error_messages.h:550
4029
msgid "ZLIB: Input data corrupted"
4032
#: drizzled/drizzled_error_messages.h:552
4034
msgid "%d line(s) were cut by GROUP_CONCAT()"
4037
#: drizzled/drizzled_error_messages.h:554
4039
msgid "Row %ld doesn't contain data for all columns"
4042
#: drizzled/drizzled_error_messages.h:556
4045
"Row %ld was truncated; it contained more data than there were input columns"
4048
#: drizzled/drizzled_error_messages.h:558
4051
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
4054
#: drizzled/drizzled_error_messages.h:560
4056
msgid "Out of range value for column '%s' at row %ld"
4059
#: drizzled/drizzled_error_messages.h:562
4061
msgid "Data truncated for column '%s' at row %ld"
4064
#: drizzled/drizzled_error_messages.h:564
4066
msgid "Using storage engine %s for table '%s'"
4069
#: drizzled/drizzled_error_messages.h:566
4071
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
4074
#: drizzled/drizzled_error_messages.h:568
4075
msgid "Cannot drop one or more of the requested users"
4078
#: drizzled/drizzled_error_messages.h:570
4079
msgid "Can't revoke all privileges for one or more of the requested users"
4082
#: drizzled/drizzled_error_messages.h:572
4084
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4087
#: drizzled/drizzled_error_messages.h:574
4089
msgid "Illegal mix of collations for operation '%s'"
4092
#: drizzled/drizzled_error_messages.h:576
4095
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4099
#: drizzled/drizzled_error_messages.h:578
4101
msgid "Unknown collation: '%-.64s'"
4104
#: drizzled/drizzled_error_messages.h:580
4106
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4107
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4111
#: drizzled/drizzled_error_messages.h:582
4114
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4115
"old format; please change the password to the new format"
4118
#: drizzled/drizzled_error_messages.h:584
4121
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4125
#: drizzled/drizzled_error_messages.h:586
4126
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4129
#: drizzled/drizzled_error_messages.h:588
4131
"It is recommended to use --skip-slave-start when doing step-by-step "
4132
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4133
"get an unexpected slave's mysqld restart"
4136
#: drizzled/drizzled_error_messages.h:590
4137
msgid "SQL thread is not to be started so UNTIL options are ignored"
4140
#: drizzled/drizzled_error_messages.h:592
4142
msgid "Incorrect index name '%-.100s'"
4145
#: drizzled/drizzled_error_messages.h:594
4147
msgid "Incorrect catalog name '%-.100s'"
4150
#: drizzled/drizzled_error_messages.h:596
4152
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4155
#: drizzled/drizzled_error_messages.h:598
4157
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4160
#: drizzled/drizzled_error_messages.h:600
4162
msgid "Unknown key cache '%-.100s'"
4165
#: drizzled/drizzled_error_messages.h:602
4167
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4168
"this switch for this grant to work"
4171
#: drizzled/drizzled_error_messages.h:604
4173
msgid "Unknown table engine '%s'"
4176
#: drizzled/drizzled_error_messages.h:606
4178
msgid "'%s' is deprecated; use '%s' instead"
4181
#: drizzled/drizzled_error_messages.h:608
4183
msgid "The target table %-.100s of the %s is not updatable"
4186
#: drizzled/drizzled_error_messages.h:610
4189
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4193
#: drizzled/drizzled_error_messages.h:612
4196
"The MySQL server is running with the %s option so it cannot execute this "
4200
#: drizzled/drizzled_error_messages.h:614
4202
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4205
#: drizzled/drizzled_error_messages.h:616
4207
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4210
#: drizzled/drizzled_error_messages.h:618
4212
"Incorrect table definition; there can be only one TIMESTAMP column with "
4213
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4216
#: drizzled/drizzled_error_messages.h:620
4218
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4221
#: drizzled/drizzled_error_messages.h:622
4222
msgid "This command is not supported in the prepared statement protocol yet"
4225
#: drizzled/drizzled_error_messages.h:624
4227
msgid "Got error %d '%-.100s' from %s"
4230
#: drizzled/drizzled_error_messages.h:626
4232
msgid "Got temporary error %d '%-.100s' from %s"
4235
#: drizzled/drizzled_error_messages.h:628
4237
msgid "Unknown or incorrect time zone: '%-.64s'"
4240
#: drizzled/drizzled_error_messages.h:630
4242
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4245
#: drizzled/drizzled_error_messages.h:632
4247
msgid "Invalid %s character string: '%.64s'"
4250
#: drizzled/drizzled_error_messages.h:634
4252
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4255
#: drizzled/drizzled_error_messages.h:636
4257
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4260
#: drizzled/drizzled_error_messages.h:638
4262
msgid "Can't create a %s from within another stored routine"
4265
#: drizzled/drizzled_error_messages.h:640
4267
msgid "%s %s already exists"
4270
#: drizzled/drizzled_error_messages.h:642
4272
msgid "%s %s does not exist"
4275
#: drizzled/drizzled_error_messages.h:644
4277
msgid "Failed to DROP %s %s"
4280
#: drizzled/drizzled_error_messages.h:646
4282
msgid "Failed to CREATE %s %s"
4285
#: drizzled/drizzled_error_messages.h:648
4287
msgid "%s with no matching label: %s"
4290
#: drizzled/drizzled_error_messages.h:650
4292
msgid "Redefining label %s"
4295
#: drizzled/drizzled_error_messages.h:652
4297
msgid "End-label %s without match"
4300
#: drizzled/drizzled_error_messages.h:654
4302
msgid "Referring to uninitialized variable %s"
4305
#: drizzled/drizzled_error_messages.h:656
4307
msgid "PROCEDURE %s can't return a result set in the given context"
4310
#: drizzled/drizzled_error_messages.h:658
4311
msgid "RETURN is only allowed in a FUNCTION"
4314
#: drizzled/drizzled_error_messages.h:660
4316
msgid "%s is not allowed in stored procedures"
4319
#: drizzled/drizzled_error_messages.h:662
4321
"The update log is deprecated and replaced by the binary log; SET "
4322
"SQL_LOG_UPDATE has been ignored"
4325
#: drizzled/drizzled_error_messages.h:664
4327
"The update log is deprecated and replaced by the binary log; SET "
4328
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4331
#: drizzled/drizzled_error_messages.h:666
4332
msgid "Query execution was interrupted"
4335
#: drizzled/drizzled_error_messages.h:668
4337
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4340
#: drizzled/drizzled_error_messages.h:670
4342
msgid "Undefined CONDITION: %s"
4345
#: drizzled/drizzled_error_messages.h:672
4347
msgid "No RETURN found in FUNCTION %s"
4350
#: drizzled/drizzled_error_messages.h:674
4352
msgid "FUNCTION %s ended without RETURN"
4355
#: drizzled/drizzled_error_messages.h:676
4356
msgid "Cursor statement must be a SELECT"
4359
#: drizzled/drizzled_error_messages.h:678
4360
msgid "Cursor SELECT must not have INTO"
4363
#: drizzled/drizzled_error_messages.h:680
4365
msgid "Undefined CURSOR: %s"
4368
#: drizzled/drizzled_error_messages.h:682
4369
msgid "Cursor is already open"
4372
#: drizzled/drizzled_error_messages.h:684
4373
msgid "Cursor is not open"
4376
#: drizzled/drizzled_error_messages.h:686
4378
msgid "Undeclared variable: %s"
4381
#: drizzled/drizzled_error_messages.h:688
4382
msgid "Incorrect number of FETCH variables"
4385
#: drizzled/drizzled_error_messages.h:690
4386
msgid "No data - zero rows fetched, selected, or processed"
4389
#: drizzled/drizzled_error_messages.h:692
4391
msgid "Duplicate parameter: %s"
4394
#: drizzled/drizzled_error_messages.h:694
4396
msgid "Duplicate variable: %s"
4399
#: drizzled/drizzled_error_messages.h:696
4401
msgid "Duplicate condition: %s"
4404
#: drizzled/drizzled_error_messages.h:698
4406
msgid "Duplicate cursor: %s"
4409
#: drizzled/drizzled_error_messages.h:700
4411
msgid "Failed to ALTER %s %s"
4414
#: drizzled/drizzled_error_messages.h:702
4415
msgid "Subquery value not supported"
4418
#: drizzled/drizzled_error_messages.h:704
4420
msgid "%s is not allowed in stored function or trigger"
4423
#: drizzled/drizzled_error_messages.h:706
4424
msgid "Variable or condition declaration after cursor or handler declaration"
4427
#: drizzled/drizzled_error_messages.h:708
4428
msgid "Cursor declaration after handler declaration"
4431
#: drizzled/drizzled_error_messages.h:710
4432
msgid "Case not found for CASE statement"
4435
#: drizzled/drizzled_error_messages.h:712
4437
msgid "Configuration file '%-.192s' is too big"
4440
#: drizzled/drizzled_error_messages.h:714
4442
msgid "Malformed file type header in file '%-.192s'"
4445
#: drizzled/drizzled_error_messages.h:716
4447
msgid "Unexpected end of file while parsing comment '%-.200s'"
4450
#: drizzled/drizzled_error_messages.h:718
4452
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4455
#: drizzled/drizzled_error_messages.h:720
4457
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4460
#: drizzled/drizzled_error_messages.h:722
4461
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4464
#: drizzled/drizzled_error_messages.h:724
4466
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4469
#: drizzled/drizzled_error_messages.h:726
4471
msgid "'%-.192s.%-.192s' is not %s"
4474
#: drizzled/drizzled_error_messages.h:728
4476
msgid "Column '%-.192s' is not updatable"
4479
#: drizzled/drizzled_error_messages.h:730
4480
msgid "View's SELECT contains a subquery in the FROM clause"
4483
#: drizzled/drizzled_error_messages.h:732
4485
msgid "View's SELECT contains a '%s' clause"
4488
#: drizzled/drizzled_error_messages.h:734
4489
msgid "View's SELECT contains a variable or parameter"
4492
#: drizzled/drizzled_error_messages.h:736
4494
msgid "View's SELECT refers to a temporary table '%-.192s'"
4497
#: drizzled/drizzled_error_messages.h:738
4498
msgid "View's SELECT and view's field list have different column counts"
4501
#: drizzled/drizzled_error_messages.h:740
4503
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4506
#: drizzled/drizzled_error_messages.h:742
4507
msgid "View being updated does not have complete key of underlying table in it"
4510
#: drizzled/drizzled_error_messages.h:744
4513
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4514
"(s) or definer/invoker of view lack rights to use them"
4517
#: drizzled/drizzled_error_messages.h:746
4519
msgid "Can't drop or alter a %s from within another stored routine"
4522
#: drizzled/drizzled_error_messages.h:748
4523
msgid "GOTO is not allowed in a stored procedure handler"
4526
#: drizzled/drizzled_error_messages.h:750
4527
msgid "Trigger already exists"
4530
#: drizzled/drizzled_error_messages.h:752
4531
msgid "Trigger does not exist"
4534
#: drizzled/drizzled_error_messages.h:754
4536
msgid "Trigger's '%-.192s' is view or temporary table"
4539
#: drizzled/drizzled_error_messages.h:756
4541
msgid "Updating of %s row is not allowed in %strigger"
4544
#: drizzled/drizzled_error_messages.h:758
4546
msgid "There is no %s row in %s trigger"
4549
#: drizzled/drizzled_error_messages.h:760
4551
msgid "Field '%-.192s' doesn't have a default value"
4554
#: drizzled/drizzled_error_messages.h:762
4555
msgid "Division by 0"
4558
#: drizzled/drizzled_error_messages.h:764
4560
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4563
#: drizzled/drizzled_error_messages.h:766
4565
msgid "Illegal %s '%-.192s' value found during parsing"
4568
#: drizzled/drizzled_error_messages.h:768
4570
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4573
#: drizzled/drizzled_error_messages.h:770
4575
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4578
#: drizzled/drizzled_error_messages.h:772
4580
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4583
#: drizzled/drizzled_error_messages.h:774
4585
msgid "Failed purging old relay logs: %s"
4588
#: drizzled/drizzled_error_messages.h:776
4590
msgid "Password hash should be a %d-digit hexadecimal number"
4593
#: drizzled/drizzled_error_messages.h:778
4594
msgid "Target log not found in binlog index"
4597
#: drizzled/drizzled_error_messages.h:780
4598
msgid "I/O error reading log index file"
4601
#: drizzled/drizzled_error_messages.h:782
4602
msgid "Server configuration does not permit binlog purge"
4605
#: drizzled/drizzled_error_messages.h:784
4606
msgid "Failed on fseek()"
4609
#: drizzled/drizzled_error_messages.h:786
4610
msgid "Fatal error during log purge"
4613
#: drizzled/drizzled_error_messages.h:788
4614
msgid "A purgeable log is in use, will not purge"
4617
#: drizzled/drizzled_error_messages.h:790
4618
msgid "Unknown error during log purge"
4621
#: drizzled/drizzled_error_messages.h:792
4623
msgid "Failed initializing relay log position: %s"
4626
#: drizzled/drizzled_error_messages.h:794
4627
msgid "You are not using binary logging"
4630
#: drizzled/drizzled_error_messages.h:796
4633
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4636
#: drizzled/drizzled_error_messages.h:798
4637
msgid "WSAStartup Failed"
4640
#: drizzled/drizzled_error_messages.h:800
4641
msgid "Can't handle procedures with different groups yet"
4644
#: drizzled/drizzled_error_messages.h:802
4645
msgid "Select must have a group with this procedure"
4648
#: drizzled/drizzled_error_messages.h:804
4649
msgid "Can't use ORDER clause with this procedure"
4652
#: drizzled/drizzled_error_messages.h:806
4654
msgid "Binary logging and replication forbid changing the global server %s"
4657
#: drizzled/drizzled_error_messages.h:808
4659
msgid "Can't map file: %-.200s, errno: %d"
4662
#: drizzled/drizzled_error_messages.h:810
4664
msgid "Wrong magic in %-.64s"
4667
#: drizzled/drizzled_error_messages.h:812
4668
msgid "Prepared statement contains too many placeholders"
4671
#: drizzled/drizzled_error_messages.h:814
4673
msgid "Key part '%-.192s' length cannot be 0"
4676
#: drizzled/drizzled_error_messages.h:816
4677
msgid "View text checksum failed"
4680
#: drizzled/drizzled_error_messages.h:818
4683
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4686
#: drizzled/drizzled_error_messages.h:820
4688
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4691
#: drizzled/drizzled_error_messages.h:822
4693
msgid "Can not delete from join view '%-.192s.%-.192s'"
4696
#: drizzled/drizzled_error_messages.h:824
4698
msgid "Operation %s failed for %.256s"
4701
#: drizzled/drizzled_error_messages.h:826
4702
msgid "XAER_NOTA: Unknown XID"
4705
#: drizzled/drizzled_error_messages.h:828
4706
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4709
#: drizzled/drizzled_error_messages.h:830
4712
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4716
#: drizzled/drizzled_error_messages.h:832
4717
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4720
#: drizzled/drizzled_error_messages.h:834
4722
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4726
#: drizzled/drizzled_error_messages.h:836
4727
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4730
#: drizzled/drizzled_error_messages.h:838
4733
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4737
#: drizzled/drizzled_error_messages.h:840
4738
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4741
#: drizzled/drizzled_error_messages.h:842
4742
msgid "Failed to revoke all privileges to dropped routine"
4745
#: drizzled/drizzled_error_messages.h:844
4747
msgid "Data too long for column '%s' at row %ld"
4750
#: drizzled/drizzled_error_messages.h:846
4752
msgid "Bad SQLSTATE: '%s'"
4755
#: drizzled/drizzled_error_messages.h:848
4758
"%s: ready for connections.\n"
4759
"Version: '%s' socket: '%s' port: %d %s"
4762
#: drizzled/drizzled_error_messages.h:850
4763
msgid "Can't load value from file with fixed size rows to variable"
4766
#: drizzled/drizzled_error_messages.h:852
4767
msgid "You are not allowed to create a user with GRANT"
4770
#: drizzled/drizzled_error_messages.h:854
4772
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4775
#: drizzled/drizzled_error_messages.h:856
4776
msgid "Table definition has changed, please retry transaction"
4779
#: drizzled/drizzled_error_messages.h:858
4780
msgid "Duplicate handler declared in the same block"
4783
#: drizzled/drizzled_error_messages.h:860
4786
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4787
"variable in BEFORE trigger"
4790
#: drizzled/drizzled_error_messages.h:862
4792
msgid "Not allowed to return a result set from a %s"
4795
#: drizzled/drizzled_error_messages.h:864
4796
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4799
#: drizzled/drizzled_error_messages.h:866
4801
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4802
"declaration and binary logging is enabled; if non-transactional tables were "
4803
"updated, the binary log will miss their changes"
4806
#: drizzled/drizzled_error_messages.h:868
4808
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4809
"declaration and binary logging is enabled (you *might* want to use the less "
4810
"safe log_bin_trust_function_creators variable)"
4813
#: drizzled/drizzled_error_messages.h:870
4815
"You do not have the SUPER privilege and binary logging is enabled (you "
4816
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4819
#: drizzled/drizzled_error_messages.h:872
4821
"You can't execute a prepared statement which has an open cursor associated "
4822
"with it. Reset the statement to re-execute it."
4825
#: drizzled/drizzled_error_messages.h:874
4827
msgid "The statement (%lu) has no open cursor."
4830
#: drizzled/drizzled_error_messages.h:876
4832
"Explicit or implicit commit is not allowed in stored function or trigger."
4835
#: drizzled/drizzled_error_messages.h:878
4838
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4841
#: drizzled/drizzled_error_messages.h:880
4842
msgid "Recursive stored functions and triggers are not allowed."
4845
#: drizzled/drizzled_error_messages.h:882
4847
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4850
#: drizzled/drizzled_error_messages.h:884
4852
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4855
#: drizzled/drizzled_error_messages.h:886
4858
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4862
#: drizzled/drizzled_error_messages.h:888
4864
"You can't combine write-locking of system tables with other tables or lock "
4868
#: drizzled/drizzled_error_messages.h:890
4870
msgid "Unable to connect to foreign data source: %.64s"
4873
#: drizzled/drizzled_error_messages.h:892
4876
"There was a problem processing the query on the foreign data source. Data "
4877
"source error: %-.64s"
4880
#: drizzled/drizzled_error_messages.h:894
4883
"The foreign data source you are trying to reference does not exist. Data "
4884
"source error: %-.64s"
4887
#: drizzled/drizzled_error_messages.h:896
4890
"Can't create federated table. The data source connection string '%-.64s' is "
4891
"not in the correct format"
4894
#: drizzled/drizzled_error_messages.h:898
4896
msgid "The data source connection string '%-.64s' is not in the correct format"
4899
#: drizzled/drizzled_error_messages.h:900
4901
msgid "Can't create federated table. Foreign data src error: %-.64s"
4904
#: drizzled/drizzled_error_messages.h:902
4905
msgid "Trigger in wrong schema"
4908
#: drizzled/drizzled_error_messages.h:904
4911
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4912
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4915
#: drizzled/drizzled_error_messages.h:906
4917
msgid "Routine body for '%-.100s' is too long"
4920
#: drizzled/drizzled_error_messages.h:908
4921
msgid "Cannot drop default keycache"
4924
#: drizzled/drizzled_error_messages.h:910
4926
msgid "Display width out of range for column '%-.192s' (max = %d)"
4929
#: drizzled/drizzled_error_messages.h:912
4930
msgid "XAER_DUPID: The XID already exists"
4933
#: drizzled/drizzled_error_messages.h:914
4935
msgid "Datetime function: %-.32s field overflow"
4938
#: drizzled/drizzled_error_messages.h:916
4941
"Can't update table '%-.192s' in stored function/trigger because it is "
4942
"already used by statement which invoked this stored function/trigger."
4945
#: drizzled/drizzled_error_messages.h:918
4948
"The definition of table '%-.192s' prevents operation %.192s on table "
4952
#: drizzled/drizzled_error_messages.h:920
4954
"The prepared statement contains a stored routine call that refers to that "
4955
"same statement. It's not allowed to execute a prepared statement in such a "
4959
#: drizzled/drizzled_error_messages.h:922
4960
msgid "Not allowed to set autocommit from a stored function or trigger"
4963
#: drizzled/drizzled_error_messages.h:924
4964
msgid "Definer is not fully qualified"
4967
#: drizzled/drizzled_error_messages.h:926
4970
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4971
"Current user is used as definer. Please recreate the view!"
4974
#: drizzled/drizzled_error_messages.h:928
4977
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4981
#: drizzled/drizzled_error_messages.h:930
4983
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4986
#: drizzled/drizzled_error_messages.h:932
4988
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4991
#: drizzled/drizzled_error_messages.h:934
4994
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4997
#: drizzled/drizzled_error_messages.h:936
5000
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
5003
#: drizzled/drizzled_error_messages.h:938
5005
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5008
#: drizzled/drizzled_error_messages.h:940
5011
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5012
"activated under the authorization of the invoker, which may have "
5013
"insufficient privileges. Please recreate the trigger."
5016
#: drizzled/drizzled_error_messages.h:942
5018
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5021
#: drizzled/drizzled_error_messages.h:944
5024
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5025
"exceeded for routine %.192s"
5028
#: drizzled/drizzled_error_messages.h:946
5031
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5032
"contains bad data (internal code %d)"
5035
#: drizzled/drizzled_error_messages.h:948
5037
msgid "Incorrect routine name '%-.192s'"
5040
#: drizzled/drizzled_error_messages.h:950
5042
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
5045
#: drizzled/drizzled_error_messages.h:952
5046
msgid "AGGREGATE is not supported for stored functions"
5049
#: drizzled/drizzled_error_messages.h:954
5052
"Can't create more than max_prepared_stmt_count statements (current value: %"
5056
#: drizzled/drizzled_error_messages.h:956
5058
msgid "`%-.192s`.`%-.192s` contains view recursion"
5061
#: drizzled/drizzled_error_messages.h:958
5063
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
5066
#: drizzled/drizzled_error_messages.h:960
5067
msgid "The used table type doesn't support SPATIAL indexes"
5070
#: drizzled/drizzled_error_messages.h:962
5071
msgid "Triggers can not be created on system tables"
5074
#: drizzled/drizzled_error_messages.h:964
5076
msgid "Leading spaces are removed from name '%s'"
5079
#: drizzled/drizzled_error_messages.h:966
5080
msgid "Failed to read auto-increment value from storage engine"
5083
#: drizzled/drizzled_error_messages.h:968
5087
#: drizzled/drizzled_error_messages.h:970
5091
#: drizzled/drizzled_error_messages.h:972
5093
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5096
#: drizzled/drizzled_error_messages.h:974
5098
msgid "The target table %-.100s of the %s is not insertable-into"
5101
#: drizzled/drizzled_error_messages.h:976
5104
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5107
#: drizzled/drizzled_error_messages.h:978
5108
msgid "Too high level of nesting for select"
5111
#: drizzled/drizzled_error_messages.h:980
5113
msgid "Name '%-.64s' has become ''"
5116
#: drizzled/drizzled_error_messages.h:982
5118
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5119
"optional and non-empty FIELDS ENCLOSED BY"
5122
#: drizzled/drizzled_error_messages.h:984
5124
msgid "The foreign server, %s, you are trying to create already exists."
5127
#: drizzled/drizzled_error_messages.h:986
5130
"The foreign server name you are trying to reference does not exist. Data "
5131
"source error: %-.64s"
5134
#: drizzled/drizzled_error_messages.h:988
5137
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5140
#: drizzled/drizzled_error_messages.h:990
5143
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5147
#: drizzled/drizzled_error_messages.h:992
5149
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5152
#: drizzled/drizzled_error_messages.h:994
5153
msgid "MAXVALUE can only be used in last partition definition"
5156
#: drizzled/drizzled_error_messages.h:996
5157
msgid "Subpartitions can only be hash partitions and by key"
5160
#: drizzled/drizzled_error_messages.h:998
5161
msgid "Must define subpartitions on all partitions if on one partition"
5164
#: drizzled/drizzled_error_messages.h:1000
5165
msgid "Wrong number of partitions defined, mismatch with previous setting"
5168
#: drizzled/drizzled_error_messages.h:1002
5169
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5172
#: drizzled/drizzled_error_messages.h:1004
5173
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5176
#: drizzled/drizzled_error_messages.h:1006
5177
msgid "Expression in RANGE/LIST VALUES must be constant"
5180
#: drizzled/drizzled_error_messages.h:1008
5181
msgid "Field in list of fields for partition function not found in table"
5184
#: drizzled/drizzled_error_messages.h:1010
5185
msgid "List of fields is only allowed in KEY partitions"
5188
#: drizzled/drizzled_error_messages.h:1012
5190
"The partition info in the frm file is not consistent with what can be "
5191
"written into the frm file"
5194
#: drizzled/drizzled_error_messages.h:1014
5196
msgid "The %-.192s function returns the wrong type"
5199
#: drizzled/drizzled_error_messages.h:1016
5201
msgid "For %-.64s partitions each partition must be defined"
5204
#: drizzled/drizzled_error_messages.h:1018
5205
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5208
#: drizzled/drizzled_error_messages.h:1020
5209
msgid "VALUES value must be of same type as partition function"
5212
#: drizzled/drizzled_error_messages.h:1022
5213
msgid "Multiple definition of same constant in list partitioning"
5216
#: drizzled/drizzled_error_messages.h:1024
5217
msgid "Partitioning can not be used stand-alone in query"
5220
#: drizzled/drizzled_error_messages.h:1026
5222
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5225
#: drizzled/drizzled_error_messages.h:1028
5227
msgid "For the partitioned engine it is necessary to define all %-.64s"
5230
#: drizzled/drizzled_error_messages.h:1030
5231
msgid "Too many partitions (including subpartitions) were defined"
5234
#: drizzled/drizzled_error_messages.h:1032
5236
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5237
"partitioning for subpartitioning"
5240
#: drizzled/drizzled_error_messages.h:1034
5241
msgid "Failed to create specific handler file"
5244
#: drizzled/drizzled_error_messages.h:1036
5245
msgid "A BLOB field is not allowed in partition function"
5248
#: drizzled/drizzled_error_messages.h:1038
5250
msgid "A %-.192s must include all columns in the table's partitioning function"
5253
#: drizzled/drizzled_error_messages.h:1040
5255
msgid "Number of %-.64s = 0 is not an allowed value"
5258
#: drizzled/drizzled_error_messages.h:1042
5259
msgid "Partition management on a not partitioned table is not possible"
5262
#: drizzled/drizzled_error_messages.h:1044
5264
"Foreign key condition is not yet supported in conjunction with partitioning"
5267
#: drizzled/drizzled_error_messages.h:1046
5269
msgid "Error in list of partitions to %-.64s"
5272
#: drizzled/drizzled_error_messages.h:1048
5273
msgid "Cannot remove all partitions, use DROP TABLE instead"
5276
#: drizzled/drizzled_error_messages.h:1050
5277
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5280
#: drizzled/drizzled_error_messages.h:1052
5282
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5286
#: drizzled/drizzled_error_messages.h:1054
5288
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5289
"tables using HASH PARTITIONs"
5292
#: drizzled/drizzled_error_messages.h:1056
5294
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5297
#: drizzled/drizzled_error_messages.h:1058
5298
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5301
#: drizzled/drizzled_error_messages.h:1060
5302
msgid "At least one partition must be added"
5305
#: drizzled/drizzled_error_messages.h:1062
5306
msgid "At least one partition must be coalesced"
5309
#: drizzled/drizzled_error_messages.h:1064
5310
msgid "More partitions to reorganise than there are partitions"
5313
#: drizzled/drizzled_error_messages.h:1066
5315
msgid "Duplicate partition name %-.192s"
5318
#: drizzled/drizzled_error_messages.h:1068
5319
msgid "It is not allowed to shut off binlog on this command"
5322
#: drizzled/drizzled_error_messages.h:1070
5323
msgid "When reorganising a set of partitions they must be in consecutive order"
5326
#: drizzled/drizzled_error_messages.h:1072
5328
"Reorganize of range partitions cannot change total ranges except for last "
5329
"partition where it can extend the range"
5332
#: drizzled/drizzled_error_messages.h:1074
5333
msgid "Partition function not supported in this version for this handler"
5336
#: drizzled/drizzled_error_messages.h:1076
5337
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5340
#: drizzled/drizzled_error_messages.h:1078
5342
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5345
#: drizzled/drizzled_error_messages.h:1080
5347
msgid "Plugin '%-.192s' is not loaded"
5350
#: drizzled/drizzled_error_messages.h:1082
5352
msgid "Incorrect %-.32s value: '%-.128s'"
5355
#: drizzled/drizzled_error_messages.h:1084
5357
msgid "Table has no partition for value %-.64s"
5360
#: drizzled/drizzled_error_messages.h:1086
5362
msgid "It is not allowed to specify %s more than once"
5365
#: drizzled/drizzled_error_messages.h:1088
5366
#: drizzled/drizzled_error_messages.h:1224
5368
msgid "Failed to create %s"
5371
#: drizzled/drizzled_error_messages.h:1090
5372
#: drizzled/drizzled_error_messages.h:1114
5374
msgid "Failed to drop %s"
5377
#: drizzled/drizzled_error_messages.h:1092
5378
msgid "The handler doesn't support autoextend of tablespaces"
5381
#: drizzled/drizzled_error_messages.h:1094
5383
"A size parameter was incorrectly specified, either number or on the form 10M"
5386
#: drizzled/drizzled_error_messages.h:1096
5388
"The size number was correct but we don't allow the digit part to be more "
5392
#: drizzled/drizzled_error_messages.h:1098
5394
msgid "Failed to alter: %s"
5397
#: drizzled/drizzled_error_messages.h:1100
5398
msgid "Writing one row to the row-based binary log failed"
5401
#: drizzled/drizzled_error_messages.h:1102
5403
msgid "Table definition on master and slave does not match: %s"
5406
#: drizzled/drizzled_error_messages.h:1104
5408
"Slave running with --log-slave-updates must use row-based binary logging to "
5409
"be able to replicate row-based binary log events"
5412
#: drizzled/drizzled_error_messages.h:1106
5414
msgid "Event '%-.192s' already exists"
5417
#: drizzled/drizzled_error_messages.h:1108
5419
msgid "Failed to store event %s. Error code %d from storage engine."
5422
#: drizzled/drizzled_error_messages.h:1110
5424
msgid "Unknown event '%-.192s'"
5427
#: drizzled/drizzled_error_messages.h:1112
5429
msgid "Failed to alter event '%-.192s'"
5432
#: drizzled/drizzled_error_messages.h:1116
5433
msgid "INTERVAL is either not positive or too big"
5436
#: drizzled/drizzled_error_messages.h:1118
5437
msgid "ENDS is either invalid or before STARTS"
5440
#: drizzled/drizzled_error_messages.h:1120
5441
msgid "Event execution time is in the past. Event has been disabled"
5444
#: drizzled/drizzled_error_messages.h:1122
5445
msgid "Failed to open mysql.event"
5448
#: drizzled/drizzled_error_messages.h:1124
5449
msgid "No datetime expression provided"
5452
#: drizzled/drizzled_error_messages.h:1126
5455
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5456
"probably corrupted"
5459
#: drizzled/drizzled_error_messages.h:1128
5461
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5464
#: drizzled/drizzled_error_messages.h:1130
5465
msgid "Failed to delete the event from mysql.event"
5468
#: drizzled/drizzled_error_messages.h:1132
5469
msgid "Error during compilation of event's body"
5472
#: drizzled/drizzled_error_messages.h:1134
5473
msgid "Same old and new event name"
5476
#: drizzled/drizzled_error_messages.h:1136
5478
msgid "Data for column '%s' too long"
5481
#: drizzled/drizzled_error_messages.h:1138
5483
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5486
#: drizzled/drizzled_error_messages.h:1140
5489
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5493
#: drizzled/drizzled_error_messages.h:1142
5494
msgid "You can't write-lock a log table. Only read access is possible"
5497
#: drizzled/drizzled_error_messages.h:1144
5498
msgid "You can't use locks with log tables."
5501
#: drizzled/drizzled_error_messages.h:1146
5504
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5505
"d would lead to a duplicate entry"
5508
#: drizzled/drizzled_error_messages.h:1148
5511
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5512
"%d, now running %d. Please use mysql_upgrade to fix this error."
5515
#: drizzled/drizzled_error_messages.h:1150
5517
"Cannot switch out of the row-based binary log format when the session has "
5518
"open temporary tables"
5521
#: drizzled/drizzled_error_messages.h:1152
5523
"Cannot change the binary logging format inside a stored function or trigger"
5526
#: drizzled/drizzled_error_messages.h:1154
5528
"The NDB cluster engine does not support changing the binlog format on the "
5532
#: drizzled/drizzled_error_messages.h:1156
5533
msgid "Cannot create temporary table with partitions"
5536
#: drizzled/drizzled_error_messages.h:1158
5537
msgid "Partition constant is out of partition function domain"
5540
#: drizzled/drizzled_error_messages.h:1160
5541
msgid "This partition function is not allowed"
5544
#: drizzled/drizzled_error_messages.h:1162
5545
msgid "Error in DDL log"
5548
#: drizzled/drizzled_error_messages.h:1164
5549
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5552
#: drizzled/drizzled_error_messages.h:1166
5553
msgid "Incorrect partition name"
5556
#: drizzled/drizzled_error_messages.h:1168
5558
"Transaction isolation level can't be changed while a transaction is in "
5562
#: drizzled/drizzled_error_messages.h:1170
5565
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5566
"'%-.192s' for key '%-.192s'"
5569
#: drizzled/drizzled_error_messages.h:1172
5571
msgid "Internal scheduler error %d"
5574
#: drizzled/drizzled_error_messages.h:1174
5576
msgid "Error during starting/stopping of the scheduler. Error code %u"
5579
#: drizzled/drizzled_error_messages.h:1176
5580
msgid "Engine cannot be used in partitioned tables"
5583
#: drizzled/drizzled_error_messages.h:1178
5585
msgid "Cannot activate '%-.64s' log"
5588
#: drizzled/drizzled_error_messages.h:1180
5589
msgid "The server was not built with row-based replication"
5592
#: drizzled/drizzled_error_messages.h:1182
5593
msgid "Decoding of base64 string failed"
5596
#: drizzled/drizzled_error_messages.h:1184
5597
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5600
#: drizzled/drizzled_error_messages.h:1186
5602
"Cannot proceed because system tables used by Event Scheduler were found "
5603
"damaged at server start"
5606
#: drizzled/drizzled_error_messages.h:1188
5607
msgid "Only integers allowed as number here"
5610
#: drizzled/drizzled_error_messages.h:1190
5611
msgid "This storage engine cannot be used for log tables"
5614
#: drizzled/drizzled_error_messages.h:1192
5616
msgid "You cannot '%s' a log table if logging is enabled"
5619
#: drizzled/drizzled_error_messages.h:1194
5622
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5623
"rename two tables: the log table to an archive table and another table back "
5627
#: drizzled/drizzled_error_messages.h:1196
5629
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5632
#: drizzled/drizzled_error_messages.h:1198
5634
msgid "Incorrect parameters in the call to native function '%-.192s'"
5637
#: drizzled/drizzled_error_messages.h:1200
5639
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5642
#: drizzled/drizzled_error_messages.h:1202
5644
msgid "This function '%-.192s' has the same name as a native function"
5647
#: drizzled/drizzled_error_messages.h:1204
5649
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5652
#: drizzled/drizzled_error_messages.h:1206
5653
msgid "Too many files opened, please execute the command again"
5656
#: drizzled/drizzled_error_messages.h:1208
5657
#: drizzled/drizzled_error_messages.h:1210
5659
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5660
"The event was dropped immediately after creation."
5663
#: drizzled/drizzled_error_messages.h:1212
5665
msgid "The incident %s occured on the master. Message: %-.64s"
5668
#: drizzled/drizzled_error_messages.h:1214
5669
msgid "Table has no partition for some existing values"
5672
#: drizzled/drizzled_error_messages.h:1216
5673
msgid "Statement is not safe to log in statement format."
5676
#: drizzled/drizzled_error_messages.h:1218
5678
msgid "Fatal error: %s"
5681
#: drizzled/drizzled_error_messages.h:1220
5683
msgid "Relay log read failure: %s"
5686
#: drizzled/drizzled_error_messages.h:1222
5688
msgid "Relay log write failure: %s"
5691
#: drizzled/drizzled_error_messages.h:1226
5693
msgid "Master command %s failed: %s"
5696
#: drizzled/drizzled_error_messages.h:1228
5698
msgid "Binary logging not possible. Message: %s"
5701
#: drizzled/drizzled_error_messages.h:1230
5703
msgid "View `%-.64s`.`%-.64s` has no creation context"
5706
#: drizzled/drizzled_error_messages.h:1232
5708
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5711
#: drizzled/drizzled_error_messages.h:1234
5713
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5716
#: drizzled/drizzled_error_messages.h:1236
5718
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5721
#: drizzled/drizzled_error_messages.h:1238
5723
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5726
#: drizzled/drizzled_error_messages.h:1240
5728
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5731
#: drizzled/drizzled_error_messages.h:1242
5733
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5736
#: drizzled/drizzled_error_messages.h:1244
5738
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5741
#: drizzled/drizzled_error_messages.h:1246
5743
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5746
#: drizzled/drizzled_error_messages.h:1248
5748
msgid "Ambiguous slave modes combination. %s"
5751
#: drizzled/drizzled_error_messages.h:1250
5754
"The BINLOG statement of type `%s` was not preceded by a format description "
5758
#: drizzled/drizzled_error_messages.h:1252
5759
msgid "Corrupted replication event was detected"
5762
#: drizzled/drizzled_error_messages.h:1254
5764
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5767
#: drizzled/drizzled_error_messages.h:1256
5769
msgid "Being purged log %s was not found"
5772
#: drizzled/drizzled_error_messages.h:1258
5774
msgid "Converted to non-transactional lock on '%-.64s'"
5777
#: drizzled/drizzled_error_messages.h:1260
5779
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5782
#: drizzled/drizzled_error_messages.h:1262
5785
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5788
#: drizzled/drizzled_error_messages.h:1264
5790
msgid "Can't access storage engine of table %-.64s"
5793
#: drizzled/drizzled_error_messages.h:1266
5794
msgid "Starting backup process"
5797
#: drizzled/drizzled_error_messages.h:1268
5798
msgid "Backup completed"
5801
#: drizzled/drizzled_error_messages.h:1270
5802
msgid "Starting restore process"
5805
#: drizzled/drizzled_error_messages.h:1272
5806
msgid "Restore completed"
5809
#: drizzled/drizzled_error_messages.h:1274
5810
msgid "Nothing to backup"
5813
#: drizzled/drizzled_error_messages.h:1276
5815
msgid "Database '%-.64s' cannot be included in a backup"
5818
#: drizzled/drizzled_error_messages.h:1278
5820
"Error during backup operation - server's error log contains more information "
5824
#: drizzled/drizzled_error_messages.h:1280
5826
"Error during restore operation - server's error log contains more "
5827
"information about the error"
5830
#: drizzled/drizzled_error_messages.h:1282
5832
"Can't execute this command because another BACKUP/RESTORE operation is in "
5836
#: drizzled/drizzled_error_messages.h:1284
5837
msgid "Error when preparing for backup operation"
5840
#: drizzled/drizzled_error_messages.h:1286
5841
msgid "Error when preparing for restore operation"
5844
#: drizzled/drizzled_error_messages.h:1288
5846
msgid "Invalid backup location '%-.64s'"
5849
#: drizzled/drizzled_error_messages.h:1290
5851
msgid "Can't read backup location '%-.64s'"
5854
#: drizzled/drizzled_error_messages.h:1292
5856
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5859
#: drizzled/drizzled_error_messages.h:1294
5860
msgid "Can't enumerate server databases"
5863
#: drizzled/drizzled_error_messages.h:1296
5864
msgid "Can't enumerate server tables"
5867
#: drizzled/drizzled_error_messages.h:1298
5869
msgid "Can't enumerate tables in database %-.64s"
5872
#: drizzled/drizzled_error_messages.h:1300
5874
msgid "Skipping view %-.64s in database %-.64s"
5877
#: drizzled/drizzled_error_messages.h:1302
5879
msgid "Skipping table %-.64s since it has no valid storage engine"
5882
#: drizzled/drizzled_error_messages.h:1304
5884
msgid "Can't open table %-.64s"
5887
#: drizzled/drizzled_error_messages.h:1306
5888
msgid "Can't read backup archive preamble"
5891
#: drizzled/drizzled_error_messages.h:1308
5892
msgid "Can't write backup archive preamble"
5895
#: drizzled/drizzled_error_messages.h:1310
5897
msgid "Can't find backup driver for table %-.64s"
5900
#: drizzled/drizzled_error_messages.h:1312
5903
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5907
#: drizzled/drizzled_error_messages.h:1314
5909
msgid "Can't create %-.64s backup driver"
5912
#: drizzled/drizzled_error_messages.h:1316
5914
msgid "Can't create %-.64s restore driver"
5917
#: drizzled/drizzled_error_messages.h:1318
5919
msgid "Found %d images in backup archive but maximum %d are supported"
5922
#: drizzled/drizzled_error_messages.h:1320
5924
msgid "Error when saving meta-data of %-.64s"
5927
#: drizzled/drizzled_error_messages.h:1322
5928
msgid "Error when reading meta-data list"
5931
#: drizzled/drizzled_error_messages.h:1324
5933
msgid "Can't create %-.64s"
5936
#: drizzled/drizzled_error_messages.h:1326
5937
msgid "Can't allocate buffer for image data transfer"
5940
#: drizzled/drizzled_error_messages.h:1328
5942
msgid "Error when writing %-.64s backup image data (for table #%d)"
5945
#: drizzled/drizzled_error_messages.h:1330
5946
msgid "Error when reading data from backup stream"
5949
#: drizzled/drizzled_error_messages.h:1332
5950
msgid "Can't go to the next chunk in backup stream"
5953
#: drizzled/drizzled_error_messages.h:1334
5955
msgid "Can't initialize %-.64s backup driver"
5958
#: drizzled/drizzled_error_messages.h:1336
5960
msgid "Can't initialize %-.64s restore driver"
5963
#: drizzled/drizzled_error_messages.h:1338
5965
msgid "Can't shut down %-.64s backup driver"
5968
#: drizzled/drizzled_error_messages.h:1340
5970
msgid "Can't shut down %-.64s backup driver(s)"
5973
#: drizzled/drizzled_error_messages.h:1342
5975
msgid "%-.64s backup driver can't prepare for synchronization"
5978
#: drizzled/drizzled_error_messages.h:1344
5980
msgid "%-.64s backup driver can't create its image validity point"
5983
#: drizzled/drizzled_error_messages.h:1346
5985
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5988
#: drizzled/drizzled_error_messages.h:1348
5990
msgid "%-.64s backup driver can't cancel its backup operation"
5993
#: drizzled/drizzled_error_messages.h:1350
5995
msgid "%-.64s restore driver can't cancel its restore operation"
5998
#: drizzled/drizzled_error_messages.h:1352
6000
msgid "Error when polling %-.64s backup driver for its image data"
6003
#: drizzled/drizzled_error_messages.h:1354
6005
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6008
#: drizzled/drizzled_error_messages.h:1356
6011
"After %d attempts %-.64s restore driver still can't accept next block of data"
6014
#: drizzled/drizzled_error_messages.h:1358
6016
msgid "Open and lock tables failed in %-.64s"
6019
#: drizzled/drizzled_error_messages.h:1360
6020
msgid "Backup driver's table locking thread can not be initialized."
6023
#: drizzled/drizzled_error_messages.h:1362
6025
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6026
"and 'mysql.online_backup_progress'."
6029
#: drizzled/drizzled_error_messages.h:1364
6031
msgid "Tablespace '%-.192s' already exists"
6034
#: drizzled/drizzled_error_messages.h:1366
6036
msgid "Tablespace '%-.192s' doesn't exist"
6039
#: drizzled/drizzled_error_messages.h:1368
6041
msgid "Unexpected master's heartbeat data: %s"
6044
#: drizzled/drizzled_error_messages.h:1370
6046
msgid "The requested value for the heartbeat period %s %s"
6049
#: drizzled/drizzled_error_messages.h:1372
6051
msgid "Can't write to the online backup progress log %-.64s."
6054
#: drizzled/drizzled_error_messages.h:1374
6056
msgid "Tablespace '%-.192s' not empty"
6059
#: drizzled/drizzled_error_messages.h:1376
6062
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6063
"server. The original definition of the required tablespace is '%-.256s' "
6064
"while the same tablespace is defined on the server as '%-.256s'"
6067
#: drizzled/handler.cc:390
6068
msgid "Too many storage engines!"
6071
#: drizzled/handler.cc:394
6073
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
6076
#: drizzled/handler.cc:1278
6078
msgid "Found %d prepared transaction(s) in %s"
6081
#: drizzled/handler.cc:1330
6082
msgid "Starting crash recovery..."
6085
#: drizzled/handler.cc:1362
6087
msgid "Found %d prepared XA transactions"
6090
#: drizzled/handler.cc:1366
6093
"Found %d prepared transactions! It means that drizzled was not shut down "
6094
"properly last time and critical recovery information (last binlog or %s "
6095
"file) was manually deleted after a crash. You have to start drizzled with "
6096
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6099
#: drizzled/handler.cc:1376
6100
msgid "Crash recovery finished."
6103
#: drizzled/log.cc:1072
6104
msgid "I/O error reading the header from the binary log"
6107
#: drizzled/log.cc:1079
6109
"Binlog has bad magic number; It's not a binary log file that can be used by "
6110
"this version of Drizzle"
6113
#: drizzled/log.cc:1094
6115
msgid "Failed to open log (file '%s', errno %d)"
6118
#: drizzled/log.cc:1096 drizzled/log.cc:1104
6119
msgid "Could not open log file"
6122
#: drizzled/log.cc:1102
6124
msgid "Failed to create a cache on log (file '%s')"
6127
#: drizzled/log.cc:1256 drizzled/log.cc:1904
6130
"Could not use %s for logging (error %d). Turning logging off for the whole "
6131
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6132
"shutdown the Drizzle server and restart it."
6135
#: drizzled/log.cc:2173 drizzled/log.cc:2204 drizzled/log.cc:2456
6136
#: drizzled/log.cc:2580
6138
msgid "Failed to delete file '%s'"
6141
#: drizzled/log.cc:2182 drizzled/log.cc:2464 drizzled/log.cc:2588
6144
"a problem with deleting %s; consider examining correspondence of your binlog "
6145
"index file to the actual binlog files"
6148
#: drizzled/log.cc:2310
6150
msgid "next log error: %d offset: %s log: %s included: %d"
6153
#: drizzled/log.cc:2422 drizzled/log.cc:2548
6155
msgid "Failed to execute stat() on file '%s'"
6158
#: drizzled/log.cc:2433 drizzled/log.cc:2559
6161
"a problem with getting info on being purged %s; consider examining "
6162
"correspondence of your binlog index file to the actual binlog files"
6165
#: drizzled/log.cc:4055 drizzled/log.cc:4548
6167
msgid "Recovering after a crash using %s"
6170
#: drizzled/log.cc:4058
6172
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6175
#: drizzled/log.cc:4395
6176
msgid "Bad magic header in tc log"
6179
#: drizzled/log.cc:4405
6182
"Recovery failed! You must enable exactly %d storage engines that support two-"
6183
"phase commit protocol"
6186
#: drizzled/log.cc:4433
6188
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6189
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6190
"heuristic-recover={commit|rollback}"
6193
#: drizzled/log.cc:4463
6194
msgid "Heuristic crash recovery mode"
6197
#: drizzled/log.cc:4465
6198
msgid "Heuristic crash recovery failed"
6201
#: drizzled/log.cc:4466
6202
msgid "Please restart mysqld without --tc-heuristic-recover"
6205
#: drizzled/log.cc:4510 drizzled/log.cc:4534
6207
msgid "find_log_pos() failed (error: %d)"
6210
#: drizzled/log.cc:4647
6212
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6213
"of memory error) and restart, or delete (or rename) binary log and start "
6214
"mysqld with --tc-heuristic-recover={commit|rollback}"
6217
#: drizzled/log_event.cc:990
6220
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6223
#: drizzled/log_event.cc:3693
6226
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6227
"produced %ld warning(s). Default database: '%s'"
6230
#: drizzled/log_event.cc:4731
6231
msgid "Out of memory while recording slave event"
6234
#: drizzled/rpl_mi.cc:148
6236
msgid "Failed to create a new master info file (file '%s', errno %d)"
6239
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6241
msgid "Failed to create a cache on master info file (file '%s')"
6244
#: drizzled/rpl_mi.cc:170
6246
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6249
#: drizzled/rpl_mi.cc:276
6252
"SSL information in the master info file ('%s') are ignored because this "
6253
"MySQL slave was compiled without SSL support."
6256
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2151
6257
msgid "Failed to flush master info file"
6260
#: drizzled/rpl_mi.cc:305
6261
msgid "Error reading master configuration"
6264
#: drizzled/rpl_reporting.cc:43
6266
msgid "Slave %s: %s%s Error_code: %d"
6269
#: drizzled/rpl_rli.cc:134
6272
"Neither --relay-log nor --relay-log-index were used; so replication may "
6273
"break when this MySQL server acts as a slave and has his hostname changed!! "
6274
"Please use '--relay-log=%s' to avoid this problem."
6277
#: drizzled/rpl_rli.cc:151
6278
msgid "Failed in open_log() called from init_relay_log_info()"
6281
#: drizzled/rpl_rli.cc:168
6283
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6286
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6288
msgid "Failed to create a cache on relay log info file '%s'"
6291
#: drizzled/rpl_rli.cc:186
6292
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6295
#: drizzled/rpl_rli.cc:202
6297
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6300
#: drizzled/rpl_rli.cc:253
6302
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6305
#: drizzled/rpl_rli.cc:268
6306
msgid "Failed to flush relay log info file"
6309
#: drizzled/rpl_rli.cc:271
6310
msgid "Error counting relay log space"
6313
#: drizzled/rpl_rli.cc:295
6315
msgid "log %s listed in the index, but failed to stat"
6318
#: drizzled/rpl_rli.cc:310
6319
msgid "Could not find first log while counting relay log space"
6322
#: drizzled/rpl_rli.cc:967
6323
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6326
#: drizzled/rpl_utility.cc:122
6328
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6331
#: drizzled/rpl_utility.cc:137
6334
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6335
"Master's column size should be <= the slave's column size."
6338
#: drizzled/scheduler.cc:121
6339
msgid "Memory allocation error in thd_scheduler::init\n"
6342
#: drizzled/scheduler.cc:212
6343
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6346
#: drizzled/scheduler.cc:218
6347
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6350
#: drizzled/scheduler.cc:230
6351
msgid "thd_add_event event_add error in libevent_init\n"
6354
#: drizzled/scheduler.cc:246
6356
msgid "Can't create completion port thread (error %d)"
6359
#: drizzled/scheduler.cc:359
6360
msgid "event_add error in libevent_add_thd_callback\n"
6363
#: drizzled/scheduler.cc:385
6364
msgid "Scheduler init error in libevent_add_new_connection\n"
6367
#: drizzled/scheduler.cc:467
6368
msgid "libevent_thread_proc: my_thread_init() failed\n"
6371
#: drizzled/set_var.cc:898
6372
msgid "Ambiguous slave modes combination. STRICT will be used"
6375
#: drizzled/slave.cc:89
6376
msgid "Waiting to reconnect after a failed registration on master"
6379
#: drizzled/slave.cc:90
6381
"Slave I/O thread killed while waitnig to reconnect after a failed "
6382
"registration on master"
6385
#: drizzled/slave.cc:92
6386
msgid "Reconnecting after a failed registration on master"
6389
#: drizzled/slave.cc:93
6392
"failed registering on master, reconnecting to try again, log '%s' at postion "
6396
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6397
msgid "Slave I/O thread killed during or after reconnect"
6400
#: drizzled/slave.cc:99
6401
msgid "Waiting to reconnect after a failed binlog dump request"
6404
#: drizzled/slave.cc:100
6405
msgid "Slave I/O thread killed while retrying master dump"
6408
#: drizzled/slave.cc:101
6409
msgid "Reconnecting after a failed binlog dump request"
6412
#: drizzled/slave.cc:102
6414
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6417
#: drizzled/slave.cc:108
6418
msgid "Waiting to reconnect after a failed master event read"
6421
#: drizzled/slave.cc:109
6422
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6425
#: drizzled/slave.cc:111
6426
msgid "Reconnecting after a failed master event read"
6429
#: drizzled/slave.cc:112
6432
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6436
#: drizzled/slave.cc:115
6438
"Slave I/O thread killed during or after a reconnect done to recover from "
6442
#: drizzled/slave.cc:229
6443
msgid "Failed to allocate memory for the master info structure"
6446
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6447
msgid "Failed to initialize the master info structure"
6450
#: drizzled/slave.cc:251
6451
msgid "Failed to create slave threads"
6454
#: drizzled/slave.cc:448
6455
msgid "Server id not set, will not start slave"
6458
#: drizzled/slave.cc:616
6460
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6461
"updates to a non-transactional table without any primary key. There is a "
6462
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6463
"check your tables' contents after restart."
6466
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6467
msgid "Master reported unrecognized DRIZZLE version"
6470
#: drizzled/slave.cc:833
6471
msgid "default Format_description_log_event"
6474
#: drizzled/slave.cc:855
6477
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6478
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6481
#: drizzled/slave.cc:882
6483
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6484
"server ids; these ids must be different for replication to work (or the --"
6485
"replicate-same-server-id option must be used on slave but this doesnot "
6486
"always make sense; please check the manual before using it)."
6489
#: drizzled/slave.cc:927
6491
"The slave I/O thread stops because master and slave have different values "
6492
"for the COLLATION_SERVER global variable. The values must be equal for "
6493
"replication to work"
6496
#: drizzled/slave.cc:963
6498
"The slave I/O thread stops because master and slave have different values "
6499
"for the TIME_ZONE global variable. The values must be equal for replication "
6503
#: drizzled/slave.cc:1028
6504
msgid "Waiting for the slave SQL thread to free enough relay log space"
6507
#: drizzled/slave.cc:1074
6509
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6513
#: drizzled/slave.cc:1085
6514
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6517
#: drizzled/slave.cc:1476
6519
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6522
#: drizzled/slave.cc:1529
6524
msgid "Error reading packet from server: %s ( server_errno=%d)"
6527
#: drizzled/slave.cc:1537
6529
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6532
#: drizzled/slave.cc:1691
6535
"It was not possible to update the positions of the relay log information: "
6536
"the slave may be in an inconsistent state. Stopped in %s position %s"
6539
#: drizzled/slave.cc:1766 drizzled/slave.cc:2366
6541
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6544
#: drizzled/slave.cc:1825 drizzled/slave.cc:2315
6546
msgid "Error initializing relay log position: %s"
6549
#: drizzled/slave.cc:1841
6552
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6553
"Consider raising the value of the slave_transaction_retries variable."
6556
#: drizzled/slave.cc:1864
6558
"Could not parse relay log event entry. The possible reasons are: the "
6559
"master's binary log is corrupted (you can check this by running "
6560
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6561
"can check this by running 'mysqlbinlog' on the relay log), a network "
6562
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6563
"check the master's binary log or slave's relay log, you will be able to know "
6564
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6567
#: drizzled/slave.cc:1988
6568
msgid "Failed during slave I/O thread initialization"
6571
#: drizzled/slave.cc:2002
6572
msgid "error in drizzle_create()"
6575
#: drizzled/slave.cc:2010
6578
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6579
"'%s' at position %s"
6582
#: drizzled/slave.cc:2024
6583
msgid "Slave I/O thread killed while connecting to master"
6586
#: drizzled/slave.cc:2048
6587
msgid "Slave I/O thread couldn't register on master"
6590
#: drizzled/slave.cc:2060 drizzled/slave.cc:2084 drizzled/slave.cc:2108
6591
msgid "Forcing to reconnect slave I/O thread"
6594
#: drizzled/slave.cc:2073
6595
msgid "Failed on request_dump()"
6598
#: drizzled/slave.cc:2074
6599
msgid "Slave I/O thread killed while requesting master dump"
6602
#: drizzled/slave.cc:2100
6603
msgid "Waiting for master to send event"
6606
#: drizzled/slave.cc:2102
6607
msgid "Slave I/O thread killed while reading event"
6610
#: drizzled/slave.cc:2120
6613
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6614
"entry is correct, restart the server with a higher value of "
6615
"max_allowed_packet"
6618
#: drizzled/slave.cc:2134
6619
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6622
#: drizzled/slave.cc:2144
6623
msgid "Queueing master event to the relay log"
6626
#: drizzled/slave.cc:2171
6627
msgid "Slave I/O thread aborted while waiting for relay log space"
6630
#: drizzled/slave.cc:2181
6632
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6635
#: drizzled/slave.cc:2205
6636
msgid "Waiting for slave mutex on exit"
6639
#: drizzled/slave.cc:2271
6640
msgid "Failed during slave thread initialization"
6643
#: drizzled/slave.cc:2337
6646
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6647
"s, relay log '%s' position: %s"
6650
#: drizzled/slave.cc:2351
6651
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6654
#: drizzled/slave.cc:2377
6655
msgid "Reading event from the relay log"
6658
#: drizzled/slave.cc:2402
6660
msgid "Slave (additional info): %s Error_code: %d"
6663
#: drizzled/slave.cc:2419
6665
msgid "Slave: %s Error_code: %d"
6668
#: drizzled/slave.cc:2422
6671
"Error loading user-defined library, slave SQL thread aborted. Install the "
6672
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6673
"stopped at log '%s' position %s"
6676
#: drizzled/slave.cc:2430
6679
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6680
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6683
#: drizzled/slave.cc:2442
6686
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6689
#: drizzled/slave.cc:2538
6691
msgid "Slave I/O: failed requesting download of '%s'"
6694
#: drizzled/slave.cc:2555
6696
msgid "Network read error downloading '%s' from master"
6699
#: drizzled/slave.cc:2577
6700
msgid "error writing Exec_load event to relay log"
6703
#: drizzled/slave.cc:2591
6704
msgid "error writing Create_file event to relay log"
6707
#: drizzled/slave.cc:2606
6708
msgid "error writing Append_block event to relay log"
6711
#: drizzled/slave.cc:2702
6712
msgid "Memory allocation failed"
6715
#: drizzled/slave.cc:2727 drizzled/slave.cc:2813
6718
"Read invalid event from master: '%s', master could be corrupt but a more "
6719
"likely cause of this is a bug"
6722
#: drizzled/slave.cc:3086
6723
msgid "could not queue event from master"
6726
#: drizzled/slave.cc:3180
6728
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6731
#: drizzled/slave.cc:3182
6732
msgid "reconnecting"
6735
#: drizzled/slave.cc:3182
6739
#: drizzled/slave.cc:3208
6742
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6746
#: drizzled/slave.cc:3598
6748
msgid "next log '%s' is currently active"
6751
#: drizzled/slave.cc:3628
6753
msgid "next log '%s' is not active"
6756
#: drizzled/slave.cc:3644
6759
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6762
#: drizzled/slave.cc:3650
6763
msgid "Aborting slave SQL thread because of partial event read"
6766
#: drizzled/slave.cc:3656 drizzled/slave.cc:3663
6768
msgid "Error reading relay log event: %s"
6771
#: drizzled/slave.cc:3657
6772
msgid "slave SQL thread was killed"
6775
#: drizzled/slave.cc:3755
6778
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6779
"check error log on slave for more info"
6782
#: drizzled/slave.cc:3761
6785
"According to the master's version ('%s'), it is probable that master suffers "
6786
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6787
"current binary log event may make the slave's data become different from the "
6788
"master's data. To take no risk, slave refuses to replicate this event and "
6789
"stops. We recommend that all updates be stopped on the master and slave, "
6790
"that the data of both be manually synchronized, that master's binary logs be "
6791
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6792
"Then replication can be restarted."
6795
#: drizzled/sql_base.cc:2527
6797
msgid "Table %s had a open data handler in reopen_table"
6800
#: drizzled/sql_base.cc:3178
6802
msgid "Couldn't repair table: %s.%s"
6805
#: drizzled/sql_base.cc:3221
6808
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6809
"s`.`%s`' to the binary log"
6812
#: drizzled/sql_base.cc:3950
6814
msgid "Could not remove temporary table: '%s', error: %d"
6817
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
6819
msgid "Error while loading database options: '%s':"
6822
#: drizzled/sql_plugin.cc:647
6824
msgid "Plugin '%s' of type %s failed deinitialization"
6827
#: drizzled/sql_plugin.cc:661
6829
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6832
#: drizzled/sql_plugin.cc:781
6834
msgid "Plugin '%s' registration as a %s failed."
6837
#: drizzled/sql_plugin.cc:1035
6838
msgid "plugin-load parameter too long"
6841
#: drizzled/sql_plugin.cc:1095
6843
msgid "Couldn't load plugin named '%s' with soname '%s'."
6846
#: drizzled/sql_plugin.cc:1146
6848
msgid "Forcing shutdown of %d plugins"
6851
#: drizzled/sql_plugin.cc:1168
6853
msgid "Plugin '%s' will be forced to shutdown"
6856
#: drizzled/sql_plugin.cc:1184
6858
msgid "Plugin '%s' has ref_count=%d after shutdown."
6861
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
6863
msgid "Unknown variable type code 0x%x in plugin '%s'."
6866
#: drizzled/sql_plugin.cc:2476
6869
"Server variable %s of plugin %s was forced to be read-only: string variable "
6870
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6873
#: drizzled/sql_plugin.cc:2507
6875
msgid "Missing variable name in plugin '%s'."
6878
#: drizzled/sql_plugin.cc:2524
6880
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6883
#: drizzled/sql_plugin.cc:2643
6885
msgid "Out of memory for plugin '%s'."
6888
#: drizzled/sql_plugin.cc:2650
6890
msgid "Bad options for plugin '%s'."
6893
#: drizzled/sql_plugin.cc:2659
6895
msgid "Parsing options for plugin '%s' failed."
6898
#: drizzled/sql_plugin.cc:2702
6900
msgid "Plugin '%s' has conflicting system variables"
6903
#: drizzled/sql_plugin.cc:2712
6905
msgid "Plugin '%s' disabled by command line option"
6908
#: drizzled/sql_repl.cc:101
6909
msgid "Failed in send_file() while reading file name"
6912
#: drizzled/sql_repl.cc:114
6913
msgid "Failed in send_file() on open of file"
6916
#: drizzled/sql_repl.cc:122
6917
msgid "Failed in send_file() while writing data to client"
6920
#: drizzled/sql_repl.cc:131
6921
msgid "Failed in send_file() while negotiating file transfer close"
6924
#: drizzled/sql_table.cc:81
6926
msgid "Invalid (old?) table or database name '%s'"
6929
#: drizzled/sql_table.cc:2716
6931
msgid "Unknown - internal error %d during operation"
6934
#: drizzled/sql_table.cc:4992
6936
msgid "Could not open table %s.%s after rename\n"
6939
#: drizzled/sql_table.cc:5159
6942
"order_st BY ignored because there is a user-defined clustered index in the "
6946
#: drizzled/sql_udf.cc:39
6947
msgid "Can't allocate memory for udf structures"
6950
#: drizzled/table.cc:488
6953
"'%s' had no or invalid character set, and default character set is multi-"
6954
"byte, so character column sizes may have changed"
6957
#: drizzled/table.cc:1692
6959
msgid "Unknown collation '%s' in table '%-.64s' definition"
6962
#: drizzled/table.cc:1699
6965
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6969
#: drizzled/table.cc:2311
6972
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6976
#: drizzled/table.cc:2337
6979
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6980
"have type %s, found type %s."
6983
#: drizzled/table.cc:2346
6986
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6987
"position %d to have character set '%s' but the type has no character set."
6990
#: drizzled/table.cc:2356
6993
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6994
"position %d to have character set '%s' but found character set '%s'."
6997
#: drizzled/table.cc:2367
7000
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7001
"have type %s but the column is not found."
7004
#: drizzled/table.cc:4750
7006
msgid "Got error %d when reading table '%s'"
7009
#: drizzled/tztime.cc:1063
7011
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7014
#: drizzled/definitions.h:48
7015
msgid "Invalid error code"