1
# Esperanto 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-12-16 18:03-0800\n"
11
"PO-Revision-Date: 2008-09-23 10:56+0000\n"
12
"Last-Translator: OlivierWeb <olivierweb@ifrance.com>\n"
13
"Language-Team: Esperanto <eo@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2008-12-10 20:23+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:257
22
msgid "Synonym for `help'."
23
msgstr "Sinonimo por `helpo'."
25
#: client/drizzle.cc:258
26
msgid "Clear command."
27
msgstr "Vakigi komandlinion."
29
#: client/drizzle.cc:260
30
msgid "Reconnect to the server. Optional arguments are db and host."
32
"Rekonekti al servilo. Malnepraj argumentoj estas datumbazo kaj gastiga "
35
#: client/drizzle.cc:262
37
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
40
#: client/drizzle.cc:264
41
msgid "Send command to drizzle server, display result vertically."
44
#: client/drizzle.cc:265
45
msgid "Exit drizzle. Same as quit."
48
#: client/drizzle.cc:266
49
msgid "Send command to drizzle server."
52
#: client/drizzle.cc:267
53
msgid "Display this help."
56
#: client/drizzle.cc:268
57
msgid "Disable pager, print to stdout."
60
#: client/drizzle.cc:269
61
msgid "Don't write into outfile."
64
#: client/drizzle.cc:271
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
68
#: client/drizzle.cc:272
69
msgid "Print current command."
72
#: client/drizzle.cc:273
73
msgid "Change your drizzle prompt."
76
#: client/drizzle.cc:274
80
#: client/drizzle.cc:275
81
msgid "Rebuild completion hash."
84
#: client/drizzle.cc:277
85
msgid "Execute an SQL script file. Takes a file name as an argument."
88
#: client/drizzle.cc:278
89
msgid "Get status information from the server."
92
#: client/drizzle.cc:280
93
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
#: client/drizzle.cc:282
97
msgid "Use another database. Takes database name as argument."
100
#: client/drizzle.cc:284 client/drizzle.cc:1441
101
msgid "Show warnings after every statement."
104
#: client/drizzle.cc:286
105
msgid "Don't show warnings after every statement."
108
#: client/drizzle.cc:1038 client/drizzle.cc:1045
110
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
113
#: client/drizzle.cc:1128
114
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
117
#: client/drizzle.cc:1138
120
"Your Drizzle connection id is %u\n"
121
"Server version: %s\n"
124
#: client/drizzle.cc:1166
126
msgid "Reading history-file %s\n"
129
#: client/drizzle.cc:1170
131
msgid "Couldn't allocate memory for temp histfile!\n"
134
#: client/drizzle.cc:1177
135
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
138
#: client/drizzle.cc:1195
140
msgid "Writing history-file %s\n"
143
#: client/drizzle.cc:1204
147
#: client/drizzle.cc:1204
151
#: client/drizzle.cc:1253
152
msgid "Query aborted by Ctrl+C\n"
155
#: client/drizzle.cc:1276 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2812
156
msgid "Display this help and exit."
159
#: client/drizzle.cc:1278
160
msgid "Synonym for -?"
163
#: client/drizzle.cc:1281
165
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
166
"and field completion, but startup and reconnecting may take a longer time. "
167
"Disable with --disable-auto-rehash."
170
#: client/drizzle.cc:1285
172
"No automatic rehashing. One has to use 'rehash' to get table and field "
173
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
174
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
177
#: client/drizzle.cc:1288
179
"Automatically switch to vertical output mode if the result is wider than the "
183
#: client/drizzle.cc:1291
185
"Don't use history file. Disable interactive behavior. (Enables --silent)"
188
#: client/drizzle.cc:1293 drizzled/drizzled.cc:2864
189
msgid "Directory where character sets are."
192
#: client/drizzle.cc:1295
193
msgid "Display column type information."
196
#: client/drizzle.cc:1298
198
"Preserve comments. Send comments to the server. The default is --skip-"
199
"comments (discard comments), enable with --comments"
202
#: client/drizzle.cc:1301
203
msgid "Use compression in server/client protocol."
206
#: client/drizzle.cc:1304
207
msgid "Check memory and open file usage at exit ."
210
#: client/drizzle.cc:1307
211
msgid "Print some debug info at exit."
214
#: client/drizzle.cc:1309
215
msgid "Database to use."
218
#: client/drizzle.cc:1312
222
#: client/drizzle.cc:1314
223
msgid "Delimiter to be used."
226
#: client/drizzle.cc:1316
227
msgid "Execute command and quit. (Disables --force and history file)"
230
#: client/drizzle.cc:1318
231
msgid "Print the output of a query (rows) vertically."
234
#: client/drizzle.cc:1321
235
msgid "Continue even if we get an sql error."
238
#: client/drizzle.cc:1325
240
"Enable named commands. Named commands mean this program's internal commands; "
241
"see drizzle> help . When enabled, the named commands can be used from any "
242
"line of the query, otherwise only from the first line, before an enter. "
243
"Disable with --disable-named-commands. This option is disabled by default."
246
#: client/drizzle.cc:1329
248
"Named commands are disabled. Use \\* form only, or use named commands only "
249
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
250
"the client now starts with this option ENABLED by default! Disable with '-"
251
"G'. Long format commands still work from the first line. WARNING: option "
252
"deprecated; use --disable-named-commands instead."
255
#: client/drizzle.cc:1331
256
msgid "Ignore space after function names."
259
#: client/drizzle.cc:1333
260
msgid "Enable/disable LOAD DATA LOCAL INFILE."
263
#: client/drizzle.cc:1336
264
msgid "Turn off beep on error."
267
#: client/drizzle.cc:1338 client/drizzleadmin.cc:77
268
msgid "Connect to host."
271
#: client/drizzle.cc:1340
272
msgid "Write line numbers for errors."
275
#: client/drizzle.cc:1343
277
"Don't write line number for errors. WARNING: -L is deprecated, use long "
278
"version of this option instead."
281
#: client/drizzle.cc:1345
282
msgid "Flush buffer after each query."
285
#: client/drizzle.cc:1347
286
msgid "Write column names in results."
289
#: client/drizzle.cc:1351
291
"Don't write column names in results. WARNING: -N is deprecated, use long "
292
"version of this options instead."
295
#: client/drizzle.cc:1354
297
"Change the value of a variable. Please note that this option is deprecated; "
298
"you can set variables directly with --variable-name=value."
301
#: client/drizzle.cc:1356
302
msgid "Ignore SIGINT (CTRL-C)"
305
#: client/drizzle.cc:1360
307
"Only update the default database. This is useful for skipping updates to "
308
"other database in the update log."
311
#: client/drizzle.cc:1363
313
"Pager to use to display results. If you don't supply an option the default "
314
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
315
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
316
"work in batch mode. Disable with --disable-pager. This option is disabled by "
320
#: client/drizzle.cc:1366
322
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
323
"option deprecated; use --disable-pager instead."
326
#: client/drizzle.cc:1369 client/drizzleadmin.cc:80
328
"Password to use when connecting to server. If password is not given it's "
329
"asked from the tty."
332
#: client/drizzle.cc:1371
334
"Port number to use for connection or 0 for default to, in order of "
335
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
338
#: client/drizzle.cc:1372
339
msgid "built-in default"
342
#: client/drizzle.cc:1374
343
msgid "Set the drizzle prompt to this value."
346
#: client/drizzle.cc:1377
347
msgid "The protocol of connection (tcp,socket,pipe,memory)."
350
#: client/drizzle.cc:1380
352
"Don't cache result, print it row by row. This may slow down the server if "
353
"the output is suspended. Doesn't use history file."
356
#: client/drizzle.cc:1382
357
msgid "Write fields without conversion. Used with --batch."
360
#: client/drizzle.cc:1385
362
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
363
"option is enabled by default."
366
#: client/drizzle.cc:1387
368
"Be more silent. Print results with a tab as separator, each row on new line."
371
#: client/drizzle.cc:1389
372
msgid "Socket file to use for connection."
375
#: client/drizzle.cc:1392
376
msgid "Output in table format."
379
#: client/drizzle.cc:1395
381
"Append everything into outfile. See interactive help (\\h) also. Does not "
382
"work in batch mode. Disable with --disable-tee. This option is disabled by "
386
#: client/drizzle.cc:1397
388
"Disable outfile. See interactive help (\\h) also. WARNING: option "
389
"deprecated; use --disable-tee instead"
392
#: client/drizzle.cc:1400 client/drizzleadmin.cc:90
393
msgid "User for login if not current user."
396
#: client/drizzle.cc:1403
397
msgid "Only allow UPDATE and DELETE that uses keys."
400
#: client/drizzle.cc:1406
401
msgid "Synonym for option --safe-updates, -U."
404
#: client/drizzle.cc:1409
405
msgid "Write more. (-v -v -v gives the table output format)."
408
#: client/drizzle.cc:1411 client/drizzleadmin.cc:95 drizzled/drizzled.cc:3175
409
msgid "Output version information and exit."
412
#: client/drizzle.cc:1413 client/drizzleadmin.cc:97
413
msgid "Wait and retry if connection is down."
416
#: client/drizzle.cc:1416
417
msgid "Number of seconds before connection timeout."
420
#: client/drizzle.cc:1421
421
msgid "Max packet length to send to, or receive from server"
424
#: client/drizzle.cc:1426
425
msgid "Buffer for TCP/IP and socket communication"
428
#: client/drizzle.cc:1430
429
msgid "Automatic limit for SELECT when using --safe-updates"
432
#: client/drizzle.cc:1435
433
msgid "Automatic limit for rows in a join when using --safe-updates"
436
#: client/drizzle.cc:1439
437
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
440
#: client/drizzle.cc:1444
441
msgid "Number of lines before each import progress report."
444
#: client/drizzle.cc:1455
446
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
449
#: client/drizzle.cc:1462
452
"Copyright (C) 2008 Sun Microsystems\n"
453
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
454
"and you are welcome to modify and redistribute it under the GPL license\n"
457
#: client/drizzle.cc:1467
459
msgid "Usage: %s [OPTIONS] [database]\n"
462
#: client/drizzle.cc:1502
463
msgid "DELIMITER cannot contain a backslash character"
466
#: client/drizzle.cc:1523
468
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
471
#: client/drizzle.cc:1546
473
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
476
#: client/drizzle.cc:1550
478
msgid "WARNING: --server-arg option not supported in this configuration.\n"
481
#: client/drizzle.cc:1577
483
"Non-integer value supplied for port. If you are trying to enter a password "
484
"please use --password instead."
487
#: client/drizzle.cc:1585
488
msgid "Value supplied for port is not valid."
491
#: client/drizzle.cc:1738
493
msgid "Processing line: %<PRIu32>\n"
496
#: client/drizzle.cc:1954
498
msgid "Unknown command '\\%c'."
501
#: client/drizzle.cc:2378
503
"Reading table information for completion of table and column names\n"
504
" You can turn off this feature to get a quicker startup with -A\n"
508
#: client/drizzle.cc:2475
509
msgid "No connection. Trying to reconnect..."
512
#: client/drizzle.cc:2481
513
msgid "Can't connect to the server\n"
516
#: client/drizzle.cc:2538
520
#: client/drizzle.cc:2538
524
#: client/drizzle.cc:2590
529
#: client/drizzle.cc:2591
536
#: client/drizzle.cc:2593
543
#: client/drizzle.cc:2606
544
msgid "Many help items for your request exist."
547
#: client/drizzle.cc:2607
549
"To make a more specific request, please type 'help <item>',\n"
550
"where <item> is one of the following"
553
#: client/drizzle.cc:2613
555
msgid "You asked for help about help category: '%s'\n"
558
#: client/drizzle.cc:2614
560
"For more information, type 'help <item>', where <item> is one of the "
564
#: client/drizzle.cc:2627
570
#: client/drizzle.cc:2628
571
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
574
#: client/drizzle.cc:2650
575
msgid "List of all Drizzle commands:"
578
#: client/drizzle.cc:2652
579
msgid "Note that all text commands must be first on line and end with ';'"
582
#: client/drizzle.cc:2664
585
"For server side help, type 'help contents'\n"
588
#: client/drizzle.cc:2705
589
msgid "No query specified\n"
592
#: client/drizzle.cc:2720
593
msgid "Ignoring query to other database"
596
#: client/drizzle.cc:2769
600
#: client/drizzle.cc:2782
602
msgid "%ld row in set"
603
msgid_plural "%ld rows in set"
607
#: client/drizzle.cc:2791
611
#: client/drizzle.cc:2793
613
msgid "Query OK, %ld row affected"
614
msgid_plural "Query OK, %ld rows affected"
618
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3043
620
"Port number to use for connection or 0 for default to, in order of "
621
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
624
#: client/drizzleadmin.cc:87
625
msgid "Silently exit if one can't connect to server."
628
#: client/drizzleadmin.cc:93
629
msgid "Write more information."
632
#: client/drizzleadmin.cc:127
634
msgid "Memory allocation error while copying password. Aborting.\n"
637
#: client/drizzleadmin.cc:264
640
"connect to server at '%s' failed\n"
644
#: client/drizzleadmin.cc:270
646
msgid "Check that drizzled is running on %s"
649
#: client/drizzleadmin.cc:271
651
msgid " and that the port is %d.\n"
654
#: client/drizzleadmin.cc:273
656
msgid "You can check this by doing 'telnet %s %d'\n"
659
#: client/drizzleadmin.cc:284
661
msgid "Got error: %s\n"
664
#: client/drizzleadmin.cc:291
665
msgid "Waiting for Drizzle server to answer"
668
#: client/drizzleadmin.cc:324
670
msgid "shutting down drizzled...\n"
673
#: client/drizzleadmin.cc:328
675
msgid "shutdown failed; error: '%s'"
678
#: client/drizzleadmin.cc:335
683
#: client/drizzleadmin.cc:345
684
msgid "drizzled is alive"
687
#: client/drizzleadmin.cc:353
688
msgid "connection was down, but drizzled is now alive"
691
#: client/drizzleadmin.cc:357
693
msgid "drizzled doesn't answer to ping, error: '%s'"
696
#: client/drizzleadmin.cc:366
698
msgid "Unknown command: '%-.60s'"
701
#: client/drizzleadmin.cc:375
703
msgid "%s Ver %s Distrib %s, for %s on %s\n"
706
#: client/drizzleadmin.cc:382
707
msgid "Copyright (C) 2000-2008 MySQL AB"
710
#: client/drizzleadmin.cc:383
712
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
713
"and you are welcome to modify and redistribute it under the GPL license\n"
716
#: client/drizzleadmin.cc:384
717
msgid "Administration program for the drizzled daemon."
720
#: client/drizzleadmin.cc:385
722
msgid "Usage: %s [OPTIONS] command command....\n"
725
#: client/drizzleadmin.cc:387
727
" ping Check if server is down\n"
728
" shutdown Take server down\n"
731
#: libdrizzle/errmsg.c:27
732
msgid "Unknown Drizzle error"
735
#: libdrizzle/errmsg.c:28
737
msgid "Can't create UNIX socket (%d)"
740
#: libdrizzle/errmsg.c:29
742
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
745
#: libdrizzle/errmsg.c:30
747
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
750
#: libdrizzle/errmsg.c:31
752
msgid "Can't create TCP/IP socket (%d)"
755
#: libdrizzle/errmsg.c:32
757
msgid "Unknown Drizzle server host '%-.100s' (%d)"
760
#: libdrizzle/errmsg.c:33
761
msgid "Drizzle server has gone away"
764
#: libdrizzle/errmsg.c:34
766
msgid "Protocol mismatch; server version = %d, client version = %d"
769
#: libdrizzle/errmsg.c:35
770
msgid "Drizzle client ran out of memory"
773
#: libdrizzle/errmsg.c:36
774
msgid "Wrong host info"
777
#: libdrizzle/errmsg.c:37
778
msgid "Localhost via UNIX socket"
781
#: libdrizzle/errmsg.c:38
783
msgid "%-.100s via TCP/IP"
786
#: libdrizzle/errmsg.c:39
787
msgid "Error in server handshake"
790
#: libdrizzle/errmsg.c:40
791
msgid "Lost connection to Drizzle server during query"
794
#: libdrizzle/errmsg.c:41
795
msgid "Commands out of sync; you can't run this command now"
798
#: libdrizzle/errmsg.c:42
800
msgid "Named pipe: %-.32s"
803
#: libdrizzle/errmsg.c:43
805
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
808
#: libdrizzle/errmsg.c:44
810
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
813
#: libdrizzle/errmsg.c:45
815
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
818
#: libdrizzle/errmsg.c:46
820
msgid "Can't initialize character set %-.32s (path: %-.100s)"
823
#: libdrizzle/errmsg.c:47
824
msgid "Got packet bigger than 'max_allowed_packet' bytes"
827
#: libdrizzle/errmsg.c:48
828
msgid "Embedded server"
831
#: libdrizzle/errmsg.c:49
832
msgid "Error on SHOW SLAVE STATUS:"
835
#: libdrizzle/errmsg.c:50
836
msgid "Error on SHOW SLAVE HOSTS:"
839
#: libdrizzle/errmsg.c:51
840
msgid "Error connecting to slave:"
843
#: libdrizzle/errmsg.c:52
844
msgid "Error connecting to master:"
847
#: libdrizzle/errmsg.c:53
848
msgid "SSL connection error"
851
#: libdrizzle/errmsg.c:54
852
msgid "Malformed packet"
855
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
856
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
857
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
858
#: libdrizzle/errmsg.c:74
859
msgid "(unused error message)"
862
#: libdrizzle/errmsg.c:56
863
msgid "Invalid use of null pointer"
866
#: libdrizzle/errmsg.c:57
867
msgid "Statement not prepared"
870
#: libdrizzle/errmsg.c:58
871
msgid "No data supplied for parameters in prepared statement"
874
#: libdrizzle/errmsg.c:59
875
msgid "Data truncated"
878
#: libdrizzle/errmsg.c:60
879
msgid "No parameters exist in the statement"
882
#: libdrizzle/errmsg.c:61
883
msgid "Invalid parameter number"
886
#: libdrizzle/errmsg.c:62
889
"Can't send long data for non-string/non-binary data types (parameter: %d)"
892
#: libdrizzle/errmsg.c:64
894
msgid "Using unsupported buffer type: %d (parameter: %d)"
897
#: libdrizzle/errmsg.c:65
899
msgid "Shared memory: %-.100s"
902
#: libdrizzle/errmsg.c:75
903
msgid "Wrong or unknown protocol"
906
#: libdrizzle/errmsg.c:76
907
msgid "Invalid connection handle"
910
#: libdrizzle/errmsg.c:77
912
"Connection using old (pre-4.1.1) authentication protocol refused (client "
913
"option 'secure_auth' enabled)"
916
#: libdrizzle/errmsg.c:79
917
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
920
#: libdrizzle/errmsg.c:80
921
msgid "Attempt to read column without prior row fetch"
924
#: libdrizzle/errmsg.c:81
925
msgid "Prepared statement contains no metadata"
928
#: libdrizzle/errmsg.c:82
930
"Attempt to read a row while there is no result set associated with the "
934
#: libdrizzle/errmsg.c:84
935
msgid "This feature is not implemented yet"
938
#: libdrizzle/errmsg.c:85
941
"Lost connection to Drizzle server while waiting for initial communication "
942
"packet, system error: %d"
945
#: libdrizzle/errmsg.c:87
948
"Lost connection to Drizzle server while reading initial communication "
949
"packet, system error: %d"
952
#: libdrizzle/errmsg.c:89
955
"Lost connection to Drizzle server while sending authentication information, "
959
#: libdrizzle/errmsg.c:91
962
"Lost connection to Drizzle server while reading authorization information, "
966
#: libdrizzle/errmsg.c:93
969
"Lost connection to Drizzle server while setting initial database, system "
973
#: libdrizzle/errmsg.c:95
975
msgid "Statement closed indirectly because of a preceding %s() call"
978
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
979
msgid "Couldn't uncompress communication packet"
982
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
983
msgid "Got an error reading communication packets"
986
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
987
msgid "Got timeout reading communication packets"
990
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
991
msgid "Got an error writing communication packets"
994
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
995
msgid "Got timeout writing communication packets"
998
#: libdrizzle/local_infile.c:189 mysys/errors.cc:52
1000
msgid "File '%s' not found (Errcode: %d)"
1003
#: libdrizzle/local_infile.c:220 mysys/errors.cc:26
1005
msgid "Error reading file '%s' (Errcode: %d)"
1008
#: mysys/errors.cc:25
1010
msgid "Can't create/write to file '%s' (Errcode: %d)"
1013
#: mysys/errors.cc:27
1015
msgid "Error writing file '%s' (Errcode: %d)"
1018
#: mysys/errors.cc:28
1020
msgid "Error on close of '%s' (Errcode: %d)"
1023
#: mysys/errors.cc:29
1025
msgid "Out of memory (Needed %u bytes)"
1028
#: mysys/errors.cc:30
1030
msgid "Error on delete of '%s' (Errcode: %d)"
1033
#: mysys/errors.cc:31
1035
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1038
#: mysys/errors.cc:32
1040
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1043
#: mysys/errors.cc:33
1045
msgid "Can't lock file (Errcode: %d)"
1048
#: mysys/errors.cc:34
1050
msgid "Can't unlock file (Errcode: %d)"
1053
#: mysys/errors.cc:35
1055
msgid "Can't read dir of '%s' (Errcode: %d)"
1058
#: mysys/errors.cc:36
1060
msgid "Can't get stat of '%s' (Errcode: %d)"
1063
#: mysys/errors.cc:37
1065
msgid "Can't change size of file (Errcode: %d)"
1068
#: mysys/errors.cc:38
1070
msgid "Can't open stream from handle (Errcode: %d)"
1073
#: mysys/errors.cc:39
1075
msgid "Can't get working dirctory (Errcode: %d)"
1078
#: mysys/errors.cc:40
1080
msgid "Can't change dir to '%s' (Errcode: %d)"
1083
#: mysys/errors.cc:41
1085
msgid "Warning: '%s' had %d links"
1088
#: mysys/errors.cc:42
1090
msgid "Warning: %d files and %d streams is left open\n"
1093
#: mysys/errors.cc:43
1095
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1098
#: mysys/errors.cc:44
1100
msgid "Can't create directory '%s' (Errcode: %d)"
1103
#: mysys/errors.cc:45
1106
"Character set '%s' is not a compiled character set and is not specified in "
1110
#: mysys/errors.cc:46
1112
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1115
#: mysys/errors.cc:47
1117
msgid "Can't read value for symlink '%s' (Error %d)"
1120
#: mysys/errors.cc:48
1122
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1125
#: mysys/errors.cc:49
1127
msgid "Error on realpath() on '%s' (Error %d)"
1130
#: mysys/errors.cc:50
1132
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1135
#: mysys/errors.cc:51
1138
"Collation '%s' is not a compiled collation and is not specified in the %s "
1142
#: mysys/errors.cc:53
1144
msgid "File '%s' (fileno: %d) was not closed"
1147
#: mysys/my_error.cc:87
1149
msgid "Unknown error %d"
1152
#: mysys/my_getopt.cc:89
1156
#: mysys/my_getopt.cc:91
1160
#: mysys/my_getopt.cc:355
1162
msgid "%s: %s: Option '%s' used, but is disabled\n"
1165
#: mysys/my_getopt.cc:356
1169
#: mysys/my_getopt.cc:356
1173
#: mysys/my_getopt.cc:459
1175
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1178
#: mysys/my_getopt.cc:772
1180
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1183
#: mysys/my_getopt.cc:963
1185
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1188
#: mysys/my_getopt.cc:1190
1190
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1193
#: mysys/my_getopt.cc:1210
1197
"Variables (--variable-name=value)\n"
1198
"and boolean options {false|true} Value (after reading options)\n"
1199
"--------------------------------- -----------------------------\n"
1202
#: mysys/my_getopt.cc:1226 mysys/my_getopt.cc:1242
1203
msgid "(No default value)"
1206
#: mysys/my_getopt.cc:1245
1210
#: mysys/my_getopt.cc:1245
1214
#: mysys/my_getopt.cc:1273
1216
msgid "(Disabled)\n"
1219
#: drizzled/authentication.cc:68 drizzled/show.cc:4681
1220
#: drizzled/sql_plugin.cc:796
1222
msgid "Plugin '%s' init function returned error."
1225
#. TRANSLATORS: The leading word "configvar" is the name
1226
#. of the plugin api, and so should not be translated.
1227
#: drizzled/configvar.cc:40
1229
msgid "configvar plugin '%s' init() failed"
1232
#. TRANSLATORS: The leading word "configvar" is the name
1233
#. of the plugin api, and so should not be translated.
1234
#: drizzled/configvar.cc:62
1236
msgid "configvar plugin '%s' deinit() failed"
1239
#. TRANSLATORS: The leading word "configvar" is the name
1240
#. of the plugin api, and so should not be translated.
1241
#: drizzled/configvar.cc:98
1243
msgid "configvar plugin '%s' configvar_func1() failed"
1246
#. TRANSLATORS: The leading word "configvar" is the name
1247
#. of the plugin api, and so should not be translated.
1248
#: drizzled/configvar.cc:152
1250
msgid "configvar plugin '%s' configvar_func2() failed"
1253
#: drizzled/db.cc:404 drizzled/db.cc:412
1255
msgid "Error while loading database options: '%s':"
1258
#: drizzled/drizzled.cc:549
1260
msgid "Got error %d from pthread_cond_timedwait"
1263
#: drizzled/drizzled.cc:728
1265
msgid "Got signal %d from thread %<PRIu64>"
1268
#: drizzled/drizzled.cc:781
1272
#: drizzled/drizzled.cc:956
1273
msgid "One can only use the --user switch if running as root\n"
1276
#: drizzled/drizzled.cc:964
1278
"Fatal error: Please read \"Security\" section of the manual to find out how "
1279
"to run drizzled as root!\n"
1282
#: drizzled/drizzled.cc:988
1285
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1289
#: drizzled/drizzled.cc:1162
1291
msgid "Retrying bind on TCP/IP port %u"
1294
#: drizzled/drizzled.cc:1168
1295
msgid "Can't start server: Bind on TCP/IP port"
1298
#: drizzled/drizzled.cc:1169
1300
msgid "Do you already have another drizzled server running on port: %d ?"
1303
#: drizzled/drizzled.cc:1175
1304
msgid "Can't start server: listen() on TCP/IP port"
1307
#: drizzled/drizzled.cc:1176
1309
msgid "listen() on TCP/IP failed with error %d"
1312
#: drizzled/drizzled.cc:1266
1317
#: drizzled/drizzled.cc:1284
1320
"We will try our best to scrape up some info that will hopefully help "
1322
"the problem, but since we have already crashed, something is definitely "
1324
"and this may fail.\n"
1328
#: drizzled/drizzled.cc:1295
1331
"It is possible that drizzled could use up to \n"
1332
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1335
"Hope that's ok; if not, decrease some variables in the equation.\n"
1339
#: drizzled/drizzled.cc:1313
1342
"Attempting backtrace. You can use the following information to find out\n"
1343
"where drizzled died. If you see no messages after this, something went\n"
1344
"terribly wrong...\n"
1347
#: drizzled/drizzled.cc:1341
1350
"Trying to get some variables.\n"
1351
"Some pointers may be invalid and cause the dump to abort...\n"
1354
#: drizzled/drizzled.cc:1353
1358
"This crash occurred while the server was calling initgroups(). This is\n"
1359
"often due to the use of a drizzled that is statically linked against glibc\n"
1360
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1361
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1362
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1363
"drizzled that is not statically linked.\n"
1366
#: drizzled/drizzled.cc:1368
1370
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1371
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1372
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1373
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1374
"the documentation for your distribution on how to do that.\n"
1377
#: drizzled/drizzled.cc:1381
1381
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1382
"unreliable and unstable on some operating systems and operating-system\n"
1383
"versions (notably, some versions of Linux). This crash could be due to use\n"
1384
"of those buggy OS calls. You should consider whether you really need the\n"
1385
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1389
#: drizzled/drizzled.cc:1396
1391
msgid "Writing a core file\n"
1394
#: drizzled/drizzled.cc:1443
1396
"setrlimit could not change the size of core files to 'infinity'; We may not "
1397
"be able to generate a core file on signals"
1400
#: drizzled/drizzled.cc:1511
1402
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1405
#: drizzled/drizzled.cc:1599
1407
msgid "Got signal %d to shutdown drizzled"
1410
#: drizzled/drizzled.cc:1616 drizzled/sql_base.cc:6390
1411
msgid "Can't create thread to kill server"
1414
#: drizzled/drizzled.cc:1639
1416
msgid "Got signal: %d error: %d"
1419
#: drizzled/drizzled.cc:1754
1421
msgid "Wrong date/time format specifier: %s\n"
1424
#: drizzled/drizzled.cc:1871
1426
msgid "gethostname failed, using '%s' as hostname"
1429
#: drizzled/drizzled.cc:1935
1432
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1436
#: drizzled/drizzled.cc:1940
1439
"Could not increase number of max_open_files to more than %u (request: %u)"
1442
#: drizzled/drizzled.cc:2021
1444
msgid "Unknown locale: '%s'"
1447
#: drizzled/drizzled.cc:2091
1448
msgid "Can't create thread-keys"
1451
#: drizzled/drizzled.cc:2131
1452
msgid "Unable to reopen stdout"
1455
#: drizzled/drizzled.cc:2134
1456
msgid "Unable to reopen stderr"
1459
#: drizzled/drizzled.cc:2140
1460
msgid "Out of memory"
1463
#: drizzled/drizzled.cc:2146
1465
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1466
"impossible, it would lead to infinite loops in this server."
1469
#: drizzled/drizzled.cc:2166
1472
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1473
"replication may break when this Drizzle server acts as a master and has his "
1474
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1477
#: drizzled/drizzled.cc:2178
1478
msgid "Out of memory in init_server_components."
1481
#: drizzled/drizzled.cc:2199
1482
msgid "Failed to initialize plugins."
1485
#: drizzled/drizzled.cc:2230
1488
"%s: Too many arguments (first extra is '%s').\n"
1489
"Use --verbose --help to get a list of available options\n"
1492
#: drizzled/drizzled.cc:2240
1493
msgid "Can't init databases"
1496
#: drizzled/drizzled.cc:2260
1498
msgid "Unknown/unsupported table type: %s"
1501
#: drizzled/drizzled.cc:2266
1503
msgid "Default storage engine (%s) is not available"
1506
#: drizzled/drizzled.cc:2289
1507
msgid "Can't initialize tc_log"
1510
#: drizzled/drizzled.cc:2320
1512
msgid "Failed to lock memory. Errno: %d\n"
1515
#: drizzled/drizzled.cc:2381
1517
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1520
#: drizzled/drizzled.cc:2419
1522
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1523
"value: we force server id to 1; updates will be logged to the binary log, "
1524
"but connections from slaves will not be accepted."
1527
#: drizzled/drizzled.cc:2471
1528
msgid "Before Lock_thread_count"
1531
#: drizzled/drizzled.cc:2478
1532
msgid "After lock_thread_count"
1535
#: drizzled/drizzled.cc:2584
1537
msgid "drizzled: Got error %d from select"
1540
#: drizzled/drizzled.cc:2816 drizzled/drizzled.cc:2903
1541
#: drizzled/drizzled.cc:3016
1542
msgid "Option used by mysql-test for debugging and testing of replication."
1545
#: drizzled/drizzled.cc:2820
1546
msgid "Auto-increment columns are incremented by this"
1549
#: drizzled/drizzled.cc:2825
1551
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1555
#: drizzled/drizzled.cc:2831
1557
"Path to installation directory. All paths are usually resolved relative to "
1561
#: drizzled/drizzled.cc:2835
1562
msgid "IP address to bind to."
1565
#: drizzled/drizzled.cc:2839
1567
"The maximum size of a row-based binary log event in bytes. Rows will be "
1568
"grouped into events smaller than this size if possible. The value has to be "
1569
"a multiple of 256."
1572
#: drizzled/drizzled.cc:2850
1573
msgid "Don't ignore client side character set value sent during handshake."
1576
#: drizzled/drizzled.cc:2855
1577
msgid "Set the filesystem character set."
1580
#: drizzled/drizzled.cc:2860
1581
msgid "Set the default character set."
1584
#: drizzled/drizzled.cc:2867
1585
msgid "Chroot drizzled daemon during startup."
1588
#: drizzled/drizzled.cc:2871
1589
msgid "Set the default collation."
1592
#: drizzled/drizzled.cc:2875
1593
msgid "Default completion type."
1596
#: drizzled/drizzled.cc:2880
1597
msgid "Write error output on screen."
1600
#: drizzled/drizzled.cc:2884
1601
msgid "Write core on errors."
1604
#: drizzled/drizzled.cc:2888
1605
msgid "Path to the database root."
1608
#: drizzled/drizzled.cc:2892
1609
msgid "Set the default storage engine (table type) for tables."
1612
#: drizzled/drizzled.cc:2896
1613
msgid "Set the default time zone."
1616
#: drizzled/drizzled.cc:2900
1617
msgid "Type of DELAY_KEY_WRITE."
1620
#: drizzled/drizzled.cc:2909
1621
msgid "Print a symbolic stack trace on failure."
1624
#: drizzled/drizzled.cc:2915
1625
msgid "Push supported query conditions to the storage engine."
1628
#: drizzled/drizzled.cc:2921
1629
msgid "Used for debugging; Use at your own risk!"
1632
#: drizzled/drizzled.cc:2924
1633
msgid "Flush tables to disk between SQL commands."
1636
#: drizzled/drizzled.cc:2929
1637
msgid "Set up signals usable for debugging"
1640
#: drizzled/drizzled.cc:2933
1641
msgid "Command(s) that are executed for each new connection"
1644
#: drizzled/drizzled.cc:2937
1645
msgid "Read SQL commands from this file at startup."
1648
#: drizzled/drizzled.cc:2941
1649
msgid "Command(s) that are executed when a slave connects to this master"
1652
#: drizzled/drizzled.cc:2945
1656
#: drizzled/drizzled.cc:2949
1657
msgid "Set the language used for the month names and the days of the week."
1660
#: drizzled/drizzled.cc:2954
1661
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1664
#: drizzled/drizzled.cc:2959
1665
msgid "Log connections and queries to file."
1668
#: drizzled/drizzled.cc:2963
1670
"Log update queries in binary format. Optional argument is the location for "
1671
"the binary log files.(Strongly recommended to avoid replication problems if "
1672
"server's hostname changes)"
1675
#: drizzled/drizzled.cc:2970
1676
msgid "File that holds the names for last binary log files."
1679
#: drizzled/drizzled.cc:2974
1680
msgid "Error log file."
1683
#: drizzled/drizzled.cc:2978
1684
msgid "Log all MyISAM changes to file."
1687
#: drizzled/drizzled.cc:2982
1689
"Tells the slave to log the updates from the slave thread to the binary log. "
1690
"You will need to turn it on if you plan to daisy-chain the slaves."
1693
#: drizzled/drizzled.cc:2989
1695
"Path to transaction coordinator log (used for transactions that affect more "
1696
"than one storage engine, when binary log is disabled)"
1699
#: drizzled/drizzled.cc:2995
1700
msgid "Size of transaction coordinator log."
1703
#: drizzled/drizzled.cc:3001
1704
msgid "Log some not critical warnings to the log file."
1707
#: drizzled/drizzled.cc:3006
1709
"The location and name of the file that remembers the master and where the I/"
1710
"O replication thread is in the master's binlogs."
1713
#: drizzled/drizzled.cc:3011
1715
"The number of tries the slave will make to connect to the master before "
1719
#: drizzled/drizzled.cc:3020
1720
msgid "Lock drizzled in memory."
1723
#: drizzled/drizzled.cc:3024
1725
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1726
"BACKUP, FORCE or QUICK."
1729
#: drizzled/drizzled.cc:3029
1730
msgid "Use very new possible 'unsafe' functions."
1733
#: drizzled/drizzled.cc:3034
1734
msgid "Use old, non-optimized alter table."
1737
#: drizzled/drizzled.cc:3039
1738
msgid "Pid file used by safe_mysqld."
1741
#: drizzled/drizzled.cc:3049
1743
"Maximum time in seconds to wait for the port to become free. (Default: no "
1747
#: drizzled/drizzled.cc:3054
1748
msgid "The location and name to use for relay logs."
1751
#: drizzled/drizzled.cc:3058
1753
"The location and name to use for the file that keeps a list of the last "
1757
#: drizzled/drizzled.cc:3063
1759
"The location and name of the file that remembers where the SQL replication "
1760
"thread is in the relay logs."
1763
#: drizzled/drizzled.cc:3068
1765
"In replication, if set to 1, do not skip events having our server id. "
1766
"Default value is 0 (to break infinite loops in circular replication). Can't "
1767
"be set to 1 if --log-slave-updates is used."
1770
#: drizzled/drizzled.cc:3076
1772
"Hostname or IP of the slave to be reported to to the master during slave "
1773
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1774
"you do not want the slave to register itself with the master. Note that it "
1775
"is not sufficient for the master to simply read the IP of the slave off the "
1776
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1777
"may not be valid for connecting to the slave from the master or other hosts."
1780
#: drizzled/drizzled.cc:3086
1781
msgid "Skip some optimize stages (for testing)."
1784
#: drizzled/drizzled.cc:3089
1786
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1787
"specified directory"
1790
#: drizzled/drizzled.cc:3094
1792
"Uniquely identifies the server instance in the community of replication "
1796
#: drizzled/drizzled.cc:3099
1797
msgid "Don't use new, possible wrong routines."
1800
#: drizzled/drizzled.cc:3102
1801
msgid "If set, slave is not started automatically."
1804
#: drizzled/drizzled.cc:3106
1805
msgid "Don't print a stack trace on failure."
1808
#: drizzled/drizzled.cc:3110
1809
msgid "Don't give threads different priorities."
1812
#: drizzled/drizzled.cc:3114
1814
"The location where the slave should put its temporary files when replicating "
1815
"a LOAD DATA INFILE command."
1818
#: drizzled/drizzled.cc:3119
1820
"Tells the slave thread to continue replication when a query event returns an "
1821
"error from the provided list."
1824
#: drizzled/drizzled.cc:3123
1826
"Modes for how replication events should be executed. Legal values are "
1827
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1828
"stop for operations that are idempotent. In STRICT mode, replication will "
1829
"stop on any unexpected difference between the master and the slave."
1832
#: drizzled/drizzled.cc:3131
1836
#: drizzled/drizzled.cc:3134
1837
msgid "Enable symbolic link support."
1840
#: drizzled/drizzled.cc:3143
1842
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1845
#: drizzled/drizzled.cc:3148
1847
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1851
#: drizzled/drizzled.cc:3153
1853
"Using this option will cause most temporary files created to use a small set "
1854
"of names, rather than a unique name for each new file."
1857
#: drizzled/drizzled.cc:3158
1859
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1862
#: drizzled/drizzled.cc:3163
1863
msgid "Path for temporary files."
1866
#: drizzled/drizzled.cc:3167
1867
msgid "Default transaction isolation level."
1870
#: drizzled/drizzled.cc:3171
1871
msgid "Run drizzled daemon as user."
1874
#: drizzled/drizzled.cc:3179
1876
"The number of outstanding connection requests Drizzle can have. This comes "
1877
"into play when the main Drizzle thread gets very many connection requests in "
1878
"a very short time."
1881
#: drizzled/drizzled.cc:3185
1883
"The size of the cache to hold the SQL statements for the binary log during a "
1884
"transaction. If you often use big, multi-statement transactions you can "
1885
"increase this to get more performance."
1888
#: drizzled/drizzled.cc:3191
1890
"Size of tree cache used in bulk insert optimization. Note that this is a "
1894
#: drizzled/drizzled.cc:3197
1896
"The number of seconds the drizzled server is waiting for a connect packet "
1897
"before responding with 'Bad handshake'."
1900
#: drizzled/drizzled.cc:3202
1901
msgid "The DATE format (For future)."
1904
#: drizzled/drizzled.cc:3207
1905
msgid "The DATETIME/TIMESTAMP format (for future)."
1908
#: drizzled/drizzled.cc:3212
1909
msgid "The default week format used by WEEK() functions."
1912
#: drizzled/drizzled.cc:3217
1914
"Precision of the result of '/' operator will be increased on that value."
1917
#: drizzled/drizzled.cc:3223
1919
"If non-zero, binary logs will be purged after expire_logs_days days; "
1920
"possible purges happen at startup and at binary log rotation."
1923
#: drizzled/drizzled.cc:3229
1924
msgid "The maximum length of the result of function group_concat."
1927
#: drizzled/drizzled.cc:3234
1929
"The number of seconds the server waits for activity on an interactive "
1930
"connection before closing it."
1933
#: drizzled/drizzled.cc:3240
1934
msgid "The size of the buffer that is used for full joins."
1937
#: drizzled/drizzled.cc:3246
1938
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1941
#: drizzled/drizzled.cc:3251
1943
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1944
"this to get better index handling (for all reads and multiple writes) to as "
1945
"much as you can afford;"
1948
#: drizzled/drizzled.cc:3260
1950
"This characterizes the number of hits a hot block has to be untouched until "
1951
"it is considered aged enough to be downgraded to a warm block. This "
1952
"specifies the percentage ratio of that number of hits to the total number of "
1953
"blocks in key cache"
1956
#: drizzled/drizzled.cc:3269
1957
msgid "The default size of key cache blocks"
1960
#: drizzled/drizzled.cc:3275
1961
msgid "The minimum percentage of warm blocks in key cache"
1964
#: drizzled/drizzled.cc:3281
1965
msgid "Max packetlength to send/receive from to server."
1968
#: drizzled/drizzled.cc:3286
1970
"Can be used to restrict the total size used to cache a multi-transaction "
1974
#: drizzled/drizzled.cc:3291
1976
"Binary log will be rotated automatically when the size exceeds this value. "
1977
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
1978
"for this variable is 4096."
1981
#: drizzled/drizzled.cc:3297
1983
"If there is more than this number of interrupted connections from a host "
1984
"this host will be blocked from further connections."
1987
#: drizzled/drizzled.cc:3304
1988
msgid "The number of simultaneous clients allowed."
1991
#: drizzled/drizzled.cc:3309
1992
msgid "Max number of errors/warnings to store for a statement."
1995
#: drizzled/drizzled.cc:3314
1996
msgid "Don't allow creation of heap tables bigger than this."
1999
#: drizzled/drizzled.cc:3320
2001
"Joins that are probably going to read more than max_join_size records return "
2005
#: drizzled/drizzled.cc:3326
2006
msgid "Max number of bytes in sorted records."
2009
#: drizzled/drizzled.cc:3331
2011
"If non-zero: relay log will be rotated automatically when the size exceeds "
2012
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2013
"excepted, the minimum value for this variable is 4096."
2016
#: drizzled/drizzled.cc:3338
2017
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2020
#: drizzled/drizzled.cc:3343
2022
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2023
"max_sort_length bytes of each value are used; the rest are ignored)."
2026
#: drizzled/drizzled.cc:3350
2027
msgid "Maximum number of temporary tables a client can keep open at a time."
2030
#: drizzled/drizzled.cc:3355
2031
msgid "After this many write locks, allow some read locks to run in between."
2034
#: drizzled/drizzled.cc:3359
2036
"Don't log queries which examine less than min_examined_row_limit rows to "
2040
#: drizzled/drizzled.cc:3365
2041
msgid "Block size to be used for MyISAM index pages."
2044
#: drizzled/drizzled.cc:3371
2045
msgid "Default pointer size to be used for MyISAM tables."
2048
#: drizzled/drizzled.cc:3376
2050
"Don't use the fast sort index method to created index if the temporary file "
2051
"would get bigger than this."
2054
#: drizzled/drizzled.cc:3383
2056
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2057
"disables parallel repair."
2060
#: drizzled/drizzled.cc:3389
2062
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2063
"when creating indexes with CREATE INDEX or ALTER TABLE."
2066
#: drizzled/drizzled.cc:3395
2068
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2069
"Possible values of name are 'nulls_unequal' (default behavior), "
2070
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2073
#: drizzled/drizzled.cc:3402
2074
msgid "Buffer length for TCP/IP and socket communication."
2077
#: drizzled/drizzled.cc:3407
2079
"Number of seconds to wait for more data from a connection before aborting "
2083
#: drizzled/drizzled.cc:3413
2085
"If a read on a communication port is interrupted, retry this many times "
2089
#: drizzled/drizzled.cc:3419
2091
"Number of seconds to wait for a block to be written to a connection before "
2092
"aborting the write."
2095
#: drizzled/drizzled.cc:3425
2096
msgid "Use compatible behavior."
2099
#: drizzled/drizzled.cc:3430
2101
"If this is not 0, then drizzled will use this value to reserve file "
2102
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2103
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2104
"larger) number of files."
2107
#: drizzled/drizzled.cc:3437
2109
"Controls the heuristic(s) applied during query optimization to prune less-"
2110
"promising partial plans from the optimizer search space. Meaning: false - do "
2111
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2112
"based on number of retrieved rows."
2115
#: drizzled/drizzled.cc:3445
2117
"Maximum depth of search performed by the query optimizer. Values larger than "
2118
"the number of relations in a query result in better query plans, but take "
2119
"longer to compile a query. Smaller values than the number of tables in a "
2120
"relation result in faster optimization, but may produce very bad query "
2121
"plans. If set to 0, the system will automatically pick a reasonable value; "
2122
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2123
"(used for testing/comparison)."
2126
#: drizzled/drizzled.cc:3457
2127
msgid "Directory for plugins."
2130
#: drizzled/drizzled.cc:3461
2132
"Optional colon (or semicolon) separated list of plugins to load,where each "
2133
"plugin is identified by the name of the shared library. [for example: --"
2134
"plugin_load=libmd5udf.so:libauth_pam.so]"
2137
#: drizzled/drizzled.cc:3467
2138
msgid "The size of the buffer that is allocated when preloading indexes"
2141
#: drizzled/drizzled.cc:3472
2142
msgid "Allocation block size for query parsing and execution"
2145
#: drizzled/drizzled.cc:3477
2146
msgid "Persistent buffer for query parsing and execution"
2149
#: drizzled/drizzled.cc:3483
2150
msgid "Allocation block size for storing ranges during optimization"
2153
#: drizzled/drizzled.cc:3489
2155
"Each thread that does a sequential scan allocates a buffer of this size for "
2156
"each table it scans. If you do many sequential scans, you may want to "
2157
"increase this value."
2160
#: drizzled/drizzled.cc:3497
2162
"When reading rows in sorted order after a sort, the rows are read through "
2163
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2167
#: drizzled/drizzled.cc:3505
2169
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2173
#: drizzled/drizzled.cc:3511
2174
msgid "Maximum space to use for all relay logs."
2177
#: drizzled/drizzled.cc:3516
2178
msgid "Use compression on master/slave protocol."
2181
#: drizzled/drizzled.cc:3521
2183
"Number of seconds to wait for more data from a master/slave connection "
2184
"before aborting the read."
2187
#: drizzled/drizzled.cc:3526
2189
"Number of times the slave SQL thread will retry a transaction in case it "
2190
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2194
#: drizzled/drizzled.cc:3532
2195
msgid "Allow slave to batch requests."
2198
#: drizzled/drizzled.cc:3536
2200
"If creating the thread takes longer than this value (in seconds), the "
2201
"Slow_launch_threads counter will be incremented."
2204
#: drizzled/drizzled.cc:3541
2205
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2208
#: drizzled/drizzled.cc:3547
2210
"Synchronously flush binary log to disk after every #th event. Use 0 "
2211
"(default) to disable synchronous flushing."
2214
#: drizzled/drizzled.cc:3552
2215
msgid "The number of cached table definitions."
2218
#: drizzled/drizzled.cc:3556
2219
msgid "The number of cached open tables."
2222
#: drizzled/drizzled.cc:3560
2224
"Timeout in seconds to wait for a table level lock before returning an error. "
2225
"Used only if the connection has active cursors."
2228
#: drizzled/drizzled.cc:3565
2230
"How many threads we should create to handle query requests in case of "
2231
"'thread_handling=pool-of-threads'"
2234
#: drizzled/drizzled.cc:3570
2235
msgid "The stack size for each thread."
2238
#: drizzled/drizzled.cc:3576
2239
msgid "The TIME format (for future)."
2242
#: drizzled/drizzled.cc:3581
2244
"If an internal in-memory temporary table exceeds this size, Drizzle will "
2245
"automatically convert it to an on-disk MyISAM table."
2248
#: drizzled/drizzled.cc:3587
2249
msgid "Allocation block size for transactions to be stored in binary log"
2252
#: drizzled/drizzled.cc:3592
2253
msgid "Persistent buffer for transactions to be stored in binary log"
2256
#: drizzled/drizzled.cc:3597
2258
"The number of seconds the server waits for activity on a connection before "
2262
#: drizzled/drizzled.cc:3843
2264
"Copyright (C) 2008 Sun Microsystems\n"
2265
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2266
"and you are welcome to modify and redistribute it under the GPL license\n"
2268
"Starts the Drizzle database server\n"
2271
#: drizzled/drizzled.cc:3850
2273
msgid "Usage: %s [OPTIONS]\n"
2276
#: drizzled/drizzled.cc:3861
2279
"To see what values a running Drizzle server is using, type\n"
2280
"'drizzleadmin variables' instead of 'drizzled --help'."
2283
#: drizzled/drizzled.cc:4034
2286
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2290
#: drizzled/drizzled.cc:4088
2291
msgid "Can't start server: cannot resolve hostname!"
2294
#: drizzled/drizzled.cc:4094
2295
msgid "Can't start server: bind-address refers to multiple interfaces!"
2298
#: drizzled/drizzled.cc:4447
2300
msgid "No option given to %s\n"
2303
#: drizzled/drizzled.cc:4449
2305
msgid "Wrong option to %s. Option(s) given: %s\n"
2308
#: drizzled/drizzled.cc:4451
2310
msgid "Alternatives are: '%s'"
2313
#: drizzled/error.cc:34
2317
#: drizzled/error.cc:36
2321
#: drizzled/error.cc:38
2325
#: drizzled/error.cc:40
2329
#: drizzled/error.cc:42
2331
msgid "Can't create file '%-.200s' (errno: %d)"
2334
#: drizzled/error.cc:44
2336
msgid "Can't create table '%-.200s' (errno: %d)"
2339
#: drizzled/error.cc:46
2341
msgid "Can't create database '%-.192s' (errno: %d)"
2344
#: drizzled/error.cc:48
2346
msgid "Can't create database '%-.192s'; database exists"
2349
#: drizzled/error.cc:50
2351
msgid "Can't drop database '%-.192s'; database doesn't exist"
2354
#: drizzled/error.cc:52
2356
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2359
#: drizzled/error.cc:54
2361
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2364
#: drizzled/error.cc:56
2366
msgid "Error on delete of '%-.192s' (errno: %d)"
2369
#: drizzled/error.cc:58
2370
msgid "Can't read record in system table"
2373
#: drizzled/error.cc:60
2375
msgid "Can't get status of '%-.200s' (errno: %d)"
2378
#: drizzled/error.cc:62
2380
msgid "Can't get working directory (errno: %d)"
2383
#: drizzled/error.cc:64
2385
msgid "Can't lock file (errno: %d)"
2388
#: drizzled/error.cc:66
2390
msgid "Can't open file: '%-.200s' (errno: %d)"
2393
#: drizzled/error.cc:68
2395
msgid "Can't find file: '%-.200s' (errno: %d)"
2398
#: drizzled/error.cc:70
2400
msgid "Can't read dir of '%-.192s' (errno: %d)"
2403
#: drizzled/error.cc:72
2405
msgid "Can't change dir to '%-.192s' (errno: %d)"
2408
#: drizzled/error.cc:74
2410
msgid "Record has changed since last read in table '%-.192s'"
2413
#: drizzled/error.cc:76
2415
msgid "Disk full (%s); waiting for someone to free some space..."
2418
#: drizzled/error.cc:78
2420
msgid "Can't write; duplicate key in table '%-.192s'"
2423
#: drizzled/error.cc:80
2425
msgid "Error on close of '%-.192s' (errno: %d)"
2428
#: drizzled/error.cc:82
2430
msgid "Error reading file '%-.200s' (errno: %d)"
2433
#: drizzled/error.cc:84
2435
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2438
#: drizzled/error.cc:86
2440
msgid "Error writing file '%-.200s' (errno: %d)"
2443
#: drizzled/error.cc:88
2445
msgid "'%-.192s' is locked against change"
2448
#: drizzled/error.cc:90
2449
msgid "Sort aborted"
2452
#: drizzled/error.cc:92
2454
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2457
#: drizzled/error.cc:94
2459
msgid "Got error %d from storage engine"
2462
#: drizzled/error.cc:96
2464
msgid "Table storage engine for '%-.192s' doesn't have this option"
2467
#: drizzled/error.cc:98
2469
msgid "Can't find record in '%-.192s'"
2472
#: drizzled/error.cc:100
2474
msgid "Incorrect information in file: '%-.200s'"
2477
#: drizzled/error.cc:102
2479
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2482
#: drizzled/error.cc:104
2484
msgid "Old key file for table '%-.192s'; repair it!"
2487
#: drizzled/error.cc:106
2489
msgid "Table '%-.192s' is read only"
2492
#: drizzled/error.cc:108
2494
msgid "Out of memory; restart server and try again (needed %lu bytes)"
2497
#: drizzled/error.cc:110
2498
msgid "Out of sort memory; increase server sort buffer size"
2501
#: drizzled/error.cc:112
2503
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2506
#: drizzled/error.cc:114
2507
msgid "Too many connections"
2510
#: drizzled/error.cc:116
2512
"Out of memory; check if drizzled or some other process uses all available "
2513
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
2514
"memory or you can add more swap space"
2517
#: drizzled/error.cc:118
2518
msgid "Can't get hostname for your address"
2521
#: drizzled/error.cc:120
2522
msgid "Bad handshake"
2525
#: drizzled/error.cc:122
2527
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2530
#: drizzled/error.cc:124
2532
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2535
#: drizzled/error.cc:126
2536
msgid "No database selected"
2539
#: drizzled/error.cc:128
2540
msgid "Unknown command"
2543
#: drizzled/error.cc:130
2545
msgid "Column '%-.192s' cannot be null"
2548
#: drizzled/error.cc:132
2550
msgid "Unknown database '%-.192s'"
2553
#: drizzled/error.cc:134
2555
msgid "Table '%-.192s' already exists"
2558
#: drizzled/error.cc:136
2560
msgid "Unknown table '%-.100s'"
2563
#: drizzled/error.cc:138
2565
msgid "Column '%-.192s' in %-.192s is ambiguous"
2568
#: drizzled/error.cc:140
2569
msgid "Server shutdown in progress"
2572
#: drizzled/error.cc:142
2574
msgid "Unknown column '%-.192s' in '%-.192s'"
2577
#: drizzled/error.cc:144
2579
msgid "'%-.192s' isn't in GROUP BY"
2582
#: drizzled/error.cc:146
2584
msgid "Can't group on '%-.192s'"
2587
#: drizzled/error.cc:148
2588
msgid "Statement has sum functions and columns in same statement"
2591
#: drizzled/error.cc:150
2592
msgid "Column count doesn't match value count"
2595
#: drizzled/error.cc:152
2597
msgid "Identifier name '%-.100s' is too long"
2600
#: drizzled/error.cc:154
2602
msgid "Duplicate column name '%-.192s'"
2605
#: drizzled/error.cc:156
2607
msgid "Duplicate key name '%-.192s'"
2610
#: drizzled/error.cc:158
2612
msgid "Duplicate entry '%-.192s' for key %d"
2615
#: drizzled/error.cc:160
2617
msgid "Incorrect column specifier for column '%-.192s'"
2620
#: drizzled/error.cc:162
2622
msgid "%s near '%-.80s' at line %d"
2625
#: drizzled/error.cc:164
2626
msgid "Query was empty"
2629
#: drizzled/error.cc:166
2631
msgid "Not unique table/alias: '%-.192s'"
2634
#: drizzled/error.cc:168
2636
msgid "Invalid default value for '%-.192s'"
2639
#: drizzled/error.cc:170
2640
msgid "Multiple primary key defined"
2643
#: drizzled/error.cc:172
2645
msgid "Too many keys specified; max %d keys allowed"
2648
#: drizzled/error.cc:174
2650
msgid "Too many key parts specified; max %d parts allowed"
2653
#: drizzled/error.cc:176
2655
msgid "Specified key was too long; max key length is %d bytes"
2658
#: drizzled/error.cc:178
2660
msgid "Key column '%-.192s' doesn't exist in table"
2663
#: drizzled/error.cc:180
2666
"BLOB column '%-.192s' can't be used in key specification with the used table "
2670
#: drizzled/error.cc:182
2673
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2677
#: drizzled/error.cc:184
2679
"Incorrect table definition; there can be only one auto column and it must be "
2683
#: drizzled/error.cc:186
2686
"%s: ready for connections.\n"
2687
"Version: '%s' socket: '%s' port: %d"
2690
#: drizzled/error.cc:188
2692
msgid "%s: Normal shutdown\n"
2695
#: drizzled/error.cc:190
2697
msgid "%s: Got signal %d. Aborting!\n"
2700
#: drizzled/error.cc:192
2702
msgid "%s: Shutdown complete\n"
2705
#: drizzled/error.cc:194
2707
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2710
#: drizzled/error.cc:196
2711
msgid "Can't create IP socket"
2714
#: drizzled/error.cc:198
2717
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2721
#: drizzled/error.cc:200
2722
msgid "Field separator argument is not what is expected; check the manual"
2725
#: drizzled/error.cc:202
2727
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2730
#: drizzled/error.cc:204
2733
"The file '%-.128s' must be in the database directory or be readable by all"
2736
#: drizzled/error.cc:206
2738
msgid "File '%-.200s' already exists"
2741
#: drizzled/error.cc:208
2743
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2746
#: drizzled/error.cc:210
2748
msgid "Records: %ld Duplicates: %ld"
2751
#: drizzled/error.cc:212
2753
"Incorrect prefix key; the used key part isn't a string, the used length is "
2754
"longer than the key part, or the storage engine doesn't support unique "
2758
#: drizzled/error.cc:214
2759
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2762
#: drizzled/error.cc:216
2764
msgid "Can't DROP '%-.192s'; check that column/key exists"
2767
#: drizzled/error.cc:218
2769
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2772
#: drizzled/error.cc:220
2774
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2777
#: drizzled/error.cc:222
2779
msgid "Unknown thread id: %lu"
2782
#: drizzled/error.cc:224
2784
msgid "You are not owner of thread %lu"
2787
#: drizzled/error.cc:226
2788
msgid "No tables used"
2791
#: drizzled/error.cc:228
2793
msgid "Too many strings for column %-.192s and SET"
2796
#: drizzled/error.cc:230
2798
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2801
#: drizzled/error.cc:232
2803
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2806
#: drizzled/error.cc:234
2808
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2811
#: drizzled/error.cc:236
2813
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2816
#: drizzled/error.cc:238
2818
msgid "Incorrect database name '%-.100s'"
2821
#: drizzled/error.cc:240
2823
msgid "Incorrect table name '%-.100s'"
2826
#: drizzled/error.cc:242
2828
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2829
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2832
#: drizzled/error.cc:244
2833
msgid "Unknown error"
2836
#: drizzled/error.cc:246
2838
msgid "Unknown procedure '%-.192s'"
2841
#: drizzled/error.cc:248
2843
msgid "Incorrect parameter count to procedure '%-.192s'"
2846
#: drizzled/error.cc:250
2848
msgid "Incorrect parameters to procedure '%-.192s'"
2851
#: drizzled/error.cc:252
2853
msgid "Unknown table '%-.192s' in %-.32s"
2856
#: drizzled/error.cc:254
2858
msgid "Column '%-.192s' specified twice"
2861
#: drizzled/error.cc:256
2862
msgid "Invalid use of group function"
2865
#: drizzled/error.cc:258
2868
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2871
#: drizzled/error.cc:260
2872
msgid "A table must have at least 1 column"
2875
#: drizzled/error.cc:262
2877
msgid "The table '%-.192s' is full"
2880
#: drizzled/error.cc:264
2882
msgid "Unknown character set: '%-.64s'"
2885
#: drizzled/error.cc:266
2887
msgid "Too many tables; Drizzle can only use %d tables in a join"
2890
#: drizzled/error.cc:268
2891
msgid "Too many columns"
2894
#: drizzled/error.cc:270
2897
"Row size too large. The maximum row size for the used table type, not "
2898
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2901
#: drizzled/error.cc:272
2904
"Thread stack overrun: Used: %ld of a %ld stack. Use 'drizzled -O "
2905
"thread_stack=#' to specify a bigger stack if needed"
2908
#: drizzled/error.cc:274
2909
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2912
#: drizzled/error.cc:276
2915
"Table handler doesn't support NULL in given index. Please change column "
2916
"'%-.192s' to be NOT NULL or use another handler"
2919
#: drizzled/error.cc:278
2921
msgid "Can't load function '%-.192s'"
2924
#: drizzled/error.cc:280
2926
msgid "Can't initialize function '%-.192s'; %-.80s"
2929
#: drizzled/error.cc:282
2930
msgid "No paths allowed for shared library"
2933
#: drizzled/error.cc:284
2935
msgid "Function '%-.192s' already exists"
2938
#: drizzled/error.cc:286
2940
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2943
#: drizzled/error.cc:288
2945
msgid "Can't find symbol '%-.128s' in library"
2948
#: drizzled/error.cc:290
2950
msgid "Function '%-.192s' is not defined"
2953
#: drizzled/error.cc:292
2956
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2957
"'drizzleadmin flush-hosts'"
2960
#: drizzled/error.cc:294
2962
msgid "Host '%-.64s' is not allowed to connect to this Drizzle server"
2965
#: drizzled/error.cc:296
2967
"You are using Drizzle as an anonymous user and anonymous users are not "
2968
"allowed to change passwords"
2971
#: drizzled/error.cc:298
2973
"You must have privileges to update tables in the drizzle database to be able "
2974
"to change passwords for others"
2977
#: drizzled/error.cc:300
2978
msgid "Can't find any matching row in the user table"
2981
#: drizzled/error.cc:302
2983
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2986
#: drizzled/error.cc:304
2989
"Can't create a new thread (errno %d); if you are not out of available "
2990
"memory, you can consult the manual for a possible OS-dependent bug"
2993
#: drizzled/error.cc:306
2995
msgid "Column count doesn't match value count at row %ld"
2998
#: drizzled/error.cc:308
3000
msgid "Can't reopen table: '%-.192s'"
3003
#: drizzled/error.cc:310
3004
msgid "Invalid use of NULL value"
3007
#: drizzled/error.cc:312
3009
msgid "Got error '%-.64s' from regexp"
3012
#: drizzled/error.cc:314
3014
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3015
"illegal if there is no GROUP BY clause"
3018
#: drizzled/error.cc:316
3020
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3023
#: drizzled/error.cc:318
3025
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3028
#: drizzled/error.cc:320
3031
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3035
#: drizzled/error.cc:322
3037
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3038
"privileges can be used"
3041
#: drizzled/error.cc:324
3042
msgid "The host or user argument to GRANT is too long"
3045
#: drizzled/error.cc:326
3047
msgid "Table '%-.192s.%-.192s' doesn't exist"
3050
#: drizzled/error.cc:328
3053
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3057
#: drizzled/error.cc:330
3058
msgid "The used command is not allowed with this Drizzle version"
3061
#: drizzled/error.cc:332
3063
"You have an error in your SQL syntax; check the manual that corresponds to "
3064
"your Drizzle server version for the right syntax to use"
3067
#: drizzled/error.cc:334
3069
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3072
#: drizzled/error.cc:336
3073
msgid "Too many delayed threads in use"
3076
#: drizzled/error.cc:338
3078
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3081
#: drizzled/error.cc:340
3082
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3085
#: drizzled/error.cc:342
3086
msgid "Got a read error from the connection pipe"
3089
#: drizzled/error.cc:344
3090
msgid "Got an error from fcntl()"
3093
#: drizzled/error.cc:346
3094
msgid "Got packets out of order"
3097
#: drizzled/error.cc:358
3098
msgid "Result string is longer than 'max_allowed_packet' bytes"
3101
#: drizzled/error.cc:360
3102
msgid "The used table type doesn't support BLOB/TEXT columns"
3105
#: drizzled/error.cc:362
3106
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3109
#: drizzled/error.cc:364
3112
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3116
#: drizzled/error.cc:366
3118
msgid "Incorrect column name '%-.100s'"
3121
#: drizzled/error.cc:368
3123
msgid "The used storage engine can't index column '%-.192s'"
3126
#: drizzled/error.cc:370
3128
"Unable to open underlying table which is differently defined or of non-"
3129
"MyISAM type or doesn't exist"
3132
#: drizzled/error.cc:372
3134
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3137
#: drizzled/error.cc:374
3140
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3143
#: drizzled/error.cc:376
3145
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3149
#: drizzled/error.cc:378
3150
msgid "Result consisted of more than one row"
3153
#: drizzled/error.cc:380
3154
msgid "This table type requires a primary key"
3157
#: drizzled/error.cc:382
3158
msgid "This version of Drizzle is not compiled with RAID support"
3161
#: drizzled/error.cc:384
3163
"You are using safe update mode and you tried to update a table without a "
3164
"WHERE that uses a KEY column"
3167
#: drizzled/error.cc:386
3169
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3172
#: drizzled/error.cc:388
3173
msgid "Can't open table"
3176
#: drizzled/error.cc:390
3178
msgid "The storage engine for the table doesn't support %s"
3181
#: drizzled/error.cc:392
3182
msgid "You are not allowed to execute this command in a transaction"
3185
#: drizzled/error.cc:394
3187
msgid "Got error %d during COMMIT"
3190
#: drizzled/error.cc:396
3192
msgid "Got error %d during ROLLBACK"
3195
#: drizzled/error.cc:398
3197
msgid "Got error %d during FLUSH_LOGS"
3200
#: drizzled/error.cc:400
3202
msgid "Got error %d during CHECKPOINT"
3205
#: drizzled/error.cc:402
3208
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3212
#: drizzled/error.cc:404
3213
msgid "The storage engine for the table does not support binary table dump"
3216
#: drizzled/error.cc:406
3217
msgid "Binlog closed, cannot RESET MASTER"
3220
#: drizzled/error.cc:408
3222
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3225
#: drizzled/error.cc:410
3227
msgid "Error from master: '%-.64s'"
3230
#: drizzled/error.cc:412
3231
msgid "Net error reading from master"
3234
#: drizzled/error.cc:414
3235
msgid "Net error writing to master"
3238
#: drizzled/error.cc:416
3239
msgid "Can't find FULLTEXT index matching the column list"
3242
#: drizzled/error.cc:418
3244
"Can't execute the given command because you have active locked tables or an "
3245
"active transaction"
3248
#: drizzled/error.cc:420
3250
msgid "Unknown system variable '%-.64s'"
3253
#: drizzled/error.cc:422
3255
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3258
#: drizzled/error.cc:424
3261
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3264
#: drizzled/error.cc:426
3265
msgid "Some non-transactional changed tables couldn't be rolled back"
3268
#: drizzled/error.cc:428
3270
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3271
"of storage; increase this drizzled variable and try again"
3274
#: drizzled/error.cc:430
3276
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3279
#: drizzled/error.cc:432
3281
"This operation requires a running slave; configure slave and do START SLAVE"
3284
#: drizzled/error.cc:434
3285
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3288
#: drizzled/error.cc:436
3290
"Could not initialize master info structure; more error messages can be found "
3291
"in the Drizzle error log"
3294
#: drizzled/error.cc:438
3295
msgid "Could not create slave thread; check system resources"
3298
#: drizzled/error.cc:440
3301
"User %-.64s already has more than 'max_user_connections' active connections"
3304
#: drizzled/error.cc:442
3305
msgid "You may only use constant expressions with SET"
3308
#: drizzled/error.cc:444
3309
msgid "Lock wait timeout exceeded; try restarting transaction"
3312
#: drizzled/error.cc:446
3313
msgid "The total number of locks exceeds the lock table size"
3316
#: drizzled/error.cc:448
3317
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3320
#: drizzled/error.cc:450
3321
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3324
#: drizzled/error.cc:452
3325
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3328
#: drizzled/error.cc:454
3330
msgid "Incorrect arguments to %s"
3333
#: drizzled/error.cc:456
3335
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3338
#: drizzled/error.cc:458
3340
"Incorrect table definition; all MERGE tables must be in the same database"
3343
#: drizzled/error.cc:460
3344
msgid "Deadlock found when trying to get lock; try restarting transaction"
3347
#: drizzled/error.cc:462
3348
msgid "The used table type doesn't support FULLTEXT indexes"
3351
#: drizzled/error.cc:464
3352
msgid "Cannot add foreign key constraint"
3355
#: drizzled/error.cc:466
3356
msgid "Cannot add or update a child row: a foreign key constraint fails"
3359
#: drizzled/error.cc:468
3360
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3363
#: drizzled/error.cc:470
3365
msgid "Error connecting to master: %-.128s"
3368
#: drizzled/error.cc:472
3370
msgid "Error running query on master: %-.128s"
3373
#: drizzled/error.cc:474
3375
msgid "Error when executing command %s: %-.128s"
3378
#: drizzled/error.cc:476
3380
msgid "Incorrect usage of %s and %s"
3383
#: drizzled/error.cc:478
3384
msgid "The used SELECT statements have a different number of columns"
3387
#: drizzled/error.cc:480
3388
msgid "Can't execute the query because you have a conflicting read lock"
3391
#: drizzled/error.cc:482
3392
msgid "Mixing of transactional and non-transactional tables is disabled"
3395
#: drizzled/error.cc:484
3397
msgid "Option '%s' used twice in statement"
3400
#: drizzled/error.cc:486
3402
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3405
#: drizzled/error.cc:488
3407
msgid "Access denied; you need the %-.128s privilege for this operation"
3410
#: drizzled/error.cc:490
3413
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3416
#: drizzled/error.cc:492
3419
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3422
#: drizzled/error.cc:494
3424
msgid "Variable '%-.64s' doesn't have a default value"
3427
#: drizzled/error.cc:496
3429
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3432
#: drizzled/error.cc:498
3434
msgid "Incorrect argument type to variable '%-.64s'"
3437
#: drizzled/error.cc:500
3439
msgid "Variable '%-.64s' can only be set, not read"
3442
#: drizzled/error.cc:502
3444
msgid "Incorrect usage/placement of '%s'"
3447
#: drizzled/error.cc:504
3449
msgid "This version of Drizzle doesn't yet support '%s'"
3452
#: drizzled/error.cc:506
3455
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3458
#: drizzled/error.cc:508
3459
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3462
#: drizzled/error.cc:510
3464
msgid "Variable '%-.192s' is a %s variable"
3467
#: drizzled/error.cc:512
3469
msgid "Incorrect foreign key definition for '%-.192s': %s"
3472
#: drizzled/error.cc:514
3473
msgid "Key reference and table reference don't match"
3476
#: drizzled/error.cc:516
3478
msgid "Operand should contain %d column(s)"
3481
#: drizzled/error.cc:518
3482
msgid "Subquery returns more than 1 row"
3485
#: drizzled/error.cc:520
3487
msgid "Unknown prepared statement handler (%.*s) given to %s"
3490
#: drizzled/error.cc:522
3491
msgid "Help database is corrupt or does not exist"
3494
#: drizzled/error.cc:524
3495
msgid "Cyclic reference on subqueries"
3498
#: drizzled/error.cc:526
3500
msgid "Converting column '%s' from %s to %s"
3503
#: drizzled/error.cc:528
3505
msgid "Reference '%-.64s' not supported (%s)"
3508
#: drizzled/error.cc:530
3509
msgid "Every derived table must have its own alias"
3512
#: drizzled/error.cc:532
3514
msgid "Select %u was reduced during optimization"
3517
#: drizzled/error.cc:534
3519
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3522
#: drizzled/error.cc:536
3524
"Client does not support authentication protocol requested by server; "
3525
"consider upgrading Drizzle client"
3528
#: drizzled/error.cc:538
3529
msgid "All parts of a SPATIAL index must be NOT NULL"
3532
#: drizzled/error.cc:540
3534
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3537
#: drizzled/error.cc:542
3538
msgid "Slave is already running"
3541
#: drizzled/error.cc:544
3542
msgid "Slave already has been stopped"
3545
#: drizzled/error.cc:546
3548
"Uncompressed data size too large; the maximum size is %d (probably, length "
3549
"of uncompressed data was corrupted)"
3552
#: drizzled/error.cc:548
3553
msgid "ZLIB: Not enough memory"
3556
#: drizzled/error.cc:550
3558
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3559
"data was corrupted)"
3562
#: drizzled/error.cc:552
3563
msgid "ZLIB: Input data corrupted"
3566
#: drizzled/error.cc:554
3568
msgid "%d line(s) were cut by GROUP_CONCAT()"
3571
#: drizzled/error.cc:556
3573
msgid "Row %ld doesn't contain data for all columns"
3576
#: drizzled/error.cc:558
3579
"Row %ld was truncated; it contained more data than there were input columns"
3582
#: drizzled/error.cc:560
3585
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3588
#: drizzled/error.cc:562
3590
msgid "Out of range value for column '%s' at row %ld"
3593
#: drizzled/error.cc:564
3595
msgid "Data truncated for column '%s' at row %ld"
3598
#: drizzled/error.cc:566
3600
msgid "Using storage engine %s for table '%s'"
3603
#: drizzled/error.cc:568
3605
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3608
#: drizzled/error.cc:570
3609
msgid "Cannot drop one or more of the requested users"
3612
#: drizzled/error.cc:572
3613
msgid "Can't revoke all privileges for one or more of the requested users"
3616
#: drizzled/error.cc:574
3618
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3621
#: drizzled/error.cc:576
3623
msgid "Illegal mix of collations for operation '%s'"
3626
#: drizzled/error.cc:578
3629
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3633
#: drizzled/error.cc:580
3635
msgid "Unknown collation: '%-.64s'"
3638
#: drizzled/error.cc:582
3640
"SSL parameters in CHANGE MASTER are ignored because this Drizzle slave was "
3641
"compiled without SSL support; they can be used later if Drizzle slave with "
3645
#: drizzled/error.cc:584
3648
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3649
"old format; please change the password to the new format"
3652
#: drizzled/error.cc:586
3655
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3659
#: drizzled/error.cc:588
3660
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3663
#: drizzled/error.cc:590
3665
"It is recommended to use --skip-slave-start when doing step-by-step "
3666
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3667
"get an unexpected slave's drizzled restart"
3670
#: drizzled/error.cc:592
3671
msgid "SQL thread is not to be started so UNTIL options are ignored"
3674
#: drizzled/error.cc:594
3676
msgid "Incorrect index name '%-.100s'"
3679
#: drizzled/error.cc:596
3681
msgid "Incorrect catalog name '%-.100s'"
3684
#: drizzled/error.cc:598
3686
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3689
#: drizzled/error.cc:600
3691
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3694
#: drizzled/error.cc:602
3696
msgid "Unknown key cache '%-.100s'"
3699
#: drizzled/error.cc:604
3701
"Drizzle is started in --skip-name-resolve mode; you must restart it without "
3702
"this switch for this grant to work"
3705
#: drizzled/error.cc:606
3707
msgid "Unknown table engine '%s'"
3710
#: drizzled/error.cc:608
3712
msgid "'%s' is deprecated; use '%s' instead"
3715
#: drizzled/error.cc:610
3717
msgid "The target table %-.100s of the %s is not updatable"
3720
#: drizzled/error.cc:612
3723
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
3727
#: drizzled/error.cc:614
3730
"The Drizzle server is running with the %s option so it cannot execute this "
3734
#: drizzled/error.cc:616
3736
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3739
#: drizzled/error.cc:618
3741
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3744
#: drizzled/error.cc:620
3746
"Incorrect table definition; there can be only one TIMESTAMP column with "
3747
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3750
#: drizzled/error.cc:622
3752
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3755
#: drizzled/error.cc:624
3756
msgid "This command is not supported in the prepared statement protocol yet"
3759
#: drizzled/error.cc:626
3761
msgid "Got error %d '%-.100s' from %s"
3764
#: drizzled/error.cc:628
3766
msgid "Got temporary error %d '%-.100s' from %s"
3769
#: drizzled/error.cc:630
3771
msgid "Unknown or incorrect time zone: '%-.64s'"
3774
#: drizzled/error.cc:632
3776
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3779
#: drizzled/error.cc:634
3781
msgid "Invalid %s character string: '%.64s'"
3784
#: drizzled/error.cc:636
3786
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3789
#: drizzled/error.cc:638
3791
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3794
#: drizzled/error.cc:640
3796
msgid "Can't create a %s from within another stored routine"
3799
#: drizzled/error.cc:642
3801
msgid "%s %s already exists"
3804
#: drizzled/error.cc:644
3806
msgid "%s %s does not exist"
3809
#: drizzled/error.cc:646
3811
msgid "Failed to DROP %s %s"
3814
#: drizzled/error.cc:648
3816
msgid "Failed to CREATE %s %s"
3819
#: drizzled/error.cc:650
3821
msgid "%s with no matching label: %s"
3824
#: drizzled/error.cc:652
3826
msgid "Redefining label %s"
3829
#: drizzled/error.cc:654
3831
msgid "End-label %s without match"
3834
#: drizzled/error.cc:656
3836
msgid "Referring to uninitialized variable %s"
3839
#: drizzled/error.cc:658
3841
msgid "PROCEDURE %s can't return a result set in the given context"
3844
#: drizzled/error.cc:660
3845
msgid "RETURN is only allowed in a FUNCTION"
3848
#: drizzled/error.cc:662
3850
msgid "%s is not allowed in stored procedures"
3853
#: drizzled/error.cc:664
3855
"The update log is deprecated and replaced by the binary log; SET "
3856
"SQL_LOG_UPDATE has been ignored"
3859
#: drizzled/error.cc:666
3861
"The update log is deprecated and replaced by the binary log; SET "
3862
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3865
#: drizzled/error.cc:668
3866
msgid "Query execution was interrupted"
3869
#: drizzled/error.cc:670
3871
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3874
#: drizzled/error.cc:672
3876
msgid "Undefined CONDITION: %s"
3879
#: drizzled/error.cc:674
3881
msgid "No RETURN found in FUNCTION %s"
3884
#: drizzled/error.cc:676
3886
msgid "FUNCTION %s ended without RETURN"
3889
#: drizzled/error.cc:678
3890
msgid "Cursor statement must be a SELECT"
3893
#: drizzled/error.cc:680
3894
msgid "Cursor SELECT must not have INTO"
3897
#: drizzled/error.cc:682
3899
msgid "Undefined CURSOR: %s"
3902
#: drizzled/error.cc:684
3903
msgid "Cursor is already open"
3906
#: drizzled/error.cc:686
3907
msgid "Cursor is not open"
3910
#: drizzled/error.cc:688
3912
msgid "Undeclared variable: %s"
3915
#: drizzled/error.cc:690
3916
msgid "Incorrect number of FETCH variables"
3919
#: drizzled/error.cc:692
3920
msgid "No data - zero rows fetched, selected, or processed"
3923
#: drizzled/error.cc:694
3925
msgid "Duplicate parameter: %s"
3928
#: drizzled/error.cc:696
3930
msgid "Duplicate variable: %s"
3933
#: drizzled/error.cc:698
3935
msgid "Duplicate condition: %s"
3938
#: drizzled/error.cc:700
3940
msgid "Duplicate cursor: %s"
3943
#: drizzled/error.cc:702
3945
msgid "Failed to ALTER %s %s"
3948
#: drizzled/error.cc:704
3949
msgid "Subquery value not supported"
3952
#: drizzled/error.cc:706
3954
msgid "%s is not allowed in stored function or trigger"
3957
#: drizzled/error.cc:708
3958
msgid "Variable or condition declaration after cursor or handler declaration"
3961
#: drizzled/error.cc:710
3962
msgid "Cursor declaration after handler declaration"
3965
#: drizzled/error.cc:712
3966
msgid "Case not found for CASE statement"
3969
#: drizzled/error.cc:714
3971
msgid "Configuration file '%-.192s' is too big"
3974
#: drizzled/error.cc:716
3976
msgid "Malformed file type header in file '%-.192s'"
3979
#: drizzled/error.cc:718
3981
msgid "Unexpected end of file while parsing comment '%-.200s'"
3984
#: drizzled/error.cc:720
3986
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3989
#: drizzled/error.cc:722
3991
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3994
#: drizzled/error.cc:724
3995
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3998
#: drizzled/error.cc:726
4000
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4003
#: drizzled/error.cc:728
4005
msgid "'%-.192s.%-.192s' is not %s"
4008
#: drizzled/error.cc:730
4010
msgid "Column '%-.192s' is not updatable"
4013
#: drizzled/error.cc:732
4014
msgid "View's SELECT contains a subquery in the FROM clause"
4017
#: drizzled/error.cc:734
4019
msgid "View's SELECT contains a '%s' clause"
4022
#: drizzled/error.cc:736
4023
msgid "View's SELECT contains a variable or parameter"
4026
#: drizzled/error.cc:738
4028
msgid "View's SELECT refers to a temporary table '%-.192s'"
4031
#: drizzled/error.cc:740
4032
msgid "View's SELECT and view's field list have different column counts"
4035
#: drizzled/error.cc:742
4037
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4040
#: drizzled/error.cc:744
4041
msgid "View being updated does not have complete key of underlying table in it"
4044
#: drizzled/error.cc:746
4047
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4048
"(s) or definer/invoker of view lack rights to use them"
4051
#: drizzled/error.cc:748
4053
msgid "Can't drop or alter a %s from within another stored routine"
4056
#: drizzled/error.cc:750
4057
msgid "GOTO is not allowed in a stored procedure handler"
4060
#: drizzled/error.cc:752
4061
msgid "Trigger already exists"
4064
#: drizzled/error.cc:754
4065
msgid "Trigger does not exist"
4068
#: drizzled/error.cc:756
4070
msgid "Trigger's '%-.192s' is view or temporary table"
4073
#: drizzled/error.cc:758
4075
msgid "Updating of %s row is not allowed in %strigger"
4078
#: drizzled/error.cc:760
4080
msgid "There is no %s row in %s trigger"
4083
#: drizzled/error.cc:762
4085
msgid "Field '%-.192s' doesn't have a default value"
4088
#: drizzled/error.cc:764
4089
msgid "Division by 0"
4092
#: drizzled/error.cc:766
4094
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4097
#: drizzled/error.cc:768
4099
msgid "Illegal %s '%-.192s' value found during parsing"
4102
#: drizzled/error.cc:770
4104
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4107
#: drizzled/error.cc:772
4109
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4112
#: drizzled/error.cc:774
4114
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4117
#: drizzled/error.cc:776
4119
msgid "Failed purging old relay logs: %s"
4122
#: drizzled/error.cc:778
4124
msgid "Password hash should be a %d-digit hexadecimal number"
4127
#: drizzled/error.cc:780
4128
msgid "Target log not found in binlog index"
4131
#: drizzled/error.cc:782
4132
msgid "I/O error reading log index file"
4135
#: drizzled/error.cc:784
4136
msgid "Server configuration does not permit binlog purge"
4139
#: drizzled/error.cc:786
4140
msgid "Failed on fseek()"
4143
#: drizzled/error.cc:788
4144
msgid "Fatal error during log purge"
4147
#: drizzled/error.cc:790
4148
msgid "A purgeable log is in use, will not purge"
4151
#: drizzled/error.cc:792
4152
msgid "Unknown error during log purge"
4155
#: drizzled/error.cc:794
4157
msgid "Failed initializing relay log position: %s"
4160
#: drizzled/error.cc:796
4161
msgid "You are not using binary logging"
4164
#: drizzled/error.cc:798
4167
"The '%-.64s' syntax is reserved for purposes internal to the Drizzle server"
4170
#: drizzled/error.cc:800
4171
msgid "WSAStartup Failed"
4174
#: drizzled/error.cc:802
4175
msgid "Can't handle procedures with different groups yet"
4178
#: drizzled/error.cc:804
4179
msgid "Select must have a group with this procedure"
4182
#: drizzled/error.cc:806
4183
msgid "Can't use ORDER clause with this procedure"
4186
#: drizzled/error.cc:808
4188
msgid "Binary logging and replication forbid changing the global server %s"
4191
#: drizzled/error.cc:810
4193
msgid "Can't map file: %-.200s, errno: %d"
4196
#: drizzled/error.cc:812
4198
msgid "Wrong magic in %-.64s"
4201
#: drizzled/error.cc:814
4202
msgid "Prepared statement contains too many placeholders"
4205
#: drizzled/error.cc:816
4207
msgid "Key part '%-.192s' length cannot be 0"
4210
#: drizzled/error.cc:818
4211
msgid "View text checksum failed"
4214
#: drizzled/error.cc:820
4217
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4220
#: drizzled/error.cc:822
4222
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4225
#: drizzled/error.cc:824
4227
msgid "Can not delete from join view '%-.192s.%-.192s'"
4230
#: drizzled/error.cc:826
4232
msgid "Operation %s failed for %.256s"
4235
#: drizzled/error.cc:828
4236
msgid "XAER_NOTA: Unknown XID"
4239
#: drizzled/error.cc:830
4240
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4243
#: drizzled/error.cc:832
4246
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4250
#: drizzled/error.cc:834
4251
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4254
#: drizzled/error.cc:836
4256
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4260
#: drizzled/error.cc:838
4261
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4264
#: drizzled/error.cc:840
4267
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4271
#: drizzled/error.cc:842
4272
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4275
#: drizzled/error.cc:844
4276
msgid "Failed to revoke all privileges to dropped routine"
4279
#: drizzled/error.cc:846
4281
msgid "Data too long for column '%s' at row %ld"
4284
#: drizzled/error.cc:848
4286
msgid "Bad SQLSTATE: '%s'"
4289
#: drizzled/error.cc:850
4292
"%s: ready for connections.\n"
4293
"Version: '%s' socket: '%s' port: %d %s"
4296
#: drizzled/error.cc:852
4297
msgid "Can't load value from file with fixed size rows to variable"
4300
#: drizzled/error.cc:854
4301
msgid "You are not allowed to create a user with GRANT"
4304
#: drizzled/error.cc:856
4306
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4309
#: drizzled/error.cc:858
4310
msgid "Table definition has changed, please retry transaction"
4313
#: drizzled/error.cc:860
4314
msgid "Duplicate handler declared in the same block"
4317
#: drizzled/error.cc:862
4320
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4321
"variable in BEFORE trigger"
4324
#: drizzled/error.cc:864
4326
msgid "Not allowed to return a result set from a %s"
4329
#: drizzled/error.cc:866
4330
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4333
#: drizzled/error.cc:868
4335
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4336
"declaration and binary logging is enabled; if non-transactional tables were "
4337
"updated, the binary log will miss their changes"
4340
#: drizzled/error.cc:870
4342
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4343
"declaration and binary logging is enabled (you *might* want to use the less "
4344
"safe log_bin_trust_function_creators variable)"
4347
#: drizzled/error.cc:872
4349
"You do not have the SUPER privilege and binary logging is enabled (you "
4350
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4353
#: drizzled/error.cc:874
4355
"You can't execute a prepared statement which has an open cursor associated "
4356
"with it. Reset the statement to re-execute it."
4359
#: drizzled/error.cc:876
4361
msgid "The statement (%lu) has no open cursor."
4364
#: drizzled/error.cc:878
4366
"Explicit or implicit commit is not allowed in stored function or trigger."
4369
#: drizzled/error.cc:880
4372
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4375
#: drizzled/error.cc:882
4376
msgid "Recursive stored functions and triggers are not allowed."
4379
#: drizzled/error.cc:884
4381
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4384
#: drizzled/error.cc:886
4386
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4389
#: drizzled/error.cc:888
4392
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4396
#: drizzled/error.cc:890
4398
"You can't combine write-locking of system tables with other tables or lock "
4402
#: drizzled/error.cc:892
4404
msgid "Unable to connect to foreign data source: %.64s"
4407
#: drizzled/error.cc:894
4410
"There was a problem processing the query on the foreign data source. Data "
4411
"source error: %-.64s"
4414
#: drizzled/error.cc:896
4417
"The foreign data source you are trying to reference does not exist. Data "
4418
"source error: %-.64s"
4421
#: drizzled/error.cc:898
4424
"Can't create federated table. The data source connection string '%-.64s' is "
4425
"not in the correct format"
4428
#: drizzled/error.cc:900
4430
msgid "The data source connection string '%-.64s' is not in the correct format"
4433
#: drizzled/error.cc:902
4435
msgid "Can't create federated table. Foreign data src error: %-.64s"
4438
#: drizzled/error.cc:904
4439
msgid "Trigger in wrong schema"
4442
#: drizzled/error.cc:906
4445
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4446
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
4449
#: drizzled/error.cc:908
4451
msgid "Routine body for '%-.100s' is too long"
4454
#: drizzled/error.cc:910
4455
msgid "Cannot drop default keycache"
4458
#: drizzled/error.cc:912
4460
msgid "Display width out of range for column '%-.192s' (max = %d)"
4463
#: drizzled/error.cc:914
4464
msgid "XAER_DUPID: The XID already exists"
4467
#: drizzled/error.cc:916
4469
msgid "Datetime function: %-.32s field overflow"
4472
#: drizzled/error.cc:918
4475
"Can't update table '%-.192s' in stored function/trigger because it is "
4476
"already used by statement which invoked this stored function/trigger."
4479
#: drizzled/error.cc:920
4482
"The definition of table '%-.192s' prevents operation %.192s on table "
4486
#: drizzled/error.cc:922
4488
"The prepared statement contains a stored routine call that refers to that "
4489
"same statement. It's not allowed to execute a prepared statement in such a "
4493
#: drizzled/error.cc:924
4494
msgid "Not allowed to set autocommit from a stored function or trigger"
4497
#: drizzled/error.cc:926
4498
msgid "Definer is not fully qualified"
4501
#: drizzled/error.cc:928
4504
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4505
"Current user is used as definer. Please recreate the view!"
4508
#: drizzled/error.cc:930
4511
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4515
#: drizzled/error.cc:932
4517
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4520
#: drizzled/error.cc:934
4522
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4525
#: drizzled/error.cc:936
4528
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4531
#: drizzled/error.cc:938
4534
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4537
#: drizzled/error.cc:940
4539
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4542
#: drizzled/error.cc:942
4545
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4546
"activated under the authorization of the invoker, which may have "
4547
"insufficient privileges. Please recreate the trigger."
4550
#: drizzled/error.cc:944
4552
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4555
#: drizzled/error.cc:946
4558
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4559
"exceeded for routine %.192s"
4562
#: drizzled/error.cc:948
4565
"Failed to load routine %-.192s. The table drizzle.proc is missing, corrupt, "
4566
"or contains bad data (internal code %d)"
4569
#: drizzled/error.cc:950
4571
msgid "Incorrect routine name '%-.192s'"
4574
#: drizzled/error.cc:952
4576
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4579
#: drizzled/error.cc:954
4580
msgid "AGGREGATE is not supported for stored functions"
4583
#: drizzled/error.cc:956
4586
"Can't create more than max_prepared_stmt_count statements (current value: %"
4590
#: drizzled/error.cc:958
4592
msgid "`%-.192s`.`%-.192s` contains view recursion"
4595
#: drizzled/error.cc:960
4597
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4600
#: drizzled/error.cc:962
4601
msgid "The used table type doesn't support SPATIAL indexes"
4604
#: drizzled/error.cc:964
4605
msgid "Triggers can not be created on system tables"
4608
#: drizzled/error.cc:966
4610
msgid "Leading spaces are removed from name '%s'"
4613
#: drizzled/error.cc:968
4614
msgid "Failed to read auto-increment value from storage engine"
4617
#: drizzled/error.cc:970
4621
#: drizzled/error.cc:972
4625
#: drizzled/error.cc:974
4627
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4630
#: drizzled/error.cc:976
4632
msgid "The target table %-.100s of the %s is not insertable-into"
4635
#: drizzled/error.cc:978
4638
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4641
#: drizzled/error.cc:980
4642
msgid "Too high level of nesting for select"
4645
#: drizzled/error.cc:982
4647
msgid "Name '%-.64s' has become ''"
4650
#: drizzled/error.cc:984
4652
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4653
"optional and non-empty FIELDS ENCLOSED BY"
4656
#: drizzled/error.cc:986
4658
msgid "The foreign server, %s, you are trying to create already exists."
4661
#: drizzled/error.cc:988
4664
"The foreign server name you are trying to reference does not exist. Data "
4665
"source error: %-.64s"
4668
#: drizzled/error.cc:990
4671
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4674
#: drizzled/error.cc:992
4677
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4681
#: drizzled/error.cc:994
4683
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4686
#: drizzled/error.cc:996
4687
msgid "MAXVALUE can only be used in last partition definition"
4690
#: drizzled/error.cc:998
4691
msgid "Subpartitions can only be hash partitions and by key"
4694
#: drizzled/error.cc:1000
4695
msgid "Must define subpartitions on all partitions if on one partition"
4698
#: drizzled/error.cc:1002
4699
msgid "Wrong number of partitions defined, mismatch with previous setting"
4702
#: drizzled/error.cc:1004
4703
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4706
#: drizzled/error.cc:1006
4707
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4710
#: drizzled/error.cc:1008
4711
msgid "Expression in RANGE/LIST VALUES must be constant"
4714
#: drizzled/error.cc:1010
4715
msgid "Field in list of fields for partition function not found in table"
4718
#: drizzled/error.cc:1012
4719
msgid "List of fields is only allowed in KEY partitions"
4722
#: drizzled/error.cc:1014
4724
"The partition info in the frm file is not consistent with what can be "
4725
"written into the frm file"
4728
#: drizzled/error.cc:1016
4730
msgid "The %-.192s function returns the wrong type"
4733
#: drizzled/error.cc:1018
4735
msgid "For %-.64s partitions each partition must be defined"
4738
#: drizzled/error.cc:1020
4739
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4742
#: drizzled/error.cc:1022
4743
msgid "VALUES value must be of same type as partition function"
4746
#: drizzled/error.cc:1024
4747
msgid "Multiple definition of same constant in list partitioning"
4750
#: drizzled/error.cc:1026
4751
msgid "Partitioning can not be used stand-alone in query"
4754
#: drizzled/error.cc:1028
4756
"The mix of handlers in the partitions is not allowed in this version of "
4760
#: drizzled/error.cc:1030
4762
msgid "For the partitioned engine it is necessary to define all %-.64s"
4765
#: drizzled/error.cc:1032
4766
msgid "Too many partitions (including subpartitions) were defined"
4769
#: drizzled/error.cc:1034
4771
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4772
"partitioning for subpartitioning"
4775
#: drizzled/error.cc:1036
4776
msgid "Failed to create specific handler file"
4779
#: drizzled/error.cc:1038
4780
msgid "A BLOB field is not allowed in partition function"
4783
#: drizzled/error.cc:1040
4785
msgid "A %-.192s must include all columns in the table's partitioning function"
4788
#: drizzled/error.cc:1042
4790
msgid "Number of %-.64s = 0 is not an allowed value"
4793
#: drizzled/error.cc:1044
4794
msgid "Partition management on a not partitioned table is not possible"
4797
#: drizzled/error.cc:1046
4799
"Foreign key condition is not yet supported in conjunction with partitioning"
4802
#: drizzled/error.cc:1048
4804
msgid "Error in list of partitions to %-.64s"
4807
#: drizzled/error.cc:1050
4808
msgid "Cannot remove all partitions, use DROP TABLE instead"
4811
#: drizzled/error.cc:1052
4812
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4815
#: drizzled/error.cc:1054
4817
"REORGANIZE PARTITION can only be used to reorganize partitions not to change "
4821
#: drizzled/error.cc:1056
4823
"REORGANIZE PARTITION without parameters can only be used on auto-partitioned "
4824
"tables using HASH PARTITIONs"
4827
#: drizzled/error.cc:1058
4829
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4832
#: drizzled/error.cc:1060
4833
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4836
#: drizzled/error.cc:1062
4837
msgid "At least one partition must be added"
4840
#: drizzled/error.cc:1064
4841
msgid "At least one partition must be coalesced"
4844
#: drizzled/error.cc:1066
4845
msgid "More partitions to reorganize than there are partitions"
4848
#: drizzled/error.cc:1068
4850
msgid "Duplicate partition name %-.192s"
4853
#: drizzled/error.cc:1070
4854
msgid "It is not allowed to shut off binlog on this command"
4857
#: drizzled/error.cc:1072
4858
msgid "When reorganizing a set of partitions they must be in consecutive order"
4861
#: drizzled/error.cc:1074
4863
"Reorganize of range partitions cannot change total ranges except for last "
4864
"partition where it can extend the range"
4867
#: drizzled/error.cc:1076
4868
msgid "Partition function not supported in this version for this handler"
4871
#: drizzled/error.cc:1078
4872
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4875
#: drizzled/error.cc:1080
4877
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4880
#: drizzled/error.cc:1082
4882
msgid "Plugin '%-.192s' is not loaded"
4885
#: drizzled/error.cc:1084
4887
msgid "Incorrect %-.32s value: '%-.128s'"
4890
#: drizzled/error.cc:1086
4892
msgid "Table has no partition for value %-.64s"
4895
#: drizzled/error.cc:1088
4897
msgid "It is not allowed to specify %s more than once"
4900
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4902
msgid "Failed to create %s"
4905
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4907
msgid "Failed to drop %s"
4910
#: drizzled/error.cc:1094
4911
msgid "The handler doesn't support autoextend of tablespaces"
4914
#: drizzled/error.cc:1096
4916
"A size parameter was incorrectly specified, either number or on the form 10M"
4919
#: drizzled/error.cc:1098
4921
"The size number was correct but we don't allow the digit part to be more "
4925
#: drizzled/error.cc:1100
4927
msgid "Failed to alter: %s"
4930
#: drizzled/error.cc:1102
4931
msgid "Writing one row to the row-based binary log failed"
4934
#: drizzled/error.cc:1104
4936
msgid "Table definition on master and slave does not match: %s"
4939
#: drizzled/error.cc:1106
4941
"Slave running with --log-slave-updates must use row-based binary logging to "
4942
"be able to replicate row-based binary log events"
4945
#: drizzled/error.cc:1108
4947
msgid "Event '%-.192s' already exists"
4950
#: drizzled/error.cc:1110
4952
msgid "Failed to store event %s. Error code %d from storage engine."
4955
#: drizzled/error.cc:1112
4957
msgid "Unknown event '%-.192s'"
4960
#: drizzled/error.cc:1114
4962
msgid "Failed to alter event '%-.192s'"
4965
#: drizzled/error.cc:1118
4966
msgid "INTERVAL is either not positive or too big"
4969
#: drizzled/error.cc:1120
4970
msgid "ENDS is either invalid or before STARTS"
4973
#: drizzled/error.cc:1122
4974
msgid "Event execution time is in the past. Event has been disabled"
4977
#: drizzled/error.cc:1124
4978
msgid "Failed to open drizzle.event"
4981
#: drizzled/error.cc:1126
4982
msgid "No datetime expression provided"
4985
#: drizzled/error.cc:1128
4988
"Column count of drizzle.%s is wrong. Expected %d, found %d. The table is "
4989
"probably corrupted"
4992
#: drizzled/error.cc:1130
4994
msgid "Cannot load from drizzle.%s. The table is probably corrupted"
4997
#: drizzled/error.cc:1132
4998
msgid "Failed to delete the event from drizzle.event"
5001
#: drizzled/error.cc:1134
5002
msgid "Error during compilation of event's body"
5005
#: drizzled/error.cc:1136
5006
msgid "Same old and new event name"
5009
#: drizzled/error.cc:1138
5011
msgid "Data for column '%s' too long"
5014
#: drizzled/error.cc:1140
5016
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5019
#: drizzled/error.cc:1142
5022
"The syntax '%s' is deprecated and will be removed in Drizzle %s. Please use %"
5026
#: drizzled/error.cc:1144
5027
msgid "You can't write-lock a log table. Only read access is possible"
5030
#: drizzled/error.cc:1146
5031
msgid "You can't use locks with log tables."
5034
#: drizzled/error.cc:1148
5037
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5038
"d would lead to a duplicate entry"
5041
#: drizzled/error.cc:1150
5044
"Column count of drizzle.%s is wrong. Expected %d, found %d. Created with "
5045
"Drizzle %d, now running %d. Please use drizzle_upgrade to fix this error."
5048
#: drizzled/error.cc:1152
5050
"Cannot switch out of the row-based binary log format when the session has "
5051
"open temporary tables"
5054
#: drizzled/error.cc:1154
5056
"Cannot change the binary logging format inside a stored function or trigger"
5059
#: drizzled/error.cc:1156
5061
"The NDB cluster engine does not support changing the binlog format on the "
5065
#: drizzled/error.cc:1158
5066
msgid "Cannot create temporary table with partitions"
5069
#: drizzled/error.cc:1160
5070
msgid "Partition constant is out of partition function domain"
5073
#: drizzled/error.cc:1162
5074
msgid "This partition function is not allowed"
5077
#: drizzled/error.cc:1164
5078
msgid "Error in DDL log"
5081
#: drizzled/error.cc:1166
5082
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5085
#: drizzled/error.cc:1168
5086
msgid "Incorrect partition name"
5089
#: drizzled/error.cc:1170
5091
"Transaction isolation level can't be changed while a transaction is in "
5095
#: drizzled/error.cc:1172
5098
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5099
"'%-.192s' for key '%-.192s'"
5102
#: drizzled/error.cc:1174
5104
msgid "Internal scheduler error %d"
5107
#: drizzled/error.cc:1176
5109
msgid "Error during starting/stopping of the scheduler. Error code %u"
5112
#: drizzled/error.cc:1178
5113
msgid "Engine cannot be used in partitioned tables"
5116
#: drizzled/error.cc:1180
5118
msgid "Cannot activate '%-.64s' log"
5121
#: drizzled/error.cc:1182
5122
msgid "The server was not built with row-based replication"
5125
#: drizzled/error.cc:1184
5126
msgid "Decoding of base64 string failed"
5129
#: drizzled/error.cc:1186
5130
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5133
#: drizzled/error.cc:1188
5135
"Cannot proceed because system tables used by Event Scheduler were found "
5136
"damaged at server start"
5139
#: drizzled/error.cc:1190
5140
msgid "Only integers allowed as number here"
5143
#: drizzled/error.cc:1192
5144
msgid "This storage engine cannot be used for log tables"
5147
#: drizzled/error.cc:1194
5149
msgid "You cannot '%s' a log table if logging is enabled"
5152
#: drizzled/error.cc:1196
5155
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5156
"rename two tables: the log table to an archive table and another table back "
5160
#: drizzled/error.cc:1198
5162
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5165
#: drizzled/error.cc:1200
5167
msgid "Incorrect parameters in the call to native function '%-.192s'"
5170
#: drizzled/error.cc:1202
5172
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5175
#: drizzled/error.cc:1204
5177
msgid "This function '%-.192s' has the same name as a native function"
5180
#: drizzled/error.cc:1206
5182
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5185
#: drizzled/error.cc:1208
5186
msgid "Too many files opened, please execute the command again"
5189
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5191
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5192
"The event was dropped immediately after creation."
5195
#: drizzled/error.cc:1214
5197
msgid "The incident %s occurred on the master. Message: %-.64s"
5200
#: drizzled/error.cc:1216
5201
msgid "Table has no partition for some existing values"
5204
#: drizzled/error.cc:1218
5205
msgid "Statement is not safe to log in statement format."
5208
#: drizzled/error.cc:1220
5210
msgid "Fatal error: %s"
5213
#: drizzled/error.cc:1222
5215
msgid "Relay log read failure: %s"
5218
#: drizzled/error.cc:1224
5220
msgid "Relay log write failure: %s"
5223
#: drizzled/error.cc:1228
5225
msgid "Master command %s failed: %s"
5228
#: drizzled/error.cc:1230
5230
msgid "Binary logging not possible. Message: %s"
5233
#: drizzled/error.cc:1232
5235
msgid "View `%-.64s`.`%-.64s` has no creation context"
5238
#: drizzled/error.cc:1234
5240
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5243
#: drizzled/error.cc:1236
5245
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5248
#: drizzled/error.cc:1238
5250
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5253
#: drizzled/error.cc:1240
5255
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5258
#: drizzled/error.cc:1242
5260
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5263
#: drizzled/error.cc:1244
5265
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5268
#: drizzled/error.cc:1246
5270
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5273
#: drizzled/error.cc:1248
5275
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5278
#: drizzled/error.cc:1250
5280
msgid "Ambiguous slave modes combination. %s"
5283
#: drizzled/error.cc:1252
5286
"The BINLOG statement of type `%s` was not preceded by a format description "
5290
#: drizzled/error.cc:1254
5291
msgid "Corrupted replication event was detected"
5294
#: drizzled/error.cc:1256
5296
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5299
#: drizzled/error.cc:1258
5301
msgid "Being purged log %s was not found"
5304
#: drizzled/error.cc:1260
5306
msgid "Converted to non-transactional lock on '%-.64s'"
5309
#: drizzled/error.cc:1262
5311
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5314
#: drizzled/error.cc:1264
5317
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5320
#: drizzled/error.cc:1266
5322
msgid "Can't access storage engine of table %-.64s"
5325
#: drizzled/error.cc:1268
5326
msgid "Starting backup process"
5329
#: drizzled/error.cc:1270
5330
msgid "Backup completed"
5333
#: drizzled/error.cc:1272
5334
msgid "Starting restore process"
5337
#: drizzled/error.cc:1274
5338
msgid "Restore completed"
5341
#: drizzled/error.cc:1276
5342
msgid "Nothing to backup"
5345
#: drizzled/error.cc:1278
5347
msgid "Database '%-.64s' cannot be included in a backup"
5350
#: drizzled/error.cc:1280
5352
"Error during backup operation - server's error log contains more information "
5356
#: drizzled/error.cc:1282
5358
"Error during restore operation - server's error log contains more "
5359
"information about the error"
5362
#: drizzled/error.cc:1284
5364
"Can't execute this command because another BACKUP/RESTORE operation is in "
5368
#: drizzled/error.cc:1286
5369
msgid "Error when preparing for backup operation"
5372
#: drizzled/error.cc:1288
5373
msgid "Error when preparing for restore operation"
5376
#: drizzled/error.cc:1290
5378
msgid "Invalid backup location '%-.64s'"
5381
#: drizzled/error.cc:1292
5383
msgid "Can't read backup location '%-.64s'"
5386
#: drizzled/error.cc:1294
5388
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5391
#: drizzled/error.cc:1296
5392
msgid "Can't enumerate server databases"
5395
#: drizzled/error.cc:1298
5396
msgid "Can't enumerate server tables"
5399
#: drizzled/error.cc:1300
5401
msgid "Can't enumerate tables in database %-.64s"
5404
#: drizzled/error.cc:1302
5406
msgid "Skipping view %-.64s in database %-.64s"
5409
#: drizzled/error.cc:1304
5411
msgid "Skipping table %-.64s since it has no valid storage engine"
5414
#: drizzled/error.cc:1306
5416
msgid "Can't open table %-.64s"
5419
#: drizzled/error.cc:1308
5420
msgid "Can't read backup archive preamble"
5423
#: drizzled/error.cc:1310
5424
msgid "Can't write backup archive preamble"
5427
#: drizzled/error.cc:1312
5429
msgid "Can't find backup driver for table %-.64s"
5432
#: drizzled/error.cc:1314
5435
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5439
#: drizzled/error.cc:1316
5441
msgid "Can't create %-.64s backup driver"
5444
#: drizzled/error.cc:1318
5446
msgid "Can't create %-.64s restore driver"
5449
#: drizzled/error.cc:1320
5451
msgid "Found %d images in backup archive but maximum %d are supported"
5454
#: drizzled/error.cc:1322
5456
msgid "Error when saving meta-data of %-.64s"
5459
#: drizzled/error.cc:1324
5460
msgid "Error when reading meta-data list"
5463
#: drizzled/error.cc:1326
5465
msgid "Can't create %-.64s"
5468
#: drizzled/error.cc:1328
5469
msgid "Can't allocate buffer for image data transfer"
5472
#: drizzled/error.cc:1330
5474
msgid "Error when writing %-.64s backup image data (for table #%d)"
5477
#: drizzled/error.cc:1332
5478
msgid "Error when reading data from backup stream"
5481
#: drizzled/error.cc:1334
5482
msgid "Can't go to the next chunk in backup stream"
5485
#: drizzled/error.cc:1336
5487
msgid "Can't initialize %-.64s backup driver"
5490
#: drizzled/error.cc:1338
5492
msgid "Can't initialize %-.64s restore driver"
5495
#: drizzled/error.cc:1340
5497
msgid "Can't shut down %-.64s backup driver"
5500
#: drizzled/error.cc:1342
5502
msgid "Can't shut down %-.64s backup driver(s)"
5505
#: drizzled/error.cc:1344
5507
msgid "%-.64s backup driver can't prepare for synchronization"
5510
#: drizzled/error.cc:1346
5512
msgid "%-.64s backup driver can't create its image validity point"
5515
#: drizzled/error.cc:1348
5517
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5520
#: drizzled/error.cc:1350
5522
msgid "%-.64s backup driver can't cancel its backup operation"
5525
#: drizzled/error.cc:1352
5527
msgid "%-.64s restore driver can't cancel its restore operation"
5530
#: drizzled/error.cc:1354
5532
msgid "Error when polling %-.64s backup driver for its image data"
5535
#: drizzled/error.cc:1356
5537
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5540
#: drizzled/error.cc:1358
5543
"After %d attempts %-.64s restore driver still can't accept next block of data"
5546
#: drizzled/error.cc:1360
5548
msgid "Open and lock tables failed in %-.64s"
5551
#: drizzled/error.cc:1362
5552
msgid "Backup driver's table locking thread can not be initialized."
5555
#: drizzled/error.cc:1364
5557
"Can't open the online backup progress tables. Check 'drizzle.online_backup' "
5558
"and 'drizzle.online_backup_progress'."
5561
#: drizzled/error.cc:1366
5563
msgid "Tablespace '%-.192s' already exists"
5566
#: drizzled/error.cc:1368
5568
msgid "Tablespace '%-.192s' doesn't exist"
5571
#: drizzled/error.cc:1370
5573
msgid "Unexpected master's heartbeat data: %s"
5576
#: drizzled/error.cc:1372
5578
msgid "The requested value for the heartbeat period %s %s"
5581
#: drizzled/error.cc:1374
5583
msgid "Can't write to the online backup progress log %-.64s."
5586
#: drizzled/error.cc:1376
5588
msgid "Tablespace '%-.192s' not empty"
5591
#: drizzled/error.cc:1378
5594
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5595
"server. The original definition of the required tablespace is '%-.256s' "
5596
"while the same tablespace is defined on the server as '%-.256s'"
5599
#: drizzled/error.cc:1380
5600
msgid "A virtual column cannot be based on a virtual column"
5603
#: drizzled/error.cc:1382
5605
msgid "Non-deterministic expression for virtual column '%s'."
5608
#: drizzled/error.cc:1384
5611
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5614
#: drizzled/error.cc:1386
5615
msgid "Primary key cannot be defined upon a virtual column."
5618
#: drizzled/error.cc:1388
5619
msgid "Key/Index cannot be defined on a non-stored virtual column."
5622
#: drizzled/error.cc:1390
5624
msgid "Cannot define foreign key with %s clause on a virtual column."
5627
#: drizzled/error.cc:1392
5629
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5632
#: drizzled/error.cc:1394
5634
msgid "'%s' is not yet supported for virtual columns."
5637
#: drizzled/error.cc:1396
5638
msgid "Constant expression in virtual column function is not allowed."
5641
#: drizzled/errmsg.cc:46
5643
msgid "errmsg plugin '%s' init() failed."
5646
#: drizzled/errmsg.cc:75
5648
msgid "errmsg plugin '%s' deinit() failed."
5651
#: drizzled/errmsg.cc:116
5653
msgid "errmsg plugin '%s' errmsg_func() failed"
5656
#: drizzled/handler.cc:960
5658
msgid "Found %d prepared transaction(s) in %s"
5661
#: drizzled/handler.cc:1012
5662
msgid "Starting crash recovery..."
5665
#: drizzled/handler.cc:1044
5667
msgid "Found %d prepared XA transactions"
5670
#: drizzled/handler.cc:1048
5673
"Found %d prepared transactions! It means that drizzled was not shut down "
5674
"properly last time and critical recovery information (last binlog or %s "
5675
"file) was manually deleted after a crash. You have to start drizzled with "
5676
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5679
#: drizzled/handler.cc:1058
5680
msgid "Crash recovery finished."
5683
#: drizzled/log.cc:338
5684
msgid "I/O error reading the header from the binary log"
5687
#: drizzled/log.cc:345
5689
"Binlog has bad magic number; It's not a binary log file that can be used by "
5690
"this version of Drizzle"
5693
#: drizzled/log.cc:360
5695
msgid "Failed to open log (file '%s', errno %d)"
5698
#: drizzled/log.cc:362 drizzled/log.cc:370
5699
msgid "Could not open log file"
5702
#: drizzled/log.cc:368
5704
msgid "Failed to create a cache on log (file '%s')"
5707
#: drizzled/log.cc:520 drizzled/log.cc:885
5710
"Could not use %s for logging (error %d). Turning logging off for the whole "
5711
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5712
"shutdown the Drizzle server and restart it."
5715
#: drizzled/log.cc:1153 drizzled/log.cc:1184 drizzled/log.cc:1433
5716
#: drizzled/log.cc:1555
5718
msgid "Failed to delete file '%s'"
5721
#: drizzled/log.cc:1162 drizzled/log.cc:1441 drizzled/log.cc:1563
5724
"a problem with deleting %s; consider examining correspondence of your binlog "
5725
"index file to the actual binlog files"
5728
#: drizzled/log.cc:1289
5730
msgid "next log error: %d offset: %s log: %s included: %d"
5733
#: drizzled/log.cc:1399 drizzled/log.cc:1523
5735
msgid "Failed to execute stat() on file '%s'"
5738
#: drizzled/log.cc:1410 drizzled/log.cc:1534
5741
"a problem with getting info on being purged %s; consider examining "
5742
"correspondence of your binlog index file to the actual binlog files"
5745
#: drizzled/log.cc:2544 drizzled/log.cc:3042
5747
msgid "Recovering after a crash using %s"
5750
#: drizzled/log.cc:2547
5752
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5755
#: drizzled/log.cc:2889
5756
msgid "Bad magic header in tc log"
5759
#: drizzled/log.cc:2899
5762
"Recovery failed! You must enable exactly %d storage engines that support two-"
5763
"phase commit protocol"
5766
#: drizzled/log.cc:2927
5768
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5769
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5770
"heuristic-recover={commit|rollback}"
5773
#: drizzled/log.cc:2957
5774
msgid "Heuristic crash recovery mode"
5777
#: drizzled/log.cc:2959
5778
msgid "Heuristic crash recovery failed"
5781
#: drizzled/log.cc:2960
5782
msgid "Please restart mysqld without --tc-heuristic-recover"
5785
#: drizzled/log.cc:3004 drizzled/log.cc:3028
5787
msgid "find_log_pos() failed (error: %d)"
5790
#: drizzled/log.cc:3142
5792
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5793
"of memory error) and restart, or delete (or rename) binary log and start "
5794
"mysqld with --tc-heuristic-recover={commit|rollback}"
5797
#: drizzled/log_event.cc:140
5799
msgid " %s, Error_code: %d;"
5802
#: drizzled/log_event.cc:144
5805
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5806
"master log %s, end_log_pos %lu"
5809
#: drizzled/log_event.cc:150
5813
#: drizzled/log_event.cc:905
5816
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5819
#: drizzled/log_event.cc:1619
5822
"Query partially completed on the master (error on master: %d) and was "
5823
"aborted. There is a chance that your master is inconsistent at this point. "
5824
"If you are sure that your master is ok, run this query manually on the slave "
5825
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5826
"SLAVE; . Query: '%s'"
5829
#: drizzled/log_event.cc:1645
5832
"Query caused differenxt errors on master and slave.\n"
5833
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5834
"Default database: '%s'. Query: '%s'"
5837
#: drizzled/log_event.cc:1650
5841
#: drizzled/log_event.cc:1670
5843
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5846
#: drizzled/log_event.cc:1672 drizzled/log_event.cc:4315
5847
#: drizzled/log_event.cc:4346 drizzled/log_event.cc:5078
5848
msgid "unexpected success or fatal error"
5851
#: drizzled/log_event.cc:2125
5853
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5854
"probable cause is that the master died while writing the transaction to its "
5855
"binary log, thus rolled back too."
5858
#: drizzled/log_event.cc:2780
5861
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5862
"produced %ld warning(s). Default database: '%s'"
5865
#: drizzled/log_event.cc:2830
5868
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5871
#: drizzled/log_event.cc:2842
5873
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5876
#: drizzled/log_event.cc:3104
5877
msgid "Out of memory while recording slave event"
5880
#: drizzled/log_event.cc:3354 drizzled/log_event.cc:3380
5882
msgid "Error in Create_file event: could not open file '%s'"
5885
#: drizzled/log_event.cc:3366
5887
msgid "Error in Create_file event: could not write to file '%s'"
5890
#: drizzled/log_event.cc:3387
5892
msgid "Error in Create_file event: write to '%s' failed"
5895
#: drizzled/log_event.cc:3501
5897
msgid "Error in %s event: could not create file '%s'"
5900
#: drizzled/log_event.cc:3510
5902
msgid "Error in %s event: could not open file '%s'"
5905
#: drizzled/log_event.cc:3517
5907
msgid "Error in %s event: write to '%s' failed"
5910
#: drizzled/log_event.cc:3679
5912
msgid "Error in Exec_load event: could not open file '%s'"
5915
#: drizzled/log_event.cc:3689
5917
msgid "Error in Exec_load event: file '%s' appears corrupted"
5920
#: drizzled/log_event.cc:3719
5922
msgid "%s. Failed executing load from '%s'"
5925
#: drizzled/log_event.cc:3892
5926
msgid "Not enough memory"
5929
#: drizzled/log_event.cc:4312
5931
msgid "Error '%s' in %s event: when locking tables"
5934
#: drizzled/log_event.cc:4322
5936
msgid "Error in %s event: when locking tables"
5939
#: drizzled/log_event.cc:4343
5941
msgid "Error '%s' on reopening tables"
5944
#: drizzled/log_event.cc:4679
5946
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
5949
#: drizzled/log_event.cc:5075
5951
msgid "Error '%s' on opening table `%s`.`%s`"
5954
#. TRANSLATORS: The leading word "logging" is the name
5955
#. of the plugin api, and so should not be translated.
5956
#: drizzled/logging.cc:62
5958
msgid "logging plugin '%s' deinit() failed"
5961
#. TRANSLATORS: The leading word "logging" is the name
5962
#. of the plugin api, and so should not be translated.
5963
#: drizzled/logging.cc:85
5965
msgid "logging plugin '%s' logging_pre() failed"
5968
#. TRANSLATORS: The leading word "logging" is the name
5969
#. of the plugin api, and so should not be translated.
5970
#: drizzled/logging.cc:118
5972
msgid "logging plugin '%s' logging_post() failed"
5975
#. TRANSLATORS: The leading word "parser" is the name
5976
#. of the plugin api, and so should not be translated.
5977
#: drizzled/parser.cc:42
5979
msgid "parser plugin '%s' init() failed"
5982
#. TRANSLATORS: The leading word "parser" is the name
5983
#. of the plugin api, and so should not be translated.
5984
#: drizzled/parser.cc:65
5986
msgid "parser plugin '%s' deinit() failed"
5989
#. TRANSLATORS: The leading word "parser" is the name
5990
#. of the plugin api, and so should not be translated.
5991
#: drizzled/parser.cc:102
5993
msgid "parser plugin '%s' parser_func1() failed"
5996
#. TRANSLATORS: The leading word "parser" is the name
5997
#. of the plugin api, and so should not be translated.
5998
#: drizzled/parser.cc:156
6000
msgid "parser plugin '%s' parser_func2() failed"
6003
#. TRANSLATORS: The leading word "qcache" is the name
6004
#. of the plugin api, and so should not be translated.
6005
#: drizzled/qcache.cc:40
6007
msgid "qcache plugin '%s' init() failed"
6010
#. TRANSLATORS: The leading word "qcache" is the name
6011
#. of the plugin api, and so should not be translated.
6012
#: drizzled/qcache.cc:62
6014
msgid "qcache plugin '%s' deinit() failed"
6017
#. TRANSLATORS: The leading word "qcache" is the name
6018
#. of the plugin api, and so should not be translated.
6019
#: drizzled/qcache.cc:98
6021
msgid "qcache plugin '%s' do1() failed"
6024
#. TRANSLATORS: The leading word "qcache" is the name
6025
#. of the plugin api, and so should not be translated.
6026
#: drizzled/qcache.cc:152
6028
msgid "qcache plugin '%s' qcache_func2() failed"
6031
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1091
6032
#: drizzled/slave.cc:2093
6033
msgid "Failed to flush master info file"
6036
#: drizzled/replication/replication.cc:106
6037
msgid "Failed in send_file() while reading file name"
6040
#: drizzled/replication/replication.cc:119
6041
msgid "Failed in send_file() on open of file"
6044
#: drizzled/replication/replication.cc:127
6045
msgid "Failed in send_file() while writing data to client"
6048
#: drizzled/replication/replication.cc:136
6049
msgid "Failed in send_file() while negotiating file transfer close"
6052
#: drizzled/replication/reporting.cc:44
6054
msgid "Slave %s: %s%s Error_code: %d"
6057
#: drizzled/replication/rli.cc:149
6060
"Neither --relay-log nor --relay-log-index were used; so replication may "
6061
"break when this Drizzle server acts as a slave and has his hostname "
6062
"changed!! Please use '--relay-log=%s' to avoid this problem."
6065
#: drizzled/replication/rli.cc:166
6066
msgid "Failed in open_log() called from init_relay_log_info()"
6069
#: drizzled/replication/rli.cc:188
6070
msgid "Failed to flush relay log info file"
6073
#: drizzled/replication/rli.cc:191
6074
msgid "Error counting relay log space"
6077
#: drizzled/replication/rli.cc:215
6079
msgid "log %s listed in the index, but failed to stat"
6082
#: drizzled/replication/rli.cc:230
6083
msgid "Could not find first log while counting relay log space"
6086
#: drizzled/replication/rli.cc:885
6087
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6090
#: drizzled/replication/utility.cc:117
6092
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6095
#: drizzled/replication/utility.cc:132
6098
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6099
"Master's column size should be <= the slave's column size."
6102
#: drizzled/scheduler.cc:132
6103
msgid "Memory allocation error in session_scheduler::init\n"
6106
#: drizzled/scheduler.cc:210
6107
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6110
#: drizzled/scheduler.cc:216
6111
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6114
#: drizzled/scheduler.cc:228
6115
msgid "session_add_event event_add error in libevent_init\n"
6118
#: drizzled/scheduler.cc:244
6120
msgid "Can't create completion port thread (error %d)"
6123
#: drizzled/scheduler.cc:357
6124
msgid "event_add error in libevent_add_session_callback\n"
6127
#: drizzled/scheduler.cc:383
6128
msgid "Scheduler init error in libevent_add_new_connection\n"
6131
#: drizzled/scheduler.cc:464
6132
msgid "libevent_thread_proc: my_thread_init() failed\n"
6135
#. TRANSLATORS: The leading word "scheduling" is the name
6136
#. of the plugin api, and so should not be translated.
6137
#: drizzled/scheduling.cc:40
6139
msgid "scheduling plugin '%s' init() failed"
6142
#. TRANSLATORS: The leading word "scheduling" is the name
6143
#. of the plugin api, and so should not be translated.
6144
#: drizzled/scheduling.cc:62
6146
msgid "scheduling plugin '%s' deinit() failed"
6149
#. TRANSLATORS: The leading word "scheduling" is the name
6150
#. of the plugin api, and so should not be translated.
6151
#: drizzled/scheduling.cc:98
6153
msgid "scheduling plugin '%s' scheduling_func1() failed"
6156
#. TRANSLATORS: The leading word "scheduling" is the name
6157
#. of the plugin api, and so should not be translated.
6158
#: drizzled/scheduling.cc:152
6160
msgid "scheduling plugin '%s' scheduling_func2() failed"
6163
#: drizzled/set_var.cc:705
6164
msgid "Ambiguous slave modes combination. STRICT will be used"
6167
#: drizzled/slave.cc:104
6168
msgid "Waiting to reconnect after a failed registration on master"
6171
#: drizzled/slave.cc:105
6173
"Slave I/O thread killed while waiting to reconnect after a failed "
6174
"registration on master"
6177
#: drizzled/slave.cc:107
6178
msgid "Reconnecting after a failed registration on master"
6181
#: drizzled/slave.cc:108
6184
"failed registering on master, reconnecting to try again, log '%s' at "
6188
#: drizzled/slave.cc:111 drizzled/slave.cc:120
6189
msgid "Slave I/O thread killed during or after reconnect"
6192
#: drizzled/slave.cc:114
6193
msgid "Waiting to reconnect after a failed binlog dump request"
6196
#: drizzled/slave.cc:115
6197
msgid "Slave I/O thread killed while retrying master dump"
6200
#: drizzled/slave.cc:116
6201
msgid "Reconnecting after a failed binlog dump request"
6204
#: drizzled/slave.cc:117
6206
msgid "failed dump request, reconnecting to try again, log '%s' at position %s"
6209
#: drizzled/slave.cc:123
6210
msgid "Waiting to reconnect after a failed master event read"
6213
#: drizzled/slave.cc:124
6214
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6217
#: drizzled/slave.cc:126
6218
msgid "Reconnecting after a failed master event read"
6221
#: drizzled/slave.cc:127
6224
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6228
#: drizzled/slave.cc:130
6230
"Slave I/O thread killed during or after a reconnect done to recover from "
6234
#: drizzled/slave.cc:244
6235
msgid "Failed to allocate memory for the master info structure"
6238
#: drizzled/slave.cc:250 drizzled/slave.cc:1765
6239
msgid "Failed to initialize the master info structure"
6242
#: drizzled/slave.cc:265
6243
msgid "Failed to create slave threads"
6246
#: drizzled/slave.cc:462
6247
msgid "Server id not set, will not start slave"
6250
#: drizzled/slave.cc:628
6252
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6253
"updates to a non-transactional table without any primary key. There is a "
6254
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6255
"check your tables' contents after restart."
6258
#: drizzled/slave.cc:789 drizzled/slave.cc:804
6259
msgid "Master reported unrecognized DRIZZLE version"
6262
#: drizzled/slave.cc:845
6263
msgid "default Format_description_log_event"
6266
#: drizzled/slave.cc:867
6269
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6270
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6273
#: drizzled/slave.cc:894
6275
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6276
"server ids; these ids must be different for replication to work (or the --"
6277
"replicate-same-server-id option must be used on slave but this does not "
6278
"always make sense; please check the manual before using it)."
6281
#: drizzled/slave.cc:939
6283
"The slave I/O thread stops because master and slave have different values "
6284
"for the COLLATION_SERVER global variable. The values must be equal for "
6285
"replication to work"
6288
#: drizzled/slave.cc:975
6290
"The slave I/O thread stops because master and slave have different values "
6291
"for the TIME_ZONE global variable. The values must be equal for replication "
6295
#: drizzled/slave.cc:1040
6296
msgid "Waiting for the slave SQL thread to free enough relay log space"
6299
#: drizzled/slave.cc:1086
6301
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6305
#: drizzled/slave.cc:1097
6306
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6309
#: drizzled/slave.cc:1422
6311
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6314
#: drizzled/slave.cc:1475
6316
msgid "Error reading packet from server: %s ( server_errno=%d)"
6319
#: drizzled/slave.cc:1483
6321
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6324
#: drizzled/slave.cc:1636
6327
"It was not possible to update the positions of the relay log information: "
6328
"the slave may be in an inconsistent state. Stopped in %s position %s"
6331
#: drizzled/slave.cc:1711 drizzled/slave.cc:2303
6333
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6336
#: drizzled/slave.cc:1770 drizzled/slave.cc:2252
6338
msgid "Error initializing relay log position: %s"
6341
#: drizzled/slave.cc:1786
6344
"Slave SQL thread retried transaction %<PRIu64> time(s) in vain, giving up. "
6345
"Consider raising the value of the slave_transaction_retries variable."
6348
#: drizzled/slave.cc:1809
6350
"Could not parse relay log event entry. The possible reasons are: the "
6351
"master's binary log is corrupted (you can check this by running "
6352
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6353
"can check this by running 'mysqlbinlog' on the relay log), a network "
6354
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6355
"check the master's binary log or slave's relay log, you will be able to know "
6356
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6359
#: drizzled/slave.cc:1930
6360
msgid "Failed during slave I/O thread initialization"
6363
#: drizzled/slave.cc:1944
6364
msgid "error in drizzle_create()"
6367
#: drizzled/slave.cc:1952
6370
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6371
"'%s' at position %s"
6374
#: drizzled/slave.cc:1966
6375
msgid "Slave I/O thread killed while connecting to master"
6378
#: drizzled/slave.cc:1990
6379
msgid "Slave I/O thread couldn't register on master"
6382
#: drizzled/slave.cc:2002 drizzled/slave.cc:2026 drizzled/slave.cc:2050
6383
msgid "Forcing to reconnect slave I/O thread"
6386
#: drizzled/slave.cc:2015
6387
msgid "Failed on request_dump()"
6390
#: drizzled/slave.cc:2016
6391
msgid "Slave I/O thread killed while requesting master dump"
6394
#: drizzled/slave.cc:2042
6395
msgid "Waiting for master to send event"
6398
#: drizzled/slave.cc:2044
6399
msgid "Slave I/O thread killed while reading event"
6402
#: drizzled/slave.cc:2062
6405
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6406
"entry is correct, restart the server with a higher value of "
6407
"max_allowed_packet"
6410
#: drizzled/slave.cc:2076
6411
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6414
#: drizzled/slave.cc:2086
6415
msgid "Queuing master event to the relay log"
6418
#: drizzled/slave.cc:2113
6419
msgid "Slave I/O thread aborted while waiting for relay log space"
6422
#: drizzled/slave.cc:2123
6424
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6427
#: drizzled/slave.cc:2144
6428
msgid "Waiting for slave mutex on exit"
6431
#: drizzled/slave.cc:2208
6432
msgid "Failed during slave thread initialization"
6435
#: drizzled/slave.cc:2274
6438
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6439
"s, relay log '%s' position: %s"
6442
#: drizzled/slave.cc:2288
6443
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6446
#: drizzled/slave.cc:2314
6447
msgid "Reading event from the relay log"
6450
#: drizzled/slave.cc:2339
6452
msgid "Slave (additional info): %s Error_code: %d"
6455
#: drizzled/slave.cc:2356
6457
msgid "Slave: %s Error_code: %d"
6460
#: drizzled/slave.cc:2359
6463
"Error loading user-defined library, slave SQL thread aborted. Install the "
6464
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6465
"stopped at log '%s' position %s"
6468
#: drizzled/slave.cc:2367
6471
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6472
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6475
#: drizzled/slave.cc:2379
6478
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6481
#: drizzled/slave.cc:2468
6483
msgid "Slave I/O: failed requesting download of '%s'"
6486
#: drizzled/slave.cc:2485
6488
msgid "Network read error downloading '%s' from master"
6491
#: drizzled/slave.cc:2507
6492
msgid "error writing Exec_load event to relay log"
6495
#: drizzled/slave.cc:2521
6496
msgid "error writing Create_file event to relay log"
6499
#: drizzled/slave.cc:2536
6500
msgid "error writing Append_block event to relay log"
6503
#: drizzled/slave.cc:2632
6504
msgid "Memory allocation failed"
6507
#: drizzled/slave.cc:2657 drizzled/slave.cc:2743
6510
"Read invalid event from master: '%s', master could be corrupt but a more "
6511
"likely cause of this is a bug"
6514
#: drizzled/slave.cc:3015
6515
msgid "could not queue event from master"
6518
#: drizzled/slave.cc:3105
6520
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6523
#: drizzled/slave.cc:3107
6524
msgid "reconnecting"
6527
#: drizzled/slave.cc:3107
6531
#: drizzled/slave.cc:3131
6534
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6538
#: drizzled/slave.cc:3492
6540
msgid "next log '%s' is currently active"
6543
#: drizzled/slave.cc:3522
6545
msgid "next log '%s' is not active"
6548
#: drizzled/slave.cc:3538
6551
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6554
#: drizzled/slave.cc:3544
6555
msgid "Aborting slave SQL thread because of partial event read"
6558
#: drizzled/slave.cc:3550 drizzled/slave.cc:3557
6560
msgid "Error reading relay log event: %s"
6563
#: drizzled/slave.cc:3551
6564
msgid "slave SQL thread was killed"
6567
#: drizzled/slave.cc:3649
6570
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6571
"check error log on slave for more info"
6574
#: drizzled/slave.cc:3655
6577
"According to the master's version ('%s'), it is probable that master suffers "
6578
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6579
"current binary log event may make the slave's data become different from the "
6580
"master's data. To take no risk, slave refuses to replicate this event and "
6581
"stops. We recommend that all updates be stopped on the master and slave, "
6582
"that the data of both be manually synchronized, that master's binary logs be "
6583
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6584
"Then replication can be restarted."
6587
#: drizzled/sql_base.cc:2485
6589
msgid "Table %s had a open data handler in reopen_table"
6592
#: drizzled/sql_base.cc:3134
6594
msgid "Couldn't repair table: %s.%s"
6597
#: drizzled/sql_base.cc:3177
6600
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6601
"s`.`%s`' to the binary log"
6604
#: drizzled/sql_base.cc:3786
6606
msgid "Could not remove temporary table: '%s', error: %d"
6609
#: drizzled/sql_plugin.cc:686
6611
msgid "Plugin '%s' of type %s failed deinitialization"
6614
#: drizzled/sql_plugin.cc:700
6616
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6619
#: drizzled/sql_plugin.cc:787
6621
msgid "Plugin '%s' registration as a %s failed."
6624
#: drizzled/sql_plugin.cc:1026
6625
msgid "plugin-load parameter too long"
6628
#: drizzled/sql_plugin.cc:1086
6630
msgid "Couldn't load plugin named '%s' with soname '%s'."
6633
#: drizzled/sql_plugin.cc:1139
6635
msgid "Forcing shutdown of %<PRIu64> plugins"
6638
#: drizzled/sql_plugin.cc:1162
6640
msgid "Plugin '%s' will be forced to shutdown"
6643
#: drizzled/sql_plugin.cc:1178
6645
msgid "Plugin '%s' has ref_count=%d after shutdown."
6648
#: drizzled/sql_plugin.cc:1568
6649
msgid "Out of memory."
6652
#: drizzled/sql_plugin.cc:2417 drizzled/sql_plugin.cc:2480
6654
msgid "Unknown variable type code 0x%x in plugin '%s'."
6657
#: drizzled/sql_plugin.cc:2460
6660
"Server variable %s of plugin %s was forced to be read-only: string variable "
6661
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6664
#: drizzled/sql_plugin.cc:2491
6666
msgid "Missing variable name in plugin '%s'."
6669
#: drizzled/sql_plugin.cc:2508
6671
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6674
#: drizzled/sql_plugin.cc:2627
6676
msgid "Out of memory for plugin '%s'."
6679
#: drizzled/sql_plugin.cc:2634
6681
msgid "Bad options for plugin '%s'."
6684
#: drizzled/sql_plugin.cc:2643
6686
msgid "Parsing options for plugin '%s' failed."
6689
#: drizzled/sql_plugin.cc:2686
6691
msgid "Plugin '%s' has conflicting system variables"
6694
#: drizzled/sql_plugin.cc:2696
6696
msgid "Plugin '%s' disabled by command line option"
6699
#: drizzled/sql_table.cc:112
6701
msgid "Invalid (old?) table or database name '%s'"
6704
#: drizzled/sql_table.cc:2764
6706
msgid "Unknown - internal error %d during operation"
6709
#: drizzled/sql_table.cc:5032
6711
msgid "Could not open table %s.%s after rename\n"
6714
#: drizzled/sql_table.cc:5199
6717
"order_st BY ignored because there is a user-defined clustered index in the "
6721
#: drizzled/sql_udf.cc:41
6722
msgid "Can't allocate memory for udf structures"
6725
#: drizzled/table.cc:502
6728
"'%s' had no or invalid character set, and default character set is multi-"
6729
"byte, so character column sizes may have changed"
6732
#: drizzled/table.cc:2075
6734
msgid "Unknown collation '%s' in table '%-.64s' definition"
6737
#: drizzled/table.cc:2082
6740
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
6744
#: drizzled/table.cc:2695
6747
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6751
#: drizzled/table.cc:2721
6754
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6755
"have type %s, found type %s."
6758
#: drizzled/table.cc:2730
6761
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6762
"position %d to have character set '%s' but the type has no character set."
6765
#: drizzled/table.cc:2740
6768
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6769
"position %d to have character set '%s' but found character set '%s'."
6772
#: drizzled/table.cc:2751
6775
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6776
"have type %s but the column is not found."
6779
#: drizzled/table.cc:4871
6781
msgid "Got error %d when reading table '%s'"
6784
#: drizzled/tztime.cc:1060
6786
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6789
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
6790
msgid "Error Messages to stderr"
6793
#: plugin/logging_query/logging_query.cc:162
6795
msgid "fail open() fn=%s er=%s\n"
6798
#: plugin/logging_query/logging_query.cc:202
6799
msgid "File to log to"
6802
#: plugin/logging_query/logging_query.cc:211
6803
msgid "Enable logging"
6806
#: plugin/logging_query/logging_query.cc:220
6807
msgid "Disable after this many seconds. Zero for forever"
6810
#: plugin/logging_query/logging_query.cc:233
6811
msgid "Threshold for logging slow queries, in microseconds"
6814
#: plugin/logging_query/logging_query.cc:246
6815
msgid "Threshold for logging big queries, for rows returned"
6818
#: plugin/logging_query/logging_query.cc:259
6819
msgid "Threshold for logging big queries, for rows examined"
6822
#: plugin/logging_query/logging_query.cc:282
6823
msgid "Log queries to a file"
6826
#: storage/myisam/ha_myisam.cc:453
6828
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6831
#: storage/myisam/ha_myisam.cc:457
6833
msgid "Got an error from unknown thread, %s:%d"
6836
#: storage/myisam/ha_myisam.cc:462
6837
msgid "Unknown thread accessing table"
6840
#: storage/myisam/my_handler_errors.c:34
6841
msgid "Didn't find key on read or update"
6844
#: storage/myisam/my_handler_errors.c:36
6845
msgid "Duplicate key on write or update"
6848
#: storage/myisam/my_handler_errors.c:38
6849
msgid "Internal (unspecified) error in handler"
6852
#: storage/myisam/my_handler_errors.c:40
6854
"Someone has changed the row since it was read (while the table was locked to "
6858
#: storage/myisam/my_handler_errors.c:43
6859
msgid "Wrong index given to function"
6862
#: storage/myisam/my_handler_errors.c:45
6863
msgid "Undefined handler error 125"
6866
#: storage/myisam/my_handler_errors.c:47
6867
msgid "Index file is crashed"
6870
#: storage/myisam/my_handler_errors.c:49
6871
msgid "Record file is crashed"
6874
#: storage/myisam/my_handler_errors.c:51
6875
msgid "Out of memory in engine"
6878
#: storage/myisam/my_handler_errors.c:53
6879
msgid "Undefined handler error 129"
6882
#: storage/myisam/my_handler_errors.c:55
6883
msgid "Incorrect file format"
6886
#: storage/myisam/my_handler_errors.c:57
6887
msgid "Command not supported by database"
6890
#: storage/myisam/my_handler_errors.c:59
6891
msgid "Old database file"
6894
#: storage/myisam/my_handler_errors.c:61
6895
msgid "No record read before update"
6898
#: storage/myisam/my_handler_errors.c:63
6899
msgid "Record was already deleted (or record file crashed)"
6902
#: storage/myisam/my_handler_errors.c:65
6903
msgid "No more room in record file"
6906
#: storage/myisam/my_handler_errors.c:67
6907
msgid "No more room in index file"
6910
#: storage/myisam/my_handler_errors.c:69
6911
msgid "No more records (read after end of file)"
6914
#: storage/myisam/my_handler_errors.c:71
6915
msgid "Unsupported extension used for table"
6918
#: storage/myisam/my_handler_errors.c:73
6922
#: storage/myisam/my_handler_errors.c:75
6923
msgid "Wrong create options"
6926
#: storage/myisam/my_handler_errors.c:77
6927
msgid "Duplicate unique key or constraint on write or update"
6930
#: storage/myisam/my_handler_errors.c:79
6931
msgid "Unknown character set used in table"
6934
#: storage/myisam/my_handler_errors.c:81
6935
msgid "Conflicting table definitions in sub-tables of MERGE table"
6938
#: storage/myisam/my_handler_errors.c:83
6939
msgid "Table is crashed and last repair failed"
6942
#: storage/myisam/my_handler_errors.c:85
6943
msgid "Table was marked as crashed and should be repaired"
6946
#: storage/myisam/my_handler_errors.c:87
6947
msgid "Lock timed out; Retry transaction"
6950
#: storage/myisam/my_handler_errors.c:89
6951
msgid "Lock table is full; Restart program with a larger locktable"
6954
#: storage/myisam/my_handler_errors.c:91
6955
msgid "Updates are not allowed under a read only transactions"
6958
#: storage/myisam/my_handler_errors.c:93
6959
msgid "Lock deadlock; Retry transaction"
6962
#: storage/myisam/my_handler_errors.c:95
6963
msgid "Foreign key constraint is incorrectly formed"
6966
#: storage/myisam/my_handler_errors.c:97
6967
msgid "Cannot add a child row"
6970
#: storage/myisam/my_handler_errors.c:99
6971
msgid "Cannot delete a parent row"
6974
#: storage/myisam/my_handler_errors.c:101
6975
msgid "No savepoint with that name"
6978
#: storage/myisam/my_handler_errors.c:103
6979
msgid "Non unique key block size"
6982
#: storage/myisam/my_handler_errors.c:105
6983
msgid "The table does not exist in engine"
6986
#: storage/myisam/my_handler_errors.c:107
6987
msgid "The table already existed in storage engine"
6990
#: storage/myisam/my_handler_errors.c:109
6991
msgid "Could not connect to storage engine"
6994
#: storage/myisam/my_handler_errors.c:111
6995
msgid "Unexpected null pointer found when using spatial index"
6998
#: storage/myisam/my_handler_errors.c:113
6999
msgid "The table changed in storage engine"
7002
#: storage/myisam/my_handler_errors.c:115
7003
msgid "There's no partition in table for the given value"
7006
#: storage/myisam/my_handler_errors.c:117
7007
msgid "Row-based binlogging of row failed"
7010
#: storage/myisam/my_handler_errors.c:119
7011
msgid "Index needed in foreign key constraint"
7014
#: storage/myisam/my_handler_errors.c:121
7015
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7018
#: storage/myisam/my_handler_errors.c:123
7019
msgid "Table needs to be upgraded before it can be used"
7022
#: storage/myisam/my_handler_errors.c:125
7023
msgid "Table is read only"
7026
#: storage/myisam/my_handler_errors.c:127
7027
msgid "Failed to get next auto increment value"
7030
#: storage/myisam/my_handler_errors.c:129
7031
msgid "Failed to set row auto increment value"
7034
#: storage/myisam/my_handler_errors.c:131
7035
msgid "Unknown (generic) error from engine"
7038
#: storage/myisam/my_handler_errors.c:133
7039
msgid "Record is the same"
7042
#: storage/myisam/my_handler_errors.c:135
7043
msgid "It is not possible to log this statement"
7046
#: storage/myisam/my_handler_errors.c:137
7047
msgid "Tablespace exists"
7050
#: storage/myisam/my_handler_errors.c:139
7051
msgid "The event was corrupt, leading to illegal data being read"
7054
#: storage/myisam/my_handler_errors.c:141
7055
msgid "The table is of a new format not supported by this version"
7058
#: storage/myisam/my_handler_errors.c:143
7059
msgid "The event could not be processed no other handler error happened"
7062
#: storage/myisam/my_handler_errors.c:145
7063
msgid "Got a fatal error during initialzation of handler"
7066
#: storage/myisam/my_handler_errors.c:147
7067
msgid "File to short; Expected more data in file"
7070
#: storage/myisam/my_handler_errors.c:149
7071
msgid "Read page with wrong checksum"
7074
#: storage/myisam/my_handler_errors.c:151
7075
msgid "Lock or active transaction"
7078
#: storage/myisam/my_handler_errors.c:153
7079
msgid "No such table space"
7082
#: storage/myisam/my_handler_errors.c:155
7083
msgid "Tablespace not empty"