1
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR Sun Microsystems
3
# This file is distributed under the same license as the PACKAGE package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9
"Project-Id-Version: drizzle 7.0.0\n"
10
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
11
"POT-Creation-Date: 2008-11-26 13:56-0800\n"
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
16
"Content-Type: text/plain; charset=CHARSET\n"
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
#: client/drizzle.cc:255
21
msgid "Synonym for `help'."
24
#: client/drizzle.cc:256
25
msgid "Clear command."
28
#: client/drizzle.cc:258
29
msgid "Reconnect to the server. Optional arguments are db and host."
32
#: client/drizzle.cc:260
34
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
#: client/drizzle.cc:262
38
msgid "Send command to drizzle server, display result vertically."
41
#: client/drizzle.cc:263
42
msgid "Exit drizzle. Same as quit."
45
#: client/drizzle.cc:264
46
msgid "Send command to drizzle server."
49
#: client/drizzle.cc:265
50
msgid "Display this help."
53
#: client/drizzle.cc:266
54
msgid "Disable pager, print to stdout."
57
#: client/drizzle.cc:267
58
msgid "Don't write into outfile."
61
#: client/drizzle.cc:269
62
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
65
#: client/drizzle.cc:270
66
msgid "Print current command."
69
#: client/drizzle.cc:271
70
msgid "Change your drizzle prompt."
73
#: client/drizzle.cc:272
77
#: client/drizzle.cc:273
78
msgid "Rebuild completion hash."
81
#: client/drizzle.cc:275
82
msgid "Execute an SQL script file. Takes a file name as an argument."
85
#: client/drizzle.cc:276
86
msgid "Get status information from the server."
89
#: client/drizzle.cc:278
90
msgid "Set outfile [to_outfile]. Append everything into given outfile."
93
#: client/drizzle.cc:280
94
msgid "Use another database. Takes database name as argument."
97
#: client/drizzle.cc:282 client/drizzle.cc:1430
98
msgid "Show warnings after every statement."
101
#: client/drizzle.cc:284
102
msgid "Don't show warnings after every statement."
105
#: client/drizzle.cc:1113
106
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
109
#: client/drizzle.cc:1123
112
"Your Drizzle connection id is %u\n"
113
"Server version: %s\n"
116
#: client/drizzle.cc:1153
118
msgid "Reading history-file %s\n"
121
#: client/drizzle.cc:1158
123
msgid "Couldn't allocate memory for temp histfile!\n"
126
#: client/drizzle.cc:1165
127
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
130
#: client/drizzle.cc:1183
132
msgid "Writing history-file %s\n"
135
#: client/drizzle.cc:1192
139
#: client/drizzle.cc:1192
143
#: client/drizzle.cc:1241
144
msgid "Query aborted by Ctrl+C\n"
147
#: client/drizzle.cc:1264 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2817
148
msgid "Display this help and exit."
151
#: client/drizzle.cc:1266
152
msgid "Synonym for -?"
155
#: client/drizzle.cc:1269
157
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
158
"and field completion, but startup and reconnecting may take a longer time. "
159
"Disable with --disable-auto-rehash."
162
#: client/drizzle.cc:1273
164
"No automatic rehashing. One has to use 'rehash' to get table and field "
165
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
166
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
169
#: client/drizzle.cc:1276
171
"Automatically switch to vertical output mode if the result is wider than the "
175
#: client/drizzle.cc:1279
177
"Don't use history file. Disable interactive behavior. (Enables --silent)"
180
#: client/drizzle.cc:1281 drizzled/drizzled.cc:2869
181
msgid "Directory where character sets are."
184
#: client/drizzle.cc:1283
185
msgid "Display column type information."
188
#: client/drizzle.cc:1286
190
"Preserve comments. Send comments to the server. The default is --skip-"
191
"comments (discard comments), enable with --comments"
194
#: client/drizzle.cc:1289
195
msgid "Use compression in server/client protocol."
198
#: client/drizzle.cc:1292
199
msgid "Check memory and open file usage at exit ."
202
#: client/drizzle.cc:1295
203
msgid "Print some debug info at exit."
206
#: client/drizzle.cc:1297
207
msgid "Database to use."
210
#: client/drizzle.cc:1300
214
#: client/drizzle.cc:1302
215
msgid "Delimiter to be used."
218
#: client/drizzle.cc:1304
219
msgid "Execute command and quit. (Disables --force and history file)"
222
#: client/drizzle.cc:1306
223
msgid "Print the output of a query (rows) vertically."
226
#: client/drizzle.cc:1309
227
msgid "Continue even if we get an sql error."
230
#: client/drizzle.cc:1313
232
"Enable named commands. Named commands mean this program's internal commands; "
233
"see drizzle> help . When enabled, the named commands can be used from any "
234
"line of the query, otherwise only from the first line, before an enter. "
235
"Disable with --disable-named-commands. This option is disabled by default."
238
#: client/drizzle.cc:1317
240
"Named commands are disabled. Use \\* form only, or use named commands only "
241
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
242
"the client now starts with this option ENABLED by default! Disable with '-"
243
"G'. Long format commands still work from the first line. WARNING: option "
244
"deprecated; use --disable-named-commands instead."
247
#: client/drizzle.cc:1319
248
msgid "Ignore space after function names."
251
#: client/drizzle.cc:1321
252
msgid "Enable/disable LOAD DATA LOCAL INFILE."
255
#: client/drizzle.cc:1324
256
msgid "Turn off beep on error."
259
#: client/drizzle.cc:1326 client/drizzleadmin.cc:77
260
msgid "Connect to host."
263
#: client/drizzle.cc:1328
264
msgid "Write line numbers for errors."
267
#: client/drizzle.cc:1331
269
"Don't write line number for errors. WARNING: -L is deprecated, use long "
270
"version of this option instead."
273
#: client/drizzle.cc:1333
274
msgid "Flush buffer after each query."
277
#: client/drizzle.cc:1335
278
msgid "Write column names in results."
281
#: client/drizzle.cc:1339
283
"Don't write column names in results. WARNING: -N is deprecated, use long "
284
"version of this options instead."
287
#: client/drizzle.cc:1342
289
"Change the value of a variable. Please note that this option is deprecated; "
290
"you can set variables directly with --variable-name=value."
293
#: client/drizzle.cc:1344
294
msgid "Ignore SIGINT (CTRL-C)"
297
#: client/drizzle.cc:1348
299
"Only update the default database. This is useful for skipping updates to "
300
"other database in the update log."
303
#: client/drizzle.cc:1351
305
"Pager to use to display results. If you don't supply an option the default "
306
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
307
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
308
"work in batch mode. Disable with --disable-pager. This option is disabled by "
312
#: client/drizzle.cc:1354
314
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
315
"option deprecated; use --disable-pager instead."
318
#: client/drizzle.cc:1357 client/drizzleadmin.cc:80
320
"Password to use when connecting to server. If password is not given it's "
321
"asked from the tty."
324
#: client/drizzle.cc:1359
326
"Port number to use for connection or 0 for default to, in order of "
327
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
330
#: client/drizzle.cc:1360
331
msgid "built-in default"
334
#: client/drizzle.cc:1363
335
msgid "Set the drizzle prompt to this value."
338
#: client/drizzle.cc:1366
339
msgid "The protocol of connection (tcp,socket,pipe,memory)."
342
#: client/drizzle.cc:1369
344
"Don't cache result, print it row by row. This may slow down the server if "
345
"the output is suspended. Doesn't use history file."
348
#: client/drizzle.cc:1371
349
msgid "Write fields without conversion. Used with --batch."
352
#: client/drizzle.cc:1374
354
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
355
"option is enabled by default."
358
#: client/drizzle.cc:1376
360
"Be more silent. Print results with a tab as separator, each row on new line."
363
#: client/drizzle.cc:1378
364
msgid "Socket file to use for connection."
367
#: client/drizzle.cc:1381
368
msgid "Output in table format."
371
#: client/drizzle.cc:1384
373
"Append everything into outfile. See interactive help (\\h) also. Does not "
374
"work in batch mode. Disable with --disable-tee. This option is disabled by "
378
#: client/drizzle.cc:1386
380
"Disable outfile. See interactive help (\\h) also. WARNING: option "
381
"deprecated; use --disable-tee instead"
384
#: client/drizzle.cc:1389 client/drizzleadmin.cc:90
385
msgid "User for login if not current user."
388
#: client/drizzle.cc:1392
389
msgid "Only allow UPDATE and DELETE that uses keys."
392
#: client/drizzle.cc:1395
393
msgid "Synonym for option --safe-updates, -U."
396
#: client/drizzle.cc:1398
397
msgid "Write more. (-v -v -v gives the table output format)."
400
#: client/drizzle.cc:1400 client/drizzleadmin.cc:95 drizzled/drizzled.cc:3187
401
msgid "Output version information and exit."
404
#: client/drizzle.cc:1402 client/drizzleadmin.cc:97
405
msgid "Wait and retry if connection is down."
408
#: client/drizzle.cc:1405
409
msgid "Number of seconds before connection timeout."
412
#: client/drizzle.cc:1410
413
msgid "Max packet length to send to, or receive from server"
416
#: client/drizzle.cc:1415
417
msgid "Buffer for TCP/IP and socket communication"
420
#: client/drizzle.cc:1419
421
msgid "Automatic limit for SELECT when using --safe-updates"
424
#: client/drizzle.cc:1424
425
msgid "Automatic limit for rows in a join when using --safe-updates"
428
#: client/drizzle.cc:1428
429
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
432
#: client/drizzle.cc:1441
434
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
437
#: client/drizzle.cc:1448
440
"Copyright (C) 2008 Sun Microsystems\n"
441
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
442
"and you are welcome to modify and redistribute it under the GPL license\n"
445
#: client/drizzle.cc:1453
447
msgid "Usage: %s [OPTIONS] [database]\n"
450
#: client/drizzle.cc:1486
451
msgid "DELIMITER cannot contain a backslash character"
454
#: client/drizzle.cc:1507
456
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
459
#: client/drizzle.cc:1530
461
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
464
#: client/drizzle.cc:1534
466
msgid "WARNING: --server-arg option not supported in this configuration.\n"
469
#: client/drizzle.cc:1902
471
msgid "Unknown command '\\%c'."
474
#: client/drizzle.cc:2329
476
"Reading table information for completion of table and column names\n"
477
" You can turn off this feature to get a quicker startup with -A\n"
481
#: client/drizzle.cc:2426
482
msgid "No connection. Trying to reconnect..."
485
#: client/drizzle.cc:2432
486
msgid "Can't connect to the server\n"
489
#: client/drizzle.cc:2489
493
#: client/drizzle.cc:2489
497
#: client/drizzle.cc:2543
502
#: client/drizzle.cc:2544
509
#: client/drizzle.cc:2546
516
#: client/drizzle.cc:2559
517
msgid "Many help items for your request exist."
520
#: client/drizzle.cc:2560
522
"To make a more specific request, please type 'help <item>',\n"
523
"where <item> is one of the following"
526
#: client/drizzle.cc:2566
528
msgid "You asked for help about help category: '%s'\n"
531
#: client/drizzle.cc:2567
533
"For more information, type 'help <item>', where <item> is one of the "
537
#: client/drizzle.cc:2580
543
#: client/drizzle.cc:2581
544
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
547
#: client/drizzle.cc:2604
548
msgid "List of all Drizzle commands:"
551
#: client/drizzle.cc:2606
552
msgid "Note that all text commands must be first on line and end with ';'"
555
#: client/drizzle.cc:2617
558
"For server side help, type 'help contents'\n"
561
#: client/drizzle.cc:2660
562
msgid "No query specified\n"
565
#: client/drizzle.cc:2675
566
msgid "Ignoring query to other database"
569
#: client/drizzle.cc:2724
573
#: client/drizzle.cc:2737
575
msgid "%ld row in set"
576
msgid_plural "%ld rows in set"
580
#: client/drizzle.cc:2746
584
#: client/drizzle.cc:2748
586
msgid "Query OK, %ld row affected"
587
msgid_plural "Query OK, %ld rows affected"
591
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3053
593
"Port number to use for connection or 0 for default to, in order of "
594
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
597
#: client/drizzleadmin.cc:87
598
msgid "Silently exit if one can't connect to server."
601
#: client/drizzleadmin.cc:93
602
msgid "Write more information."
605
#: client/drizzleadmin.cc:258
608
"connect to server at '%s' failed\n"
612
#: client/drizzleadmin.cc:264
614
msgid "Check that drizzled is running on %s"
617
#: client/drizzleadmin.cc:265
619
msgid " and that the port is %d.\n"
622
#: client/drizzleadmin.cc:267
624
msgid "You can check this by doing 'telnet %s %d'\n"
627
#: client/drizzleadmin.cc:278
629
msgid "Got error: %s\n"
632
#: client/drizzleadmin.cc:285
633
msgid "Waiting for Drizzle server to answer"
636
#: client/drizzleadmin.cc:318
638
msgid "shutting down drizzled...\n"
641
#: client/drizzleadmin.cc:322
643
msgid "shutdown failed; error: '%s'"
646
#: client/drizzleadmin.cc:329
651
#: client/drizzleadmin.cc:339
652
msgid "drizzled is alive"
655
#: client/drizzleadmin.cc:347
656
msgid "connection was down, but drizzled is now alive"
659
#: client/drizzleadmin.cc:351
661
msgid "drizzled doesn't answer to ping, error: '%s'"
664
#: client/drizzleadmin.cc:360
666
msgid "Unknown command: '%-.60s'"
669
#: client/drizzleadmin.cc:369
671
msgid "%s Ver %s Distrib %s, for %s on %s\n"
674
#: client/drizzleadmin.cc:376
675
msgid "Copyright (C) 2000-2008 MySQL AB"
678
#: client/drizzleadmin.cc:377
680
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
681
"and you are welcome to modify and redistribute it under the GPL license\n"
684
#: client/drizzleadmin.cc:378
685
msgid "Administration program for the drizzled daemon."
688
#: client/drizzleadmin.cc:379
690
msgid "Usage: %s [OPTIONS] command command....\n"
693
#: client/drizzleadmin.cc:381
695
" ping Check if server is down\n"
696
" shutdown Take server down\n"
699
#: libdrizzle/errmsg.c:27
700
msgid "Unknown Drizzle error"
703
#: libdrizzle/errmsg.c:28
705
msgid "Can't create UNIX socket (%d)"
708
#: libdrizzle/errmsg.c:29
710
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
713
#: libdrizzle/errmsg.c:30
715
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
718
#: libdrizzle/errmsg.c:31
720
msgid "Can't create TCP/IP socket (%d)"
723
#: libdrizzle/errmsg.c:32
725
msgid "Unknown Drizzle server host '%-.100s' (%d)"
728
#: libdrizzle/errmsg.c:33
729
msgid "Drizzle server has gone away"
732
#: libdrizzle/errmsg.c:34
734
msgid "Protocol mismatch; server version = %d, client version = %d"
737
#: libdrizzle/errmsg.c:35
738
msgid "Drizzle client ran out of memory"
741
#: libdrizzle/errmsg.c:36
742
msgid "Wrong host info"
745
#: libdrizzle/errmsg.c:37
746
msgid "Localhost via UNIX socket"
749
#: libdrizzle/errmsg.c:38
751
msgid "%-.100s via TCP/IP"
754
#: libdrizzle/errmsg.c:39
755
msgid "Error in server handshake"
758
#: libdrizzle/errmsg.c:40
759
msgid "Lost connection to Drizzle server during query"
762
#: libdrizzle/errmsg.c:41
763
msgid "Commands out of sync; you can't run this command now"
766
#: libdrizzle/errmsg.c:42
768
msgid "Named pipe: %-.32s"
771
#: libdrizzle/errmsg.c:43
773
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
776
#: libdrizzle/errmsg.c:44
778
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
781
#: libdrizzle/errmsg.c:45
783
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
786
#: libdrizzle/errmsg.c:46
788
msgid "Can't initialize character set %-.32s (path: %-.100s)"
791
#: libdrizzle/errmsg.c:47
792
msgid "Got packet bigger than 'max_allowed_packet' bytes"
795
#: libdrizzle/errmsg.c:48
796
msgid "Embedded server"
799
#: libdrizzle/errmsg.c:49
800
msgid "Error on SHOW SLAVE STATUS:"
803
#: libdrizzle/errmsg.c:50
804
msgid "Error on SHOW SLAVE HOSTS:"
807
#: libdrizzle/errmsg.c:51
808
msgid "Error connecting to slave:"
811
#: libdrizzle/errmsg.c:52
812
msgid "Error connecting to master:"
815
#: libdrizzle/errmsg.c:53
816
msgid "SSL connection error"
819
#: libdrizzle/errmsg.c:54
820
msgid "Malformed packet"
823
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
824
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
825
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
826
#: libdrizzle/errmsg.c:74
827
msgid "(unused error message)"
830
#: libdrizzle/errmsg.c:56
831
msgid "Invalid use of null pointer"
834
#: libdrizzle/errmsg.c:57
835
msgid "Statement not prepared"
838
#: libdrizzle/errmsg.c:58
839
msgid "No data supplied for parameters in prepared statement"
842
#: libdrizzle/errmsg.c:59
843
msgid "Data truncated"
846
#: libdrizzle/errmsg.c:60
847
msgid "No parameters exist in the statement"
850
#: libdrizzle/errmsg.c:61
851
msgid "Invalid parameter number"
854
#: libdrizzle/errmsg.c:62
857
"Can't send long data for non-string/non-binary data types (parameter: %d)"
860
#: libdrizzle/errmsg.c:64
862
msgid "Using unsupported buffer type: %d (parameter: %d)"
865
#: libdrizzle/errmsg.c:65
867
msgid "Shared memory: %-.100s"
870
#: libdrizzle/errmsg.c:75
871
msgid "Wrong or unknown protocol"
874
#: libdrizzle/errmsg.c:76
875
msgid "Invalid connection handle"
878
#: libdrizzle/errmsg.c:77
880
"Connection using old (pre-4.1.1) authentication protocol refused (client "
881
"option 'secure_auth' enabled)"
884
#: libdrizzle/errmsg.c:79
885
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
888
#: libdrizzle/errmsg.c:80
889
msgid "Attempt to read column without prior row fetch"
892
#: libdrizzle/errmsg.c:81
893
msgid "Prepared statement contains no metadata"
896
#: libdrizzle/errmsg.c:82
898
"Attempt to read a row while there is no result set associated with the "
902
#: libdrizzle/errmsg.c:84
903
msgid "This feature is not implemented yet"
906
#: libdrizzle/errmsg.c:85
909
"Lost connection to Drizzle server while waiting for initial communication "
910
"packet, system error: %d"
913
#: libdrizzle/errmsg.c:87
916
"Lost connection to Drizzle server while reading initial communication "
917
"packet, system error: %d"
920
#: libdrizzle/errmsg.c:89
923
"Lost connection to Drizzle server while sending authentication information, "
927
#: libdrizzle/errmsg.c:91
930
"Lost connection to Drizzle server while reading authorization information, "
934
#: libdrizzle/errmsg.c:93
937
"Lost connection to Drizzle server while setting initial database, system "
941
#: libdrizzle/errmsg.c:95
943
msgid "Statement closed indirectly because of a preceeding %s() call"
946
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
947
msgid "Couldn't uncompress communication packet"
950
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
951
msgid "Got an error reading communication packets"
954
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
955
msgid "Got timeout reading communication packets"
958
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
959
msgid "Got an error writing communication packets"
962
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
963
msgid "Got timeout writing communication packets"
966
#: libdrizzle/local_infile.c:189 mysys/errors.cc:52
968
msgid "File '%s' not found (Errcode: %d)"
971
#: libdrizzle/local_infile.c:220 mysys/errors.cc:26
973
msgid "Error reading file '%s' (Errcode: %d)"
976
#: mysys/errors.cc:25
978
msgid "Can't create/write to file '%s' (Errcode: %d)"
981
#: mysys/errors.cc:27
983
msgid "Error writing file '%s' (Errcode: %d)"
986
#: mysys/errors.cc:28
988
msgid "Error on close of '%s' (Errcode: %d)"
991
#: mysys/errors.cc:29
993
msgid "Out of memory (Needed %u bytes)"
996
#: mysys/errors.cc:30
998
msgid "Error on delete of '%s' (Errcode: %d)"
1001
#: mysys/errors.cc:31
1003
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1006
#: mysys/errors.cc:32
1008
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1011
#: mysys/errors.cc:33
1013
msgid "Can't lock file (Errcode: %d)"
1016
#: mysys/errors.cc:34
1018
msgid "Can't unlock file (Errcode: %d)"
1021
#: mysys/errors.cc:35
1023
msgid "Can't read dir of '%s' (Errcode: %d)"
1026
#: mysys/errors.cc:36
1028
msgid "Can't get stat of '%s' (Errcode: %d)"
1031
#: mysys/errors.cc:37
1033
msgid "Can't change size of file (Errcode: %d)"
1036
#: mysys/errors.cc:38
1038
msgid "Can't open stream from handle (Errcode: %d)"
1041
#: mysys/errors.cc:39
1043
msgid "Can't get working dirctory (Errcode: %d)"
1046
#: mysys/errors.cc:40
1048
msgid "Can't change dir to '%s' (Errcode: %d)"
1051
#: mysys/errors.cc:41
1053
msgid "Warning: '%s' had %d links"
1056
#: mysys/errors.cc:42
1058
msgid "Warning: %d files and %d streams is left open\n"
1061
#: mysys/errors.cc:43
1063
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1066
#: mysys/errors.cc:44
1068
msgid "Can't create directory '%s' (Errcode: %d)"
1071
#: mysys/errors.cc:45
1074
"Character set '%s' is not a compiled character set and is not specified in "
1078
#: mysys/errors.cc:46
1080
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1083
#: mysys/errors.cc:47
1085
msgid "Can't read value for symlink '%s' (Error %d)"
1088
#: mysys/errors.cc:48
1090
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1093
#: mysys/errors.cc:49
1095
msgid "Error on realpath() on '%s' (Error %d)"
1098
#: mysys/errors.cc:50
1100
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1103
#: mysys/errors.cc:51
1106
"Collation '%s' is not a compiled collation and is not specified in the %s "
1110
#: mysys/errors.cc:53
1112
msgid "File '%s' (fileno: %d) was not closed"
1115
#: mysys/my_error.cc:87
1117
msgid "Unknown error %d"
1120
#: mysys/my_getopt.cc:85
1124
#: mysys/my_getopt.cc:87
1128
#: mysys/my_getopt.cc:351
1130
msgid "%s: %s: Option '%s' used, but is disabled\n"
1133
#: mysys/my_getopt.cc:352
1137
#: mysys/my_getopt.cc:352
1141
#: mysys/my_getopt.cc:455
1143
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1146
#: mysys/my_getopt.cc:765
1148
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1151
#: mysys/my_getopt.cc:942
1153
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1156
#: mysys/my_getopt.cc:1165
1158
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1161
#: mysys/my_getopt.cc:1185
1165
"Variables (--variable-name=value)\n"
1166
"and boolean options {false|true} Value (after reading options)\n"
1167
"--------------------------------- -----------------------------\n"
1170
#: mysys/my_getopt.cc:1201 mysys/my_getopt.cc:1217
1171
msgid "(No default value)"
1174
#: mysys/my_getopt.cc:1220
1178
#: mysys/my_getopt.cc:1220
1182
#: mysys/my_getopt.cc:1245
1184
msgid "(Disabled)\n"
1187
#: drizzled/authentication.cc:66 drizzled/show.cc:4665
1188
#: drizzled/sql_plugin.cc:825
1190
msgid "Plugin '%s' init function returned error."
1193
#. TRANSLATORS: The leading word "configvar" is the name
1194
#. of the plugin api, and so should not be translated.
1195
#: drizzled/configvar.cc:40
1197
msgid "configvar plugin '%s' init() failed"
1200
#. TRANSLATORS: The leading word "configvar" is the name
1201
#. of the plugin api, and so should not be translated.
1202
#: drizzled/configvar.cc:62
1204
msgid "configvar plugin '%s' deinit() failed"
1207
#. TRANSLATORS: The leading word "configvar" is the name
1208
#. of the plugin api, and so should not be translated.
1209
#: drizzled/configvar.cc:98
1211
msgid "configvar plugin '%s' configvar_func1() failed"
1214
#. TRANSLATORS: The leading word "configvar" is the name
1215
#. of the plugin api, and so should not be translated.
1216
#: drizzled/configvar.cc:152
1218
msgid "configvar plugin '%s' configvar_func2() failed"
1221
#: drizzled/db.cc:403 drizzled/db.cc:411
1223
msgid "Error while loading database options: '%s':"
1226
#: drizzled/drizzled.cc:547
1228
msgid "Got error %d from pthread_cond_timedwait"
1231
#: drizzled/drizzled.cc:728
1233
msgid "Got signal %d from thread %<PRIu64>"
1236
#: drizzled/drizzled.cc:762
1240
#: drizzled/drizzled.cc:941
1241
msgid "One can only use the --user switch if running as root\n"
1244
#: drizzled/drizzled.cc:949
1246
"Fatal error: Please read \"Security\" section of the manual to find out how "
1247
"to run drizzled as root!\n"
1250
#: drizzled/drizzled.cc:973
1253
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1257
#: drizzled/drizzled.cc:1147
1259
msgid "Retrying bind on TCP/IP port %u"
1262
#: drizzled/drizzled.cc:1153
1263
msgid "Can't start server: Bind on TCP/IP port"
1266
#: drizzled/drizzled.cc:1154
1268
msgid "Do you already have another drizzled server running on port: %d ?"
1271
#: drizzled/drizzled.cc:1160
1272
msgid "Can't start server: listen() on TCP/IP port"
1275
#: drizzled/drizzled.cc:1161
1277
msgid "listen() on TCP/IP failed with error %d"
1280
#: drizzled/drizzled.cc:1251
1285
#: drizzled/drizzled.cc:1269
1288
"We will try our best to scrape up some info that will hopefully help "
1290
"the problem, but since we have already crashed, something is definitely "
1292
"and this may fail.\n"
1296
#: drizzled/drizzled.cc:1280
1299
"It is possible that drizzled could use up to \n"
1300
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %"
1303
"Hope that's ok; if not, decrease some variables in the equation.\n"
1307
#: drizzled/drizzled.cc:1298
1310
"Attempting backtrace. You can use the following information to find out\n"
1311
"where drizzled died. If you see no messages after this, something went\n"
1312
"terribly wrong...\n"
1315
#: drizzled/drizzled.cc:1326
1318
"Trying to get some variables.\n"
1319
"Some pointers may be invalid and cause the dump to abort...\n"
1322
#: drizzled/drizzled.cc:1338
1326
"This crash occured while the server was calling initgroups(). This is\n"
1327
"often due to the use of a drizzled that is statically linked against glibc\n"
1328
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1329
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1330
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1331
"drizzled that is not statically linked.\n"
1334
#: drizzled/drizzled.cc:1353
1338
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1339
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1340
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1341
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1342
"the documentation for your distribution on how to do that.\n"
1345
#: drizzled/drizzled.cc:1366
1349
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1350
"unreliable and unstable on some operating systems and operating-system\n"
1351
"versions (notably, some versions of Linux). This crash could be due to use\n"
1352
"of those buggy OS calls. You should consider whether you really need the\n"
1353
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1357
#: drizzled/drizzled.cc:1381
1359
msgid "Writing a core file\n"
1362
#: drizzled/drizzled.cc:1428
1364
"setrlimit could not change the size of core files to 'infinity'; We may not "
1365
"be able to generate a core file on signals"
1368
#: drizzled/drizzled.cc:1496
1370
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1373
#: drizzled/drizzled.cc:1584
1375
msgid "Got signal %d to shutdown drizzled"
1378
#: drizzled/drizzled.cc:1601 drizzled/sql_base.cc:6487
1379
msgid "Can't create thread to kill server"
1382
#: drizzled/drizzled.cc:1624
1384
msgid "Got signal: %d error: %d"
1387
#: drizzled/drizzled.cc:1754
1389
msgid "Wrong date/time format specifier: %s\n"
1392
#: drizzled/drizzled.cc:1871
1394
msgid "gethostname failed, using '%s' as hostname"
1397
#: drizzled/drizzled.cc:1935
1400
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1404
#: drizzled/drizzled.cc:1940
1407
"Could not increase number of max_open_files to more than %u (request: %u)"
1410
#: drizzled/drizzled.cc:2021
1412
msgid "Unknown locale: '%s'"
1415
#: drizzled/drizzled.cc:2087
1416
msgid "Can't create thread-keys"
1419
#: drizzled/drizzled.cc:2127
1420
msgid "Unable to reopen stdout"
1423
#: drizzled/drizzled.cc:2130
1424
msgid "Unable to reopen stderr"
1427
#: drizzled/drizzled.cc:2136
1428
msgid "Out of memory"
1431
#: drizzled/drizzled.cc:2142
1433
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1434
"impossible, it would lead to infinite loops in this server."
1437
#: drizzled/drizzled.cc:2162
1440
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1441
"replication may break when this Drizzle server acts as a master and has his "
1442
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1445
#: drizzled/drizzled.cc:2190
1446
msgid "Failed to initialize plugins."
1449
#: drizzled/drizzled.cc:2221
1452
"%s: Too many arguments (first extra is '%s').\n"
1453
"Use --verbose --help to get a list of available options\n"
1456
#: drizzled/drizzled.cc:2231
1457
msgid "Can't init databases"
1460
#: drizzled/drizzled.cc:2251
1462
msgid "Unknown/unsupported table type: %s"
1465
#: drizzled/drizzled.cc:2257
1467
msgid "Default storage engine (%s) is not available"
1470
#: drizzled/drizzled.cc:2280
1471
msgid "Can't initialize tc_log"
1474
#: drizzled/drizzled.cc:2311
1476
msgid "Failed to lock memory. Errno: %d\n"
1479
#: drizzled/drizzled.cc:2380
1481
msgid "Asked for %u thread stack, but got %<PRIu64>"
1484
#: drizzled/drizzled.cc:2416
1486
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1487
"value: we force server id to 1; updates will be logged to the binary log, "
1488
"but connections from slaves will not be accepted."
1491
#: drizzled/drizzled.cc:2474
1492
msgid "Before Lock_thread_count"
1495
#: drizzled/drizzled.cc:2481
1496
msgid "After lock_thread_count"
1499
#: drizzled/drizzled.cc:2589
1501
msgid "drizzled: Got error %d from select"
1504
#: drizzled/drizzled.cc:2821 drizzled/drizzled.cc:2908
1505
#: drizzled/drizzled.cc:3026
1506
msgid "Option used by mysql-test for debugging and testing of replication."
1509
#: drizzled/drizzled.cc:2825
1510
msgid "Auto-increment columns are incremented by this"
1513
#: drizzled/drizzled.cc:2830
1515
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1519
#: drizzled/drizzled.cc:2836
1521
"Path to installation directory. All paths are usually resolved relative to "
1525
#: drizzled/drizzled.cc:2840
1526
msgid "IP address to bind to."
1529
#: drizzled/drizzled.cc:2844
1531
"The maximum size of a row-based binary log event in bytes. Rows will be "
1532
"grouped into events smaller than this size if possible. The value has to be "
1533
"a multiple of 256."
1536
#: drizzled/drizzled.cc:2855
1537
msgid "Don't ignore client side character set value sent during handshake."
1540
#: drizzled/drizzled.cc:2860
1541
msgid "Set the filesystem character set."
1544
#: drizzled/drizzled.cc:2865
1545
msgid "Set the default character set."
1548
#: drizzled/drizzled.cc:2872
1549
msgid "Chroot drizzled daemon during startup."
1552
#: drizzled/drizzled.cc:2876
1553
msgid "Set the default collation."
1556
#: drizzled/drizzled.cc:2880
1557
msgid "Default completion type."
1560
#: drizzled/drizzled.cc:2885
1561
msgid "Write error output on screen."
1564
#: drizzled/drizzled.cc:2889
1565
msgid "Write core on errors."
1568
#: drizzled/drizzled.cc:2893
1569
msgid "Path to the database root."
1572
#: drizzled/drizzled.cc:2897
1573
msgid "Set the default storage engine (table type) for tables."
1576
#: drizzled/drizzled.cc:2901
1577
msgid "Set the default time zone."
1580
#: drizzled/drizzled.cc:2905
1581
msgid "Type of DELAY_KEY_WRITE."
1584
#: drizzled/drizzled.cc:2914
1585
msgid "Print a symbolic stack trace on failure."
1588
#: drizzled/drizzled.cc:2920
1589
msgid "Push supported query conditions to the storage engine."
1592
#: drizzled/drizzled.cc:2926
1593
msgid "Used for debugging; Use at your own risk!"
1596
#: drizzled/drizzled.cc:2929
1597
msgid "Flush tables to disk between SQL commands."
1600
#: drizzled/drizzled.cc:2934
1601
msgid "Set up signals usable for debugging"
1604
#: drizzled/drizzled.cc:2938
1605
msgid "Command(s) that are executed for each new connection"
1608
#: drizzled/drizzled.cc:2942
1609
msgid "Read SQL commands from this file at startup."
1612
#: drizzled/drizzled.cc:2946
1613
msgid "Command(s) that are executed when a slave connects to this master"
1616
#: drizzled/drizzled.cc:2950
1620
#: drizzled/drizzled.cc:2954
1621
msgid "Set the language used for the month names and the days of the week."
1624
#: drizzled/drizzled.cc:2959
1625
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1628
#: drizzled/drizzled.cc:2964
1629
msgid "Log connections and queries to file."
1632
#: drizzled/drizzled.cc:2968
1634
"Log update queries in binary format. Optional argument is the location for "
1635
"the binary log files.(Strongly recommended to avoid replication problems if "
1636
"server's hostname changes)"
1639
#: drizzled/drizzled.cc:2975
1640
msgid "File that holds the names for last binary log files."
1643
#: drizzled/drizzled.cc:2979
1644
msgid "Error log file."
1647
#: drizzled/drizzled.cc:2983
1648
msgid "Log all MyISAM changes to file."
1651
#: drizzled/drizzled.cc:2987
1653
"Tells the slave to log the updates from the slave thread to the binary log. "
1654
"You will need to turn it on if you plan to daisy-chain the slaves."
1657
#: drizzled/drizzled.cc:2994
1659
"Path to transaction coordinator log (used for transactions that affect more "
1660
"than one storage engine, when binary log is disabled)"
1663
#: drizzled/drizzled.cc:3000
1664
msgid "Size of transaction coordinator log."
1667
#: drizzled/drizzled.cc:3006
1668
msgid "Log some not critical warnings to the log file."
1671
#: drizzled/drizzled.cc:3011
1672
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1675
#: drizzled/drizzled.cc:3016
1677
"The location and name of the file that remembers the master and where the I/"
1678
"O replication thread is in the master's binlogs."
1681
#: drizzled/drizzled.cc:3021
1683
"The number of tries the slave will make to connect to the master before "
1687
#: drizzled/drizzled.cc:3030
1688
msgid "Lock drizzled in memory."
1691
#: drizzled/drizzled.cc:3034
1693
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1694
"BACKUP, FORCE or QUICK."
1697
#: drizzled/drizzled.cc:3039
1698
msgid "Use very new possible 'unsafe' functions."
1701
#: drizzled/drizzled.cc:3044
1702
msgid "Use old, non-optimized alter table."
1705
#: drizzled/drizzled.cc:3049
1706
msgid "Pid file used by safe_mysqld."
1709
#: drizzled/drizzled.cc:3059
1711
"Maximum time in seconds to wait for the port to become free. (Default: no "
1715
#: drizzled/drizzled.cc:3064
1716
msgid "The location and name to use for relay logs."
1719
#: drizzled/drizzled.cc:3068
1721
"The location and name to use for the file that keeps a list of the last "
1725
#: drizzled/drizzled.cc:3073
1727
"The location and name of the file that remembers where the SQL replication "
1728
"thread is in the relay logs."
1731
#: drizzled/drizzled.cc:3078
1733
"In replication, if set to 1, do not skip events having our server id. "
1734
"Default value is 0 (to break infinite loops in circular replication). Can't "
1735
"be set to 1 if --log-slave-updates is used."
1738
#: drizzled/drizzled.cc:3086
1740
"Hostname or IP of the slave to be reported to to the master during slave "
1741
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1742
"you do not want the slave to register itself with the master. Note that it "
1743
"is not sufficient for the master to simply read the IP of the slave off the "
1744
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1745
"may not be valid for connecting to the slave from the master or other hosts."
1748
#: drizzled/drizzled.cc:3096
1749
msgid "Skip some optimize stages (for testing)."
1752
#: drizzled/drizzled.cc:3099
1754
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1755
"specified directory"
1758
#: drizzled/drizzled.cc:3104
1760
"Uniquely identifies the server instance in the community of replication "
1764
#: drizzled/drizzled.cc:3109
1765
msgid "Don't use new, possible wrong routines."
1768
#: drizzled/drizzled.cc:3112
1769
msgid "If set, slave is not autostarted."
1772
#: drizzled/drizzled.cc:3116
1773
msgid "Don't print a stack trace on failure."
1776
#: drizzled/drizzled.cc:3120
1777
msgid "Don't give threads different priorities."
1780
#: drizzled/drizzled.cc:3124
1782
"The location where the slave should put its temporary files when replicating "
1783
"a LOAD DATA INFILE command."
1786
#: drizzled/drizzled.cc:3129
1788
"Tells the slave thread to continue replication when a query event returns an "
1789
"error from the provided list."
1792
#: drizzled/drizzled.cc:3133
1794
"Modes for how replication events should be executed. Legal values are "
1795
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1796
"stop for operations that are idempotent. In STRICT mode, replication will "
1797
"stop on any unexpected difference between the master and the slave."
1800
#: drizzled/drizzled.cc:3141
1804
#: drizzled/drizzled.cc:3144
1805
msgid "Enable symbolic link support."
1808
#: drizzled/drizzled.cc:3153
1810
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1813
#: drizzled/drizzled.cc:3158
1815
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1819
#: drizzled/drizzled.cc:3163
1821
"Using this option will cause most temporary files created to use a small set "
1822
"of names, rather than a unique name for each new file."
1825
#: drizzled/drizzled.cc:3168
1827
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1830
#: drizzled/drizzled.cc:3173
1832
"Path for temporary files. Several paths may be specified, separated by a "
1833
"colon (:), in this case they are used in a round-robin fashion."
1836
#: drizzled/drizzled.cc:3179
1837
msgid "Default transaction isolation level."
1840
#: drizzled/drizzled.cc:3183
1841
msgid "Run drizzled daemon as user."
1844
#: drizzled/drizzled.cc:3191
1846
"The number of outstanding connection requests Drizzle can have. This comes "
1847
"into play when the main Drizzle thread gets very many connection requests in "
1848
"a very short time."
1851
#: drizzled/drizzled.cc:3197
1853
"The size of the cache to hold the SQL statements for the binary log during a "
1854
"transaction. If you often use big, multi-statement transactions you can "
1855
"increase this to get more performance."
1858
#: drizzled/drizzled.cc:3203
1860
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1864
#: drizzled/drizzled.cc:3209
1866
"The number of seconds the drizzled server is waiting for a connect packet "
1867
"before responding with 'Bad handshake'."
1870
#: drizzled/drizzled.cc:3214
1871
msgid "The DATE format (For future)."
1874
#: drizzled/drizzled.cc:3219
1875
msgid "The DATETIME/TIMESTAMP format (for future)."
1878
#: drizzled/drizzled.cc:3224
1879
msgid "The default week format used by WEEK() functions."
1882
#: drizzled/drizzled.cc:3229
1884
"Precision of the result of '/' operator will be increased on that value."
1887
#: drizzled/drizzled.cc:3235
1889
"If non-zero, binary logs will be purged after expire_logs_days days; "
1890
"possible purges happen at startup and at binary log rotation."
1893
#: drizzled/drizzled.cc:3241
1894
msgid "The maximum length of the result of function group_concat."
1897
#: drizzled/drizzled.cc:3246
1899
"The number of seconds the server waits for activity on an interactive "
1900
"connection before closing it."
1903
#: drizzled/drizzled.cc:3252
1904
msgid "The size of the buffer that is used for full joins."
1907
#: drizzled/drizzled.cc:3258
1908
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1911
#: drizzled/drizzled.cc:3263
1913
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1914
"this to get better index handling (for all reads and multiple writes) to as "
1915
"much as you can afford;"
1918
#: drizzled/drizzled.cc:3272
1920
"This characterizes the number of hits a hot block has to be untouched until "
1921
"it is considered aged enough to be downgraded to a warm block. This "
1922
"specifies the percentage ratio of that number of hits to the total number of "
1923
"blocks in key cache"
1926
#: drizzled/drizzled.cc:3281
1927
msgid "The default size of key cache blocks"
1930
#: drizzled/drizzled.cc:3287
1931
msgid "The minimum percentage of warm blocks in key cache"
1934
#: drizzled/drizzled.cc:3293
1935
msgid "Max packetlength to send/receive from to server."
1938
#: drizzled/drizzled.cc:3298
1940
"Can be used to restrict the total size used to cache a multi-transaction "
1944
#: drizzled/drizzled.cc:3303
1946
"Binary log will be rotated automatically when the size exceeds this value. "
1947
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
1948
"for this variable is 4096."
1951
#: drizzled/drizzled.cc:3309
1953
"If there is more than this number of interrupted connections from a host "
1954
"this host will be blocked from further connections."
1957
#: drizzled/drizzled.cc:3316
1958
msgid "The number of simultaneous clients allowed."
1961
#: drizzled/drizzled.cc:3321
1962
msgid "Max number of errors/warnings to store for a statement."
1965
#: drizzled/drizzled.cc:3326
1966
msgid "Don't allow creation of heap tables bigger than this."
1969
#: drizzled/drizzled.cc:3332
1971
"Joins that are probably going to read more than max_join_size records return "
1975
#: drizzled/drizzled.cc:3338
1976
msgid "Max number of bytes in sorted records."
1979
#: drizzled/drizzled.cc:3343
1981
"If non-zero: relay log will be rotated automatically when the size exceeds "
1982
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
1983
"excepted, the minimum value for this variable is 4096."
1986
#: drizzled/drizzled.cc:3350
1987
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1990
#: drizzled/drizzled.cc:3355
1992
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1993
"max_sort_length bytes of each value are used; the rest are ignored)."
1996
#: drizzled/drizzled.cc:3362
1997
msgid "Maximum number of temporary tables a client can keep open at a time."
2000
#: drizzled/drizzled.cc:3367
2001
msgid "After this many write locks, allow some read locks to run in between."
2004
#: drizzled/drizzled.cc:3371
2006
"Don't log queries which examine less than min_examined_row_limit rows to "
2010
#: drizzled/drizzled.cc:3377
2011
msgid "Block size to be used for MyISAM index pages."
2014
#: drizzled/drizzled.cc:3383
2015
msgid "Default pointer size to be used for MyISAM tables."
2018
#: drizzled/drizzled.cc:3388
2020
"Don't use the fast sort index method to created index if the temporary file "
2021
"would get bigger than this."
2024
#: drizzled/drizzled.cc:3395
2026
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2027
"disables parallel repair."
2030
#: drizzled/drizzled.cc:3401
2032
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2033
"when creating indexes with CREATE INDEX or ALTER TABLE."
2036
#: drizzled/drizzled.cc:3407
2038
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2039
"Possible values of name are 'nulls_unequal' (default behavior), "
2040
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2043
#: drizzled/drizzled.cc:3414
2044
msgid "Buffer length for TCP/IP and socket communication."
2047
#: drizzled/drizzled.cc:3419
2049
"Number of seconds to wait for more data from a connection before aborting "
2053
#: drizzled/drizzled.cc:3425
2055
"If a read on a communication port is interrupted, retry this many times "
2059
#: drizzled/drizzled.cc:3431
2061
"Number of seconds to wait for a block to be written to a connection before "
2062
"aborting the write."
2065
#: drizzled/drizzled.cc:3437
2066
msgid "Use compatible behavior."
2069
#: drizzled/drizzled.cc:3442
2071
"If this is not 0, then drizzled will use this value to reserve file "
2072
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2073
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2074
"larger) number of files."
2077
#: drizzled/drizzled.cc:3449
2079
"Controls the heuristic(s) applied during query optimization to prune less-"
2080
"promising partial plans from the optimizer search space. Meaning: false - do "
2081
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2082
"based on number of retrieved rows."
2085
#: drizzled/drizzled.cc:3457
2087
"Maximum depth of search performed by the query optimizer. Values larger than "
2088
"the number of relations in a query result in better query plans, but take "
2089
"longer to compile a query. Smaller values than the number of tables in a "
2090
"relation result in faster optimization, but may produce very bad query "
2091
"plans. If set to 0, the system will automatically pick a reasonable value; "
2092
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2093
"(used for testing/comparison)."
2096
#: drizzled/drizzled.cc:3469
2097
msgid "Directory for plugins."
2100
#: drizzled/drizzled.cc:3473
2102
"Optional colon (or semicolon) separated list of plugins to load,where each "
2103
"plugin is identified by the name of the shared library. [for example: --"
2104
"plugin_load=libmd5udf.so:libauth_pam.so]"
2107
#: drizzled/drizzled.cc:3479
2108
msgid "The size of the buffer that is allocated when preloading indexes"
2111
#: drizzled/drizzled.cc:3484
2112
msgid "Allocation block size for query parsing and execution"
2115
#: drizzled/drizzled.cc:3489
2116
msgid "Persistent buffer for query parsing and execution"
2119
#: drizzled/drizzled.cc:3495
2120
msgid "Allocation block size for storing ranges during optimization"
2123
#: drizzled/drizzled.cc:3501
2125
"Each thread that does a sequential scan allocates a buffer of this size for "
2126
"each table it scans. If you do many sequential scans, you may want to "
2127
"increase this value."
2130
#: drizzled/drizzled.cc:3509
2132
"Make all non-temporary tables read-only, with the exception for replication "
2133
"(slave) threads and users with the SUPER privilege"
2136
#: drizzled/drizzled.cc:3515
2138
"When reading rows in sorted order after a sort, the rows are read through "
2139
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2143
#: drizzled/drizzled.cc:3523
2145
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2149
#: drizzled/drizzled.cc:3529
2150
msgid "Maximum space to use for all relay logs."
2153
#: drizzled/drizzled.cc:3534
2154
msgid "Use compression on master/slave protocol."
2157
#: drizzled/drizzled.cc:3539
2159
"Number of seconds to wait for more data from a master/slave connection "
2160
"before aborting the read."
2163
#: drizzled/drizzled.cc:3544
2165
"Number of times the slave SQL thread will retry a transaction in case it "
2166
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2170
#: drizzled/drizzled.cc:3550
2171
msgid "Allow slave to batch requests."
2174
#: drizzled/drizzled.cc:3554
2176
"If creating the thread takes longer than this value (in seconds), the "
2177
"Slow_launch_threads counter will be incremented."
2180
#: drizzled/drizzled.cc:3559
2181
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2184
#: drizzled/drizzled.cc:3565
2186
"Synchronously flush binary log to disk after every #th event. Use 0 "
2187
"(default) to disable synchronous flushing."
2190
#: drizzled/drizzled.cc:3570
2191
msgid "The number of cached table definitions."
2194
#: drizzled/drizzled.cc:3574
2195
msgid "The number of cached open tables."
2198
#: drizzled/drizzled.cc:3578
2200
"Timeout in seconds to wait for a table level lock before returning an error. "
2201
"Used only if the connection has active cursors."
2204
#: drizzled/drizzled.cc:3583
2205
msgid "How many threads we should keep in a cache for reuse."
2208
#: drizzled/drizzled.cc:3587
2210
"How many threads we should create to handle query requests in case of "
2211
"'thread_handling=pool-of-threads'"
2214
#: drizzled/drizzled.cc:3592
2215
msgid "The stack size for each thread."
2218
#: drizzled/drizzled.cc:3598
2219
msgid "The TIME format (for future)."
2222
#: drizzled/drizzled.cc:3603
2224
"If an internal in-memory temporary table exceeds this size, MySQL will "
2225
"automatically convert it to an on-disk MyISAM table."
2228
#: drizzled/drizzled.cc:3609
2229
msgid "Allocation block size for transactions to be stored in binary log"
2232
#: drizzled/drizzled.cc:3614
2233
msgid "Persistent buffer for transactions to be stored in binary log"
2236
#: drizzled/drizzled.cc:3619
2238
"The number of seconds the server waits for activity on a connection before "
2242
#: drizzled/drizzled.cc:3866
2244
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2245
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2246
"and you are welcome to modify and redistribute it under the GPL license\n"
2248
"Starts the Drizzle database server\n"
2251
#: drizzled/drizzled.cc:3873
2253
msgid "Usage: %s [OPTIONS]\n"
2256
#: drizzled/drizzled.cc:3884
2259
"To see what values a running Drizzle server is using, type\n"
2260
"'drizzleadmin variables' instead of 'drizzled --help'."
2263
#: drizzled/drizzled.cc:4058
2266
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2270
#: drizzled/drizzled.cc:4112
2271
msgid "Can't start server: cannot resolve hostname!"
2274
#: drizzled/drizzled.cc:4118
2275
msgid "Can't start server: bind-address refers to multiple interfaces!"
2278
#: drizzled/drizzled.cc:4453
2280
msgid "No option given to %s\n"
2283
#: drizzled/drizzled.cc:4455
2285
msgid "Wrong option to %s. Option(s) given: %s\n"
2288
#: drizzled/drizzled.cc:4457
2290
msgid "Alternatives are: '%s'"
2293
#: drizzled/error.cc:34
2297
#: drizzled/error.cc:36
2301
#: drizzled/error.cc:38
2305
#: drizzled/error.cc:40
2309
#: drizzled/error.cc:42
2311
msgid "Can't create file '%-.200s' (errno: %d)"
2314
#: drizzled/error.cc:44
2316
msgid "Can't create table '%-.200s' (errno: %d)"
2319
#: drizzled/error.cc:46
2321
msgid "Can't create database '%-.192s' (errno: %d)"
2324
#: drizzled/error.cc:48
2326
msgid "Can't create database '%-.192s'; database exists"
2329
#: drizzled/error.cc:50
2331
msgid "Can't drop database '%-.192s'; database doesn't exist"
2334
#: drizzled/error.cc:52
2336
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2339
#: drizzled/error.cc:54
2341
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2344
#: drizzled/error.cc:56
2346
msgid "Error on delete of '%-.192s' (errno: %d)"
2349
#: drizzled/error.cc:58
2350
msgid "Can't read record in system table"
2353
#: drizzled/error.cc:60
2355
msgid "Can't get status of '%-.200s' (errno: %d)"
2358
#: drizzled/error.cc:62
2360
msgid "Can't get working directory (errno: %d)"
2363
#: drizzled/error.cc:64
2365
msgid "Can't lock file (errno: %d)"
2368
#: drizzled/error.cc:66
2370
msgid "Can't open file: '%-.200s' (errno: %d)"
2373
#: drizzled/error.cc:68
2375
msgid "Can't find file: '%-.200s' (errno: %d)"
2378
#: drizzled/error.cc:70
2380
msgid "Can't read dir of '%-.192s' (errno: %d)"
2383
#: drizzled/error.cc:72
2385
msgid "Can't change dir to '%-.192s' (errno: %d)"
2388
#: drizzled/error.cc:74
2390
msgid "Record has changed since last read in table '%-.192s'"
2393
#: drizzled/error.cc:76
2395
msgid "Disk full (%s); waiting for someone to free some space..."
2398
#: drizzled/error.cc:78
2400
msgid "Can't write; duplicate key in table '%-.192s'"
2403
#: drizzled/error.cc:80
2405
msgid "Error on close of '%-.192s' (errno: %d)"
2408
#: drizzled/error.cc:82
2410
msgid "Error reading file '%-.200s' (errno: %d)"
2413
#: drizzled/error.cc:84
2415
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2418
#: drizzled/error.cc:86
2420
msgid "Error writing file '%-.200s' (errno: %d)"
2423
#: drizzled/error.cc:88
2425
msgid "'%-.192s' is locked against change"
2428
#: drizzled/error.cc:90
2429
msgid "Sort aborted"
2432
#: drizzled/error.cc:92
2434
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2437
#: drizzled/error.cc:94
2439
msgid "Got error %d from storage engine"
2442
#: drizzled/error.cc:96
2444
msgid "Table storage engine for '%-.192s' doesn't have this option"
2447
#: drizzled/error.cc:98
2449
msgid "Can't find record in '%-.192s'"
2452
#: drizzled/error.cc:100
2454
msgid "Incorrect information in file: '%-.200s'"
2457
#: drizzled/error.cc:102
2459
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2462
#: drizzled/error.cc:104
2464
msgid "Old key file for table '%-.192s'; repair it!"
2467
#: drizzled/error.cc:106
2469
msgid "Table '%-.192s' is read only"
2472
#: drizzled/error.cc:108
2474
msgid "Out of memory; restart server and try again (needed %d bytes)"
2477
#: drizzled/error.cc:110
2478
msgid "Out of sort memory; increase server sort buffer size"
2481
#: drizzled/error.cc:112
2483
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2486
#: drizzled/error.cc:114
2487
msgid "Too many connections"
2490
#: drizzled/error.cc:116
2492
"Out of memory; check if mysqld or some other process uses all available "
2493
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2494
"memory or you can add more swap space"
2497
#: drizzled/error.cc:118
2498
msgid "Can't get hostname for your address"
2501
#: drizzled/error.cc:120
2502
msgid "Bad handshake"
2505
#: drizzled/error.cc:122
2507
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2510
#: drizzled/error.cc:124
2512
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2515
#: drizzled/error.cc:126
2516
msgid "No database selected"
2519
#: drizzled/error.cc:128
2520
msgid "Unknown command"
2523
#: drizzled/error.cc:130
2525
msgid "Column '%-.192s' cannot be null"
2528
#: drizzled/error.cc:132
2530
msgid "Unknown database '%-.192s'"
2533
#: drizzled/error.cc:134
2535
msgid "Table '%-.192s' already exists"
2538
#: drizzled/error.cc:136
2540
msgid "Unknown table '%-.100s'"
2543
#: drizzled/error.cc:138
2545
msgid "Column '%-.192s' in %-.192s is ambiguous"
2548
#: drizzled/error.cc:140
2549
msgid "Server shutdown in progress"
2552
#: drizzled/error.cc:142
2554
msgid "Unknown column '%-.192s' in '%-.192s'"
2557
#: drizzled/error.cc:144
2559
msgid "'%-.192s' isn't in GROUP BY"
2562
#: drizzled/error.cc:146
2564
msgid "Can't group on '%-.192s'"
2567
#: drizzled/error.cc:148
2568
msgid "Statement has sum functions and columns in same statement"
2571
#: drizzled/error.cc:150
2572
msgid "Column count doesn't match value count"
2575
#: drizzled/error.cc:152
2577
msgid "Identifier name '%-.100s' is too long"
2580
#: drizzled/error.cc:154
2582
msgid "Duplicate column name '%-.192s'"
2585
#: drizzled/error.cc:156
2587
msgid "Duplicate key name '%-.192s'"
2590
#: drizzled/error.cc:158
2592
msgid "Duplicate entry '%-.192s' for key %d"
2595
#: drizzled/error.cc:160
2597
msgid "Incorrect column specifier for column '%-.192s'"
2600
#: drizzled/error.cc:162
2602
msgid "%s near '%-.80s' at line %d"
2605
#: drizzled/error.cc:164
2606
msgid "Query was empty"
2609
#: drizzled/error.cc:166
2611
msgid "Not unique table/alias: '%-.192s'"
2614
#: drizzled/error.cc:168
2616
msgid "Invalid default value for '%-.192s'"
2619
#: drizzled/error.cc:170
2620
msgid "Multiple primary key defined"
2623
#: drizzled/error.cc:172
2625
msgid "Too many keys specified; max %d keys allowed"
2628
#: drizzled/error.cc:174
2630
msgid "Too many key parts specified; max %d parts allowed"
2633
#: drizzled/error.cc:176
2635
msgid "Specified key was too long; max key length is %d bytes"
2638
#: drizzled/error.cc:178
2640
msgid "Key column '%-.192s' doesn't exist in table"
2643
#: drizzled/error.cc:180
2646
"BLOB column '%-.192s' can't be used in key specification with the used table "
2650
#: drizzled/error.cc:182
2653
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2657
#: drizzled/error.cc:184
2659
"Incorrect table definition; there can be only one auto column and it must be "
2663
#: drizzled/error.cc:186
2666
"%s: ready for connections.\n"
2667
"Version: '%s' socket: '%s' port: %d"
2670
#: drizzled/error.cc:188
2672
msgid "%s: Normal shutdown\n"
2675
#: drizzled/error.cc:190
2677
msgid "%s: Got signal %d. Aborting!\n"
2680
#: drizzled/error.cc:192
2682
msgid "%s: Shutdown complete\n"
2685
#: drizzled/error.cc:194
2687
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2690
#: drizzled/error.cc:196
2691
msgid "Can't create IP socket"
2694
#: drizzled/error.cc:198
2697
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2701
#: drizzled/error.cc:200
2702
msgid "Field separator argument is not what is expected; check the manual"
2705
#: drizzled/error.cc:202
2707
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2710
#: drizzled/error.cc:204
2713
"The file '%-.128s' must be in the database directory or be readable by all"
2716
#: drizzled/error.cc:206
2718
msgid "File '%-.200s' already exists"
2721
#: drizzled/error.cc:208
2723
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2726
#: drizzled/error.cc:210
2728
msgid "Records: %ld Duplicates: %ld"
2731
#: drizzled/error.cc:212
2733
"Incorrect prefix key; the used key part isn't a string, the used length is "
2734
"longer than the key part, or the storage engine doesn't support unique "
2738
#: drizzled/error.cc:214
2739
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2742
#: drizzled/error.cc:216
2744
msgid "Can't DROP '%-.192s'; check that column/key exists"
2747
#: drizzled/error.cc:218
2749
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2752
#: drizzled/error.cc:220
2754
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2757
#: drizzled/error.cc:222
2759
msgid "Unknown thread id: %lu"
2762
#: drizzled/error.cc:224
2764
msgid "You are not owner of thread %lu"
2767
#: drizzled/error.cc:226
2768
msgid "No tables used"
2771
#: drizzled/error.cc:228
2773
msgid "Too many strings for column %-.192s and SET"
2776
#: drizzled/error.cc:230
2778
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2781
#: drizzled/error.cc:232
2783
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2786
#: drizzled/error.cc:234
2788
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2791
#: drizzled/error.cc:236
2793
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2796
#: drizzled/error.cc:238
2798
msgid "Incorrect database name '%-.100s'"
2801
#: drizzled/error.cc:240
2803
msgid "Incorrect table name '%-.100s'"
2806
#: drizzled/error.cc:242
2808
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2809
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2812
#: drizzled/error.cc:244
2813
msgid "Unknown error"
2816
#: drizzled/error.cc:246
2818
msgid "Unknown procedure '%-.192s'"
2821
#: drizzled/error.cc:248
2823
msgid "Incorrect parameter count to procedure '%-.192s'"
2826
#: drizzled/error.cc:250
2828
msgid "Incorrect parameters to procedure '%-.192s'"
2831
#: drizzled/error.cc:252
2833
msgid "Unknown table '%-.192s' in %-.32s"
2836
#: drizzled/error.cc:254
2838
msgid "Column '%-.192s' specified twice"
2841
#: drizzled/error.cc:256
2842
msgid "Invalid use of group function"
2845
#: drizzled/error.cc:258
2848
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2851
#: drizzled/error.cc:260
2852
msgid "A table must have at least 1 column"
2855
#: drizzled/error.cc:262
2857
msgid "The table '%-.192s' is full"
2860
#: drizzled/error.cc:264
2862
msgid "Unknown character set: '%-.64s'"
2865
#: drizzled/error.cc:266
2867
msgid "Too many tables; MySQL can only use %d tables in a join"
2870
#: drizzled/error.cc:268
2871
msgid "Too many columns"
2874
#: drizzled/error.cc:270
2877
"Row size too large. The maximum row size for the used table type, not "
2878
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2881
#: drizzled/error.cc:272
2884
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
2885
"thread_stack=#' to specify a bigger stack if needed"
2888
#: drizzled/error.cc:274
2889
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2892
#: drizzled/error.cc:276
2895
"Table handler doesn't support NULL in given index. Please change column "
2896
"'%-.192s' to be NOT NULL or use another handler"
2899
#: drizzled/error.cc:278
2901
msgid "Can't load function '%-.192s'"
2904
#: drizzled/error.cc:280
2906
msgid "Can't initialize function '%-.192s'; %-.80s"
2909
#: drizzled/error.cc:282
2910
msgid "No paths allowed for shared library"
2913
#: drizzled/error.cc:284
2915
msgid "Function '%-.192s' already exists"
2918
#: drizzled/error.cc:286
2920
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2923
#: drizzled/error.cc:288
2925
msgid "Can't find symbol '%-.128s' in library"
2928
#: drizzled/error.cc:290
2930
msgid "Function '%-.192s' is not defined"
2933
#: drizzled/error.cc:292
2936
"Host '%-.64s' is blocked because of many connection errors; unblock with "
2937
"'mysqladmin flush-hosts'"
2940
#: drizzled/error.cc:294
2942
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
2945
#: drizzled/error.cc:296
2947
"You are using MySQL as an anonymous user and anonymous users are not allowed "
2948
"to change passwords"
2951
#: drizzled/error.cc:298
2953
"You must have privileges to update tables in the mysql database to be able "
2954
"to change passwords for others"
2957
#: drizzled/error.cc:300
2958
msgid "Can't find any matching row in the user table"
2961
#: drizzled/error.cc:302
2963
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2966
#: drizzled/error.cc:304
2969
"Can't create a new thread (errno %d); if you are not out of available "
2970
"memory, you can consult the manual for a possible OS-dependent bug"
2973
#: drizzled/error.cc:306
2975
msgid "Column count doesn't match value count at row %ld"
2978
#: drizzled/error.cc:308
2980
msgid "Can't reopen table: '%-.192s'"
2983
#: drizzled/error.cc:310
2984
msgid "Invalid use of NULL value"
2987
#: drizzled/error.cc:312
2989
msgid "Got error '%-.64s' from regexp"
2992
#: drizzled/error.cc:314
2994
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2995
"illegal if there is no GROUP BY clause"
2998
#: drizzled/error.cc:316
3000
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3003
#: drizzled/error.cc:318
3005
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3008
#: drizzled/error.cc:320
3011
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3015
#: drizzled/error.cc:322
3017
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3018
"privileges can be used"
3021
#: drizzled/error.cc:324
3022
msgid "The host or user argument to GRANT is too long"
3025
#: drizzled/error.cc:326
3027
msgid "Table '%-.192s.%-.192s' doesn't exist"
3030
#: drizzled/error.cc:328
3033
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3037
#: drizzled/error.cc:330
3038
msgid "The used command is not allowed with this MySQL version"
3041
#: drizzled/error.cc:332
3043
"You have an error in your SQL syntax; check the manual that corresponds to "
3044
"your MySQL server version for the right syntax to use"
3047
#: drizzled/error.cc:334
3049
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3052
#: drizzled/error.cc:336
3053
msgid "Too many delayed threads in use"
3056
#: drizzled/error.cc:338
3058
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3061
#: drizzled/error.cc:340
3062
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3065
#: drizzled/error.cc:342
3066
msgid "Got a read error from the connection pipe"
3069
#: drizzled/error.cc:344
3070
msgid "Got an error from fcntl()"
3073
#: drizzled/error.cc:346
3074
msgid "Got packets out of order"
3077
#: drizzled/error.cc:358
3078
msgid "Result string is longer than 'max_allowed_packet' bytes"
3081
#: drizzled/error.cc:360
3082
msgid "The used table type doesn't support BLOB/TEXT columns"
3085
#: drizzled/error.cc:362
3086
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3089
#: drizzled/error.cc:364
3092
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3096
#: drizzled/error.cc:366
3098
msgid "Incorrect column name '%-.100s'"
3101
#: drizzled/error.cc:368
3103
msgid "The used storage engine can't index column '%-.192s'"
3106
#: drizzled/error.cc:370
3108
"Unable to open underlying table which is differently defined or of non-"
3109
"MyISAM type or doesn't exist"
3112
#: drizzled/error.cc:372
3114
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3117
#: drizzled/error.cc:374
3120
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3123
#: drizzled/error.cc:376
3125
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3129
#: drizzled/error.cc:378
3130
msgid "Result consisted of more than one row"
3133
#: drizzled/error.cc:380
3134
msgid "This table type requires a primary key"
3137
#: drizzled/error.cc:382
3138
msgid "This version of MySQL is not compiled with RAID support"
3141
#: drizzled/error.cc:384
3143
"You are using safe update mode and you tried to update a table without a "
3144
"WHERE that uses a KEY column"
3147
#: drizzled/error.cc:386
3149
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3152
#: drizzled/error.cc:388
3153
msgid "Can't open table"
3156
#: drizzled/error.cc:390
3158
msgid "The storage engine for the table doesn't support %s"
3161
#: drizzled/error.cc:392
3162
msgid "You are not allowed to execute this command in a transaction"
3165
#: drizzled/error.cc:394
3167
msgid "Got error %d during COMMIT"
3170
#: drizzled/error.cc:396
3172
msgid "Got error %d during ROLLBACK"
3175
#: drizzled/error.cc:398
3177
msgid "Got error %d during FLUSH_LOGS"
3180
#: drizzled/error.cc:400
3182
msgid "Got error %d during CHECKPOINT"
3185
#: drizzled/error.cc:402
3188
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3192
#: drizzled/error.cc:404
3193
msgid "The storage engine for the table does not support binary table dump"
3196
#: drizzled/error.cc:406
3197
msgid "Binlog closed, cannot RESET MASTER"
3200
#: drizzled/error.cc:408
3202
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3205
#: drizzled/error.cc:410
3207
msgid "Error from master: '%-.64s'"
3210
#: drizzled/error.cc:412
3211
msgid "Net error reading from master"
3214
#: drizzled/error.cc:414
3215
msgid "Net error writing to master"
3218
#: drizzled/error.cc:416
3219
msgid "Can't find FULLTEXT index matching the column list"
3222
#: drizzled/error.cc:418
3224
"Can't execute the given command because you have active locked tables or an "
3225
"active transaction"
3228
#: drizzled/error.cc:420
3230
msgid "Unknown system variable '%-.64s'"
3233
#: drizzled/error.cc:422
3235
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3238
#: drizzled/error.cc:424
3241
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3244
#: drizzled/error.cc:426
3245
msgid "Some non-transactional changed tables couldn't be rolled back"
3248
#: drizzled/error.cc:428
3250
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3251
"of storage; increase this mysqld variable and try again"
3254
#: drizzled/error.cc:430
3256
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3259
#: drizzled/error.cc:432
3261
"This operation requires a running slave; configure slave and do START SLAVE"
3264
#: drizzled/error.cc:434
3265
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3268
#: drizzled/error.cc:436
3270
"Could not initialize master info structure; more error messages can be found "
3271
"in the MySQL error log"
3274
#: drizzled/error.cc:438
3275
msgid "Could not create slave thread; check system resources"
3278
#: drizzled/error.cc:440
3281
"User %-.64s already has more than 'max_user_connections' active connections"
3284
#: drizzled/error.cc:442
3285
msgid "You may only use constant expressions with SET"
3288
#: drizzled/error.cc:444
3289
msgid "Lock wait timeout exceeded; try restarting transaction"
3292
#: drizzled/error.cc:446
3293
msgid "The total number of locks exceeds the lock table size"
3296
#: drizzled/error.cc:448
3297
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3300
#: drizzled/error.cc:450
3301
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3304
#: drizzled/error.cc:452
3305
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3308
#: drizzled/error.cc:454
3310
msgid "Incorrect arguments to %s"
3313
#: drizzled/error.cc:456
3315
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3318
#: drizzled/error.cc:458
3320
"Incorrect table definition; all MERGE tables must be in the same database"
3323
#: drizzled/error.cc:460
3324
msgid "Deadlock found when trying to get lock; try restarting transaction"
3327
#: drizzled/error.cc:462
3328
msgid "The used table type doesn't support FULLTEXT indexes"
3331
#: drizzled/error.cc:464
3332
msgid "Cannot add foreign key constraint"
3335
#: drizzled/error.cc:466
3336
msgid "Cannot add or update a child row: a foreign key constraint fails"
3339
#: drizzled/error.cc:468
3340
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3343
#: drizzled/error.cc:470
3345
msgid "Error connecting to master: %-.128s"
3348
#: drizzled/error.cc:472
3350
msgid "Error running query on master: %-.128s"
3353
#: drizzled/error.cc:474
3355
msgid "Error when executing command %s: %-.128s"
3358
#: drizzled/error.cc:476
3360
msgid "Incorrect usage of %s and %s"
3363
#: drizzled/error.cc:478
3364
msgid "The used SELECT statements have a different number of columns"
3367
#: drizzled/error.cc:480
3368
msgid "Can't execute the query because you have a conflicting read lock"
3371
#: drizzled/error.cc:482
3372
msgid "Mixing of transactional and non-transactional tables is disabled"
3375
#: drizzled/error.cc:484
3377
msgid "Option '%s' used twice in statement"
3380
#: drizzled/error.cc:486
3382
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3385
#: drizzled/error.cc:488
3387
msgid "Access denied; you need the %-.128s privilege for this operation"
3390
#: drizzled/error.cc:490
3393
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3396
#: drizzled/error.cc:492
3399
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3402
#: drizzled/error.cc:494
3404
msgid "Variable '%-.64s' doesn't have a default value"
3407
#: drizzled/error.cc:496
3409
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3412
#: drizzled/error.cc:498
3414
msgid "Incorrect argument type to variable '%-.64s'"
3417
#: drizzled/error.cc:500
3419
msgid "Variable '%-.64s' can only be set, not read"
3422
#: drizzled/error.cc:502
3424
msgid "Incorrect usage/placement of '%s'"
3427
#: drizzled/error.cc:504
3429
msgid "This version of MySQL doesn't yet support '%s'"
3432
#: drizzled/error.cc:506
3435
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3438
#: drizzled/error.cc:508
3439
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3442
#: drizzled/error.cc:510
3444
msgid "Variable '%-.192s' is a %s variable"
3447
#: drizzled/error.cc:512
3449
msgid "Incorrect foreign key definition for '%-.192s': %s"
3452
#: drizzled/error.cc:514
3453
msgid "Key reference and table reference don't match"
3456
#: drizzled/error.cc:516
3458
msgid "Operand should contain %d column(s)"
3461
#: drizzled/error.cc:518
3462
msgid "Subquery returns more than 1 row"
3465
#: drizzled/error.cc:520
3467
msgid "Unknown prepared statement handler (%.*s) given to %s"
3470
#: drizzled/error.cc:522
3471
msgid "Help database is corrupt or does not exist"
3474
#: drizzled/error.cc:524
3475
msgid "Cyclic reference on subqueries"
3478
#: drizzled/error.cc:526
3480
msgid "Converting column '%s' from %s to %s"
3483
#: drizzled/error.cc:528
3485
msgid "Reference '%-.64s' not supported (%s)"
3488
#: drizzled/error.cc:530
3489
msgid "Every derived table must have its own alias"
3492
#: drizzled/error.cc:532
3494
msgid "Select %u was reduced during optimization"
3497
#: drizzled/error.cc:534
3499
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3502
#: drizzled/error.cc:536
3504
"Client does not support authentication protocol requested by server; "
3505
"consider upgrading MySQL client"
3508
#: drizzled/error.cc:538
3509
msgid "All parts of a SPATIAL index must be NOT NULL"
3512
#: drizzled/error.cc:540
3514
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3517
#: drizzled/error.cc:542
3518
msgid "Slave is already running"
3521
#: drizzled/error.cc:544
3522
msgid "Slave already has been stopped"
3525
#: drizzled/error.cc:546
3528
"Uncompressed data size too large; the maximum size is %d (probably, length "
3529
"of uncompressed data was corrupted)"
3532
#: drizzled/error.cc:548
3533
msgid "ZLIB: Not enough memory"
3536
#: drizzled/error.cc:550
3538
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3539
"data was corrupted)"
3542
#: drizzled/error.cc:552
3543
msgid "ZLIB: Input data corrupted"
3546
#: drizzled/error.cc:554
3548
msgid "%d line(s) were cut by GROUP_CONCAT()"
3551
#: drizzled/error.cc:556
3553
msgid "Row %ld doesn't contain data for all columns"
3556
#: drizzled/error.cc:558
3559
"Row %ld was truncated; it contained more data than there were input columns"
3562
#: drizzled/error.cc:560
3565
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3568
#: drizzled/error.cc:562
3570
msgid "Out of range value for column '%s' at row %ld"
3573
#: drizzled/error.cc:564
3575
msgid "Data truncated for column '%s' at row %ld"
3578
#: drizzled/error.cc:566
3580
msgid "Using storage engine %s for table '%s'"
3583
#: drizzled/error.cc:568
3585
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3588
#: drizzled/error.cc:570
3589
msgid "Cannot drop one or more of the requested users"
3592
#: drizzled/error.cc:572
3593
msgid "Can't revoke all privileges for one or more of the requested users"
3596
#: drizzled/error.cc:574
3598
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3601
#: drizzled/error.cc:576
3603
msgid "Illegal mix of collations for operation '%s'"
3606
#: drizzled/error.cc:578
3609
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3613
#: drizzled/error.cc:580
3615
msgid "Unknown collation: '%-.64s'"
3618
#: drizzled/error.cc:582
3620
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3621
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3625
#: drizzled/error.cc:584
3628
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3629
"old format; please change the password to the new format"
3632
#: drizzled/error.cc:586
3635
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3639
#: drizzled/error.cc:588
3640
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3643
#: drizzled/error.cc:590
3645
"It is recommended to use --skip-slave-start when doing step-by-step "
3646
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3647
"get an unexpected slave's mysqld restart"
3650
#: drizzled/error.cc:592
3651
msgid "SQL thread is not to be started so UNTIL options are ignored"
3654
#: drizzled/error.cc:594
3656
msgid "Incorrect index name '%-.100s'"
3659
#: drizzled/error.cc:596
3661
msgid "Incorrect catalog name '%-.100s'"
3664
#: drizzled/error.cc:598
3666
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3669
#: drizzled/error.cc:600
3671
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3674
#: drizzled/error.cc:602
3676
msgid "Unknown key cache '%-.100s'"
3679
#: drizzled/error.cc:604
3681
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3682
"this switch for this grant to work"
3685
#: drizzled/error.cc:606
3687
msgid "Unknown table engine '%s'"
3690
#: drizzled/error.cc:608
3692
msgid "'%s' is deprecated; use '%s' instead"
3695
#: drizzled/error.cc:610
3697
msgid "The target table %-.100s of the %s is not updatable"
3700
#: drizzled/error.cc:612
3703
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
3707
#: drizzled/error.cc:614
3710
"The MySQL server is running with the %s option so it cannot execute this "
3714
#: drizzled/error.cc:616
3716
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3719
#: drizzled/error.cc:618
3721
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3724
#: drizzled/error.cc:620
3726
"Incorrect table definition; there can be only one TIMESTAMP column with "
3727
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3730
#: drizzled/error.cc:622
3732
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3735
#: drizzled/error.cc:624
3736
msgid "This command is not supported in the prepared statement protocol yet"
3739
#: drizzled/error.cc:626
3741
msgid "Got error %d '%-.100s' from %s"
3744
#: drizzled/error.cc:628
3746
msgid "Got temporary error %d '%-.100s' from %s"
3749
#: drizzled/error.cc:630
3751
msgid "Unknown or incorrect time zone: '%-.64s'"
3754
#: drizzled/error.cc:632
3756
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3759
#: drizzled/error.cc:634
3761
msgid "Invalid %s character string: '%.64s'"
3764
#: drizzled/error.cc:636
3766
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3769
#: drizzled/error.cc:638
3771
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3774
#: drizzled/error.cc:640
3776
msgid "Can't create a %s from within another stored routine"
3779
#: drizzled/error.cc:642
3781
msgid "%s %s already exists"
3784
#: drizzled/error.cc:644
3786
msgid "%s %s does not exist"
3789
#: drizzled/error.cc:646
3791
msgid "Failed to DROP %s %s"
3794
#: drizzled/error.cc:648
3796
msgid "Failed to CREATE %s %s"
3799
#: drizzled/error.cc:650
3801
msgid "%s with no matching label: %s"
3804
#: drizzled/error.cc:652
3806
msgid "Redefining label %s"
3809
#: drizzled/error.cc:654
3811
msgid "End-label %s without match"
3814
#: drizzled/error.cc:656
3816
msgid "Referring to uninitialized variable %s"
3819
#: drizzled/error.cc:658
3821
msgid "PROCEDURE %s can't return a result set in the given context"
3824
#: drizzled/error.cc:660
3825
msgid "RETURN is only allowed in a FUNCTION"
3828
#: drizzled/error.cc:662
3830
msgid "%s is not allowed in stored procedures"
3833
#: drizzled/error.cc:664
3835
"The update log is deprecated and replaced by the binary log; SET "
3836
"SQL_LOG_UPDATE has been ignored"
3839
#: drizzled/error.cc:666
3841
"The update log is deprecated and replaced by the binary log; SET "
3842
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3845
#: drizzled/error.cc:668
3846
msgid "Query execution was interrupted"
3849
#: drizzled/error.cc:670
3851
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3854
#: drizzled/error.cc:672
3856
msgid "Undefined CONDITION: %s"
3859
#: drizzled/error.cc:674
3861
msgid "No RETURN found in FUNCTION %s"
3864
#: drizzled/error.cc:676
3866
msgid "FUNCTION %s ended without RETURN"
3869
#: drizzled/error.cc:678
3870
msgid "Cursor statement must be a SELECT"
3873
#: drizzled/error.cc:680
3874
msgid "Cursor SELECT must not have INTO"
3877
#: drizzled/error.cc:682
3879
msgid "Undefined CURSOR: %s"
3882
#: drizzled/error.cc:684
3883
msgid "Cursor is already open"
3886
#: drizzled/error.cc:686
3887
msgid "Cursor is not open"
3890
#: drizzled/error.cc:688
3892
msgid "Undeclared variable: %s"
3895
#: drizzled/error.cc:690
3896
msgid "Incorrect number of FETCH variables"
3899
#: drizzled/error.cc:692
3900
msgid "No data - zero rows fetched, selected, or processed"
3903
#: drizzled/error.cc:694
3905
msgid "Duplicate parameter: %s"
3908
#: drizzled/error.cc:696
3910
msgid "Duplicate variable: %s"
3913
#: drizzled/error.cc:698
3915
msgid "Duplicate condition: %s"
3918
#: drizzled/error.cc:700
3920
msgid "Duplicate cursor: %s"
3923
#: drizzled/error.cc:702
3925
msgid "Failed to ALTER %s %s"
3928
#: drizzled/error.cc:704
3929
msgid "Subquery value not supported"
3932
#: drizzled/error.cc:706
3934
msgid "%s is not allowed in stored function or trigger"
3937
#: drizzled/error.cc:708
3938
msgid "Variable or condition declaration after cursor or handler declaration"
3941
#: drizzled/error.cc:710
3942
msgid "Cursor declaration after handler declaration"
3945
#: drizzled/error.cc:712
3946
msgid "Case not found for CASE statement"
3949
#: drizzled/error.cc:714
3951
msgid "Configuration file '%-.192s' is too big"
3954
#: drizzled/error.cc:716
3956
msgid "Malformed file type header in file '%-.192s'"
3959
#: drizzled/error.cc:718
3961
msgid "Unexpected end of file while parsing comment '%-.200s'"
3964
#: drizzled/error.cc:720
3966
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
3969
#: drizzled/error.cc:722
3971
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
3974
#: drizzled/error.cc:724
3975
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
3978
#: drizzled/error.cc:726
3980
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
3983
#: drizzled/error.cc:728
3985
msgid "'%-.192s.%-.192s' is not %s"
3988
#: drizzled/error.cc:730
3990
msgid "Column '%-.192s' is not updatable"
3993
#: drizzled/error.cc:732
3994
msgid "View's SELECT contains a subquery in the FROM clause"
3997
#: drizzled/error.cc:734
3999
msgid "View's SELECT contains a '%s' clause"
4002
#: drizzled/error.cc:736
4003
msgid "View's SELECT contains a variable or parameter"
4006
#: drizzled/error.cc:738
4008
msgid "View's SELECT refers to a temporary table '%-.192s'"
4011
#: drizzled/error.cc:740
4012
msgid "View's SELECT and view's field list have different column counts"
4015
#: drizzled/error.cc:742
4017
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4020
#: drizzled/error.cc:744
4021
msgid "View being updated does not have complete key of underlying table in it"
4024
#: drizzled/error.cc:746
4027
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4028
"(s) or definer/invoker of view lack rights to use them"
4031
#: drizzled/error.cc:748
4033
msgid "Can't drop or alter a %s from within another stored routine"
4036
#: drizzled/error.cc:750
4037
msgid "GOTO is not allowed in a stored procedure handler"
4040
#: drizzled/error.cc:752
4041
msgid "Trigger already exists"
4044
#: drizzled/error.cc:754
4045
msgid "Trigger does not exist"
4048
#: drizzled/error.cc:756
4050
msgid "Trigger's '%-.192s' is view or temporary table"
4053
#: drizzled/error.cc:758
4055
msgid "Updating of %s row is not allowed in %strigger"
4058
#: drizzled/error.cc:760
4060
msgid "There is no %s row in %s trigger"
4063
#: drizzled/error.cc:762
4065
msgid "Field '%-.192s' doesn't have a default value"
4068
#: drizzled/error.cc:764
4069
msgid "Division by 0"
4072
#: drizzled/error.cc:766
4074
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4077
#: drizzled/error.cc:768
4079
msgid "Illegal %s '%-.192s' value found during parsing"
4082
#: drizzled/error.cc:770
4084
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4087
#: drizzled/error.cc:772
4089
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4092
#: drizzled/error.cc:774
4094
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4097
#: drizzled/error.cc:776
4099
msgid "Failed purging old relay logs: %s"
4102
#: drizzled/error.cc:778
4104
msgid "Password hash should be a %d-digit hexadecimal number"
4107
#: drizzled/error.cc:780
4108
msgid "Target log not found in binlog index"
4111
#: drizzled/error.cc:782
4112
msgid "I/O error reading log index file"
4115
#: drizzled/error.cc:784
4116
msgid "Server configuration does not permit binlog purge"
4119
#: drizzled/error.cc:786
4120
msgid "Failed on fseek()"
4123
#: drizzled/error.cc:788
4124
msgid "Fatal error during log purge"
4127
#: drizzled/error.cc:790
4128
msgid "A purgeable log is in use, will not purge"
4131
#: drizzled/error.cc:792
4132
msgid "Unknown error during log purge"
4135
#: drizzled/error.cc:794
4137
msgid "Failed initializing relay log position: %s"
4140
#: drizzled/error.cc:796
4141
msgid "You are not using binary logging"
4144
#: drizzled/error.cc:798
4147
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4150
#: drizzled/error.cc:800
4151
msgid "WSAStartup Failed"
4154
#: drizzled/error.cc:802
4155
msgid "Can't handle procedures with different groups yet"
4158
#: drizzled/error.cc:804
4159
msgid "Select must have a group with this procedure"
4162
#: drizzled/error.cc:806
4163
msgid "Can't use ORDER clause with this procedure"
4166
#: drizzled/error.cc:808
4168
msgid "Binary logging and replication forbid changing the global server %s"
4171
#: drizzled/error.cc:810
4173
msgid "Can't map file: %-.200s, errno: %d"
4176
#: drizzled/error.cc:812
4178
msgid "Wrong magic in %-.64s"
4181
#: drizzled/error.cc:814
4182
msgid "Prepared statement contains too many placeholders"
4185
#: drizzled/error.cc:816
4187
msgid "Key part '%-.192s' length cannot be 0"
4190
#: drizzled/error.cc:818
4191
msgid "View text checksum failed"
4194
#: drizzled/error.cc:820
4197
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4200
#: drizzled/error.cc:822
4202
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4205
#: drizzled/error.cc:824
4207
msgid "Can not delete from join view '%-.192s.%-.192s'"
4210
#: drizzled/error.cc:826
4212
msgid "Operation %s failed for %.256s"
4215
#: drizzled/error.cc:828
4216
msgid "XAER_NOTA: Unknown XID"
4219
#: drizzled/error.cc:830
4220
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4223
#: drizzled/error.cc:832
4226
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4230
#: drizzled/error.cc:834
4231
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4234
#: drizzled/error.cc:836
4236
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4240
#: drizzled/error.cc:838
4241
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4244
#: drizzled/error.cc:840
4247
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4251
#: drizzled/error.cc:842
4252
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4255
#: drizzled/error.cc:844
4256
msgid "Failed to revoke all privileges to dropped routine"
4259
#: drizzled/error.cc:846
4261
msgid "Data too long for column '%s' at row %ld"
4264
#: drizzled/error.cc:848
4266
msgid "Bad SQLSTATE: '%s'"
4269
#: drizzled/error.cc:850
4272
"%s: ready for connections.\n"
4273
"Version: '%s' socket: '%s' port: %d %s"
4276
#: drizzled/error.cc:852
4277
msgid "Can't load value from file with fixed size rows to variable"
4280
#: drizzled/error.cc:854
4281
msgid "You are not allowed to create a user with GRANT"
4284
#: drizzled/error.cc:856
4286
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4289
#: drizzled/error.cc:858
4290
msgid "Table definition has changed, please retry transaction"
4293
#: drizzled/error.cc:860
4294
msgid "Duplicate handler declared in the same block"
4297
#: drizzled/error.cc:862
4300
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4301
"variable in BEFORE trigger"
4304
#: drizzled/error.cc:864
4306
msgid "Not allowed to return a result set from a %s"
4309
#: drizzled/error.cc:866
4310
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4313
#: drizzled/error.cc:868
4315
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4316
"declaration and binary logging is enabled; if non-transactional tables were "
4317
"updated, the binary log will miss their changes"
4320
#: drizzled/error.cc:870
4322
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4323
"declaration and binary logging is enabled (you *might* want to use the less "
4324
"safe log_bin_trust_function_creators variable)"
4327
#: drizzled/error.cc:872
4329
"You do not have the SUPER privilege and binary logging is enabled (you "
4330
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4333
#: drizzled/error.cc:874
4335
"You can't execute a prepared statement which has an open cursor associated "
4336
"with it. Reset the statement to re-execute it."
4339
#: drizzled/error.cc:876
4341
msgid "The statement (%lu) has no open cursor."
4344
#: drizzled/error.cc:878
4346
"Explicit or implicit commit is not allowed in stored function or trigger."
4349
#: drizzled/error.cc:880
4352
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4355
#: drizzled/error.cc:882
4356
msgid "Recursive stored functions and triggers are not allowed."
4359
#: drizzled/error.cc:884
4361
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4364
#: drizzled/error.cc:886
4366
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4369
#: drizzled/error.cc:888
4372
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4376
#: drizzled/error.cc:890
4378
"You can't combine write-locking of system tables with other tables or lock "
4382
#: drizzled/error.cc:892
4384
msgid "Unable to connect to foreign data source: %.64s"
4387
#: drizzled/error.cc:894
4390
"There was a problem processing the query on the foreign data source. Data "
4391
"source error: %-.64s"
4394
#: drizzled/error.cc:896
4397
"The foreign data source you are trying to reference does not exist. Data "
4398
"source error: %-.64s"
4401
#: drizzled/error.cc:898
4404
"Can't create federated table. The data source connection string '%-.64s' is "
4405
"not in the correct format"
4408
#: drizzled/error.cc:900
4410
msgid "The data source connection string '%-.64s' is not in the correct format"
4413
#: drizzled/error.cc:902
4415
msgid "Can't create federated table. Foreign data src error: %-.64s"
4418
#: drizzled/error.cc:904
4419
msgid "Trigger in wrong schema"
4422
#: drizzled/error.cc:906
4425
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4426
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4429
#: drizzled/error.cc:908
4431
msgid "Routine body for '%-.100s' is too long"
4434
#: drizzled/error.cc:910
4435
msgid "Cannot drop default keycache"
4438
#: drizzled/error.cc:912
4440
msgid "Display width out of range for column '%-.192s' (max = %d)"
4443
#: drizzled/error.cc:914
4444
msgid "XAER_DUPID: The XID already exists"
4447
#: drizzled/error.cc:916
4449
msgid "Datetime function: %-.32s field overflow"
4452
#: drizzled/error.cc:918
4455
"Can't update table '%-.192s' in stored function/trigger because it is "
4456
"already used by statement which invoked this stored function/trigger."
4459
#: drizzled/error.cc:920
4462
"The definition of table '%-.192s' prevents operation %.192s on table "
4466
#: drizzled/error.cc:922
4468
"The prepared statement contains a stored routine call that refers to that "
4469
"same statement. It's not allowed to execute a prepared statement in such a "
4473
#: drizzled/error.cc:924
4474
msgid "Not allowed to set autocommit from a stored function or trigger"
4477
#: drizzled/error.cc:926
4478
msgid "Definer is not fully qualified"
4481
#: drizzled/error.cc:928
4484
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4485
"Current user is used as definer. Please recreate the view!"
4488
#: drizzled/error.cc:930
4491
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4495
#: drizzled/error.cc:932
4497
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4500
#: drizzled/error.cc:934
4502
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4505
#: drizzled/error.cc:936
4508
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4511
#: drizzled/error.cc:938
4514
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4517
#: drizzled/error.cc:940
4519
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4522
#: drizzled/error.cc:942
4525
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4526
"activated under the authorization of the invoker, which may have "
4527
"insufficient privileges. Please recreate the trigger."
4530
#: drizzled/error.cc:944
4532
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4535
#: drizzled/error.cc:946
4538
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4539
"exceeded for routine %.192s"
4542
#: drizzled/error.cc:948
4545
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4546
"contains bad data (internal code %d)"
4549
#: drizzled/error.cc:950
4551
msgid "Incorrect routine name '%-.192s'"
4554
#: drizzled/error.cc:952
4556
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4559
#: drizzled/error.cc:954
4560
msgid "AGGREGATE is not supported for stored functions"
4563
#: drizzled/error.cc:956
4566
"Can't create more than max_prepared_stmt_count statements (current value: %"
4570
#: drizzled/error.cc:958
4572
msgid "`%-.192s`.`%-.192s` contains view recursion"
4575
#: drizzled/error.cc:960
4577
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4580
#: drizzled/error.cc:962
4581
msgid "The used table type doesn't support SPATIAL indexes"
4584
#: drizzled/error.cc:964
4585
msgid "Triggers can not be created on system tables"
4588
#: drizzled/error.cc:966
4590
msgid "Leading spaces are removed from name '%s'"
4593
#: drizzled/error.cc:968
4594
msgid "Failed to read auto-increment value from storage engine"
4597
#: drizzled/error.cc:970
4601
#: drizzled/error.cc:972
4605
#: drizzled/error.cc:974
4607
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4610
#: drizzled/error.cc:976
4612
msgid "The target table %-.100s of the %s is not insertable-into"
4615
#: drizzled/error.cc:978
4618
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4621
#: drizzled/error.cc:980
4622
msgid "Too high level of nesting for select"
4625
#: drizzled/error.cc:982
4627
msgid "Name '%-.64s' has become ''"
4630
#: drizzled/error.cc:984
4632
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4633
"optional and non-empty FIELDS ENCLOSED BY"
4636
#: drizzled/error.cc:986
4638
msgid "The foreign server, %s, you are trying to create already exists."
4641
#: drizzled/error.cc:988
4644
"The foreign server name you are trying to reference does not exist. Data "
4645
"source error: %-.64s"
4648
#: drizzled/error.cc:990
4651
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4654
#: drizzled/error.cc:992
4657
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4661
#: drizzled/error.cc:994
4663
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4666
#: drizzled/error.cc:996
4667
msgid "MAXVALUE can only be used in last partition definition"
4670
#: drizzled/error.cc:998
4671
msgid "Subpartitions can only be hash partitions and by key"
4674
#: drizzled/error.cc:1000
4675
msgid "Must define subpartitions on all partitions if on one partition"
4678
#: drizzled/error.cc:1002
4679
msgid "Wrong number of partitions defined, mismatch with previous setting"
4682
#: drizzled/error.cc:1004
4683
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4686
#: drizzled/error.cc:1006
4687
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4690
#: drizzled/error.cc:1008
4691
msgid "Expression in RANGE/LIST VALUES must be constant"
4694
#: drizzled/error.cc:1010
4695
msgid "Field in list of fields for partition function not found in table"
4698
#: drizzled/error.cc:1012
4699
msgid "List of fields is only allowed in KEY partitions"
4702
#: drizzled/error.cc:1014
4704
"The partition info in the frm file is not consistent with what can be "
4705
"written into the frm file"
4708
#: drizzled/error.cc:1016
4710
msgid "The %-.192s function returns the wrong type"
4713
#: drizzled/error.cc:1018
4715
msgid "For %-.64s partitions each partition must be defined"
4718
#: drizzled/error.cc:1020
4719
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4722
#: drizzled/error.cc:1022
4723
msgid "VALUES value must be of same type as partition function"
4726
#: drizzled/error.cc:1024
4727
msgid "Multiple definition of same constant in list partitioning"
4730
#: drizzled/error.cc:1026
4731
msgid "Partitioning can not be used stand-alone in query"
4734
#: drizzled/error.cc:1028
4736
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4739
#: drizzled/error.cc:1030
4741
msgid "For the partitioned engine it is necessary to define all %-.64s"
4744
#: drizzled/error.cc:1032
4745
msgid "Too many partitions (including subpartitions) were defined"
4748
#: drizzled/error.cc:1034
4750
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4751
"partitioning for subpartitioning"
4754
#: drizzled/error.cc:1036
4755
msgid "Failed to create specific handler file"
4758
#: drizzled/error.cc:1038
4759
msgid "A BLOB field is not allowed in partition function"
4762
#: drizzled/error.cc:1040
4764
msgid "A %-.192s must include all columns in the table's partitioning function"
4767
#: drizzled/error.cc:1042
4769
msgid "Number of %-.64s = 0 is not an allowed value"
4772
#: drizzled/error.cc:1044
4773
msgid "Partition management on a not partitioned table is not possible"
4776
#: drizzled/error.cc:1046
4778
"Foreign key condition is not yet supported in conjunction with partitioning"
4781
#: drizzled/error.cc:1048
4783
msgid "Error in list of partitions to %-.64s"
4786
#: drizzled/error.cc:1050
4787
msgid "Cannot remove all partitions, use DROP TABLE instead"
4790
#: drizzled/error.cc:1052
4791
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4794
#: drizzled/error.cc:1054
4796
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4800
#: drizzled/error.cc:1056
4802
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4803
"tables using HASH PARTITIONs"
4806
#: drizzled/error.cc:1058
4808
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4811
#: drizzled/error.cc:1060
4812
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4815
#: drizzled/error.cc:1062
4816
msgid "At least one partition must be added"
4819
#: drizzled/error.cc:1064
4820
msgid "At least one partition must be coalesced"
4823
#: drizzled/error.cc:1066
4824
msgid "More partitions to reorganise than there are partitions"
4827
#: drizzled/error.cc:1068
4829
msgid "Duplicate partition name %-.192s"
4832
#: drizzled/error.cc:1070
4833
msgid "It is not allowed to shut off binlog on this command"
4836
#: drizzled/error.cc:1072
4837
msgid "When reorganising a set of partitions they must be in consecutive order"
4840
#: drizzled/error.cc:1074
4842
"Reorganize of range partitions cannot change total ranges except for last "
4843
"partition where it can extend the range"
4846
#: drizzled/error.cc:1076
4847
msgid "Partition function not supported in this version for this handler"
4850
#: drizzled/error.cc:1078
4851
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4854
#: drizzled/error.cc:1080
4856
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4859
#: drizzled/error.cc:1082
4861
msgid "Plugin '%-.192s' is not loaded"
4864
#: drizzled/error.cc:1084
4866
msgid "Incorrect %-.32s value: '%-.128s'"
4869
#: drizzled/error.cc:1086
4871
msgid "Table has no partition for value %-.64s"
4874
#: drizzled/error.cc:1088
4876
msgid "It is not allowed to specify %s more than once"
4879
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4881
msgid "Failed to create %s"
4884
#: drizzled/error.cc:1092 drizzled/error.cc:1116
4886
msgid "Failed to drop %s"
4889
#: drizzled/error.cc:1094
4890
msgid "The handler doesn't support autoextend of tablespaces"
4893
#: drizzled/error.cc:1096
4895
"A size parameter was incorrectly specified, either number or on the form 10M"
4898
#: drizzled/error.cc:1098
4900
"The size number was correct but we don't allow the digit part to be more "
4904
#: drizzled/error.cc:1100
4906
msgid "Failed to alter: %s"
4909
#: drizzled/error.cc:1102
4910
msgid "Writing one row to the row-based binary log failed"
4913
#: drizzled/error.cc:1104
4915
msgid "Table definition on master and slave does not match: %s"
4918
#: drizzled/error.cc:1106
4920
"Slave running with --log-slave-updates must use row-based binary logging to "
4921
"be able to replicate row-based binary log events"
4924
#: drizzled/error.cc:1108
4926
msgid "Event '%-.192s' already exists"
4929
#: drizzled/error.cc:1110
4931
msgid "Failed to store event %s. Error code %d from storage engine."
4934
#: drizzled/error.cc:1112
4936
msgid "Unknown event '%-.192s'"
4939
#: drizzled/error.cc:1114
4941
msgid "Failed to alter event '%-.192s'"
4944
#: drizzled/error.cc:1118
4945
msgid "INTERVAL is either not positive or too big"
4948
#: drizzled/error.cc:1120
4949
msgid "ENDS is either invalid or before STARTS"
4952
#: drizzled/error.cc:1122
4953
msgid "Event execution time is in the past. Event has been disabled"
4956
#: drizzled/error.cc:1124
4957
msgid "Failed to open mysql.event"
4960
#: drizzled/error.cc:1126
4961
msgid "No datetime expression provided"
4964
#: drizzled/error.cc:1128
4967
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
4968
"probably corrupted"
4971
#: drizzled/error.cc:1130
4973
msgid "Cannot load from mysql.%s. The table is probably corrupted"
4976
#: drizzled/error.cc:1132
4977
msgid "Failed to delete the event from mysql.event"
4980
#: drizzled/error.cc:1134
4981
msgid "Error during compilation of event's body"
4984
#: drizzled/error.cc:1136
4985
msgid "Same old and new event name"
4988
#: drizzled/error.cc:1138
4990
msgid "Data for column '%s' too long"
4993
#: drizzled/error.cc:1140
4995
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
4998
#: drizzled/error.cc:1142
5001
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5005
#: drizzled/error.cc:1144
5006
msgid "You can't write-lock a log table. Only read access is possible"
5009
#: drizzled/error.cc:1146
5010
msgid "You can't use locks with log tables."
5013
#: drizzled/error.cc:1148
5016
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5017
"d would lead to a duplicate entry"
5020
#: drizzled/error.cc:1150
5023
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5024
"%d, now running %d. Please use mysql_upgrade to fix this error."
5027
#: drizzled/error.cc:1152
5029
"Cannot switch out of the row-based binary log format when the session has "
5030
"open temporary tables"
5033
#: drizzled/error.cc:1154
5035
"Cannot change the binary logging format inside a stored function or trigger"
5038
#: drizzled/error.cc:1156
5040
"The NDB cluster engine does not support changing the binlog format on the "
5044
#: drizzled/error.cc:1158
5045
msgid "Cannot create temporary table with partitions"
5048
#: drizzled/error.cc:1160
5049
msgid "Partition constant is out of partition function domain"
5052
#: drizzled/error.cc:1162
5053
msgid "This partition function is not allowed"
5056
#: drizzled/error.cc:1164
5057
msgid "Error in DDL log"
5060
#: drizzled/error.cc:1166
5061
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5064
#: drizzled/error.cc:1168
5065
msgid "Incorrect partition name"
5068
#: drizzled/error.cc:1170
5070
"Transaction isolation level can't be changed while a transaction is in "
5074
#: drizzled/error.cc:1172
5077
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5078
"'%-.192s' for key '%-.192s'"
5081
#: drizzled/error.cc:1174
5083
msgid "Internal scheduler error %d"
5086
#: drizzled/error.cc:1176
5088
msgid "Error during starting/stopping of the scheduler. Error code %u"
5091
#: drizzled/error.cc:1178
5092
msgid "Engine cannot be used in partitioned tables"
5095
#: drizzled/error.cc:1180
5097
msgid "Cannot activate '%-.64s' log"
5100
#: drizzled/error.cc:1182
5101
msgid "The server was not built with row-based replication"
5104
#: drizzled/error.cc:1184
5105
msgid "Decoding of base64 string failed"
5108
#: drizzled/error.cc:1186
5109
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5112
#: drizzled/error.cc:1188
5114
"Cannot proceed because system tables used by Event Scheduler were found "
5115
"damaged at server start"
5118
#: drizzled/error.cc:1190
5119
msgid "Only integers allowed as number here"
5122
#: drizzled/error.cc:1192
5123
msgid "This storage engine cannot be used for log tables"
5126
#: drizzled/error.cc:1194
5128
msgid "You cannot '%s' a log table if logging is enabled"
5131
#: drizzled/error.cc:1196
5134
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5135
"rename two tables: the log table to an archive table and another table back "
5139
#: drizzled/error.cc:1198
5141
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5144
#: drizzled/error.cc:1200
5146
msgid "Incorrect parameters in the call to native function '%-.192s'"
5149
#: drizzled/error.cc:1202
5151
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5154
#: drizzled/error.cc:1204
5156
msgid "This function '%-.192s' has the same name as a native function"
5159
#: drizzled/error.cc:1206
5161
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5164
#: drizzled/error.cc:1208
5165
msgid "Too many files opened, please execute the command again"
5168
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5170
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5171
"The event was dropped immediately after creation."
5174
#: drizzled/error.cc:1214
5176
msgid "The incident %s occured on the master. Message: %-.64s"
5179
#: drizzled/error.cc:1216
5180
msgid "Table has no partition for some existing values"
5183
#: drizzled/error.cc:1218
5184
msgid "Statement is not safe to log in statement format."
5187
#: drizzled/error.cc:1220
5189
msgid "Fatal error: %s"
5192
#: drizzled/error.cc:1222
5194
msgid "Relay log read failure: %s"
5197
#: drizzled/error.cc:1224
5199
msgid "Relay log write failure: %s"
5202
#: drizzled/error.cc:1228
5204
msgid "Master command %s failed: %s"
5207
#: drizzled/error.cc:1230
5209
msgid "Binary logging not possible. Message: %s"
5212
#: drizzled/error.cc:1232
5214
msgid "View `%-.64s`.`%-.64s` has no creation context"
5217
#: drizzled/error.cc:1234
5219
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5222
#: drizzled/error.cc:1236
5224
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5227
#: drizzled/error.cc:1238
5229
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5232
#: drizzled/error.cc:1240
5234
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5237
#: drizzled/error.cc:1242
5239
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5242
#: drizzled/error.cc:1244
5244
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5247
#: drizzled/error.cc:1246
5249
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5252
#: drizzled/error.cc:1248
5254
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5257
#: drizzled/error.cc:1250
5259
msgid "Ambiguous slave modes combination. %s"
5262
#: drizzled/error.cc:1252
5265
"The BINLOG statement of type `%s` was not preceded by a format description "
5269
#: drizzled/error.cc:1254
5270
msgid "Corrupted replication event was detected"
5273
#: drizzled/error.cc:1256
5275
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5278
#: drizzled/error.cc:1258
5280
msgid "Being purged log %s was not found"
5283
#: drizzled/error.cc:1260
5285
msgid "Converted to non-transactional lock on '%-.64s'"
5288
#: drizzled/error.cc:1262
5290
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5293
#: drizzled/error.cc:1264
5296
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5299
#: drizzled/error.cc:1266
5301
msgid "Can't access storage engine of table %-.64s"
5304
#: drizzled/error.cc:1268
5305
msgid "Starting backup process"
5308
#: drizzled/error.cc:1270
5309
msgid "Backup completed"
5312
#: drizzled/error.cc:1272
5313
msgid "Starting restore process"
5316
#: drizzled/error.cc:1274
5317
msgid "Restore completed"
5320
#: drizzled/error.cc:1276
5321
msgid "Nothing to backup"
5324
#: drizzled/error.cc:1278
5326
msgid "Database '%-.64s' cannot be included in a backup"
5329
#: drizzled/error.cc:1280
5331
"Error during backup operation - server's error log contains more information "
5335
#: drizzled/error.cc:1282
5337
"Error during restore operation - server's error log contains more "
5338
"information about the error"
5341
#: drizzled/error.cc:1284
5343
"Can't execute this command because another BACKUP/RESTORE operation is in "
5347
#: drizzled/error.cc:1286
5348
msgid "Error when preparing for backup operation"
5351
#: drizzled/error.cc:1288
5352
msgid "Error when preparing for restore operation"
5355
#: drizzled/error.cc:1290
5357
msgid "Invalid backup location '%-.64s'"
5360
#: drizzled/error.cc:1292
5362
msgid "Can't read backup location '%-.64s'"
5365
#: drizzled/error.cc:1294
5367
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5370
#: drizzled/error.cc:1296
5371
msgid "Can't enumerate server databases"
5374
#: drizzled/error.cc:1298
5375
msgid "Can't enumerate server tables"
5378
#: drizzled/error.cc:1300
5380
msgid "Can't enumerate tables in database %-.64s"
5383
#: drizzled/error.cc:1302
5385
msgid "Skipping view %-.64s in database %-.64s"
5388
#: drizzled/error.cc:1304
5390
msgid "Skipping table %-.64s since it has no valid storage engine"
5393
#: drizzled/error.cc:1306
5395
msgid "Can't open table %-.64s"
5398
#: drizzled/error.cc:1308
5399
msgid "Can't read backup archive preamble"
5402
#: drizzled/error.cc:1310
5403
msgid "Can't write backup archive preamble"
5406
#: drizzled/error.cc:1312
5408
msgid "Can't find backup driver for table %-.64s"
5411
#: drizzled/error.cc:1314
5414
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5418
#: drizzled/error.cc:1316
5420
msgid "Can't create %-.64s backup driver"
5423
#: drizzled/error.cc:1318
5425
msgid "Can't create %-.64s restore driver"
5428
#: drizzled/error.cc:1320
5430
msgid "Found %d images in backup archive but maximum %d are supported"
5433
#: drizzled/error.cc:1322
5435
msgid "Error when saving meta-data of %-.64s"
5438
#: drizzled/error.cc:1324
5439
msgid "Error when reading meta-data list"
5442
#: drizzled/error.cc:1326
5444
msgid "Can't create %-.64s"
5447
#: drizzled/error.cc:1328
5448
msgid "Can't allocate buffer for image data transfer"
5451
#: drizzled/error.cc:1330
5453
msgid "Error when writing %-.64s backup image data (for table #%d)"
5456
#: drizzled/error.cc:1332
5457
msgid "Error when reading data from backup stream"
5460
#: drizzled/error.cc:1334
5461
msgid "Can't go to the next chunk in backup stream"
5464
#: drizzled/error.cc:1336
5466
msgid "Can't initialize %-.64s backup driver"
5469
#: drizzled/error.cc:1338
5471
msgid "Can't initialize %-.64s restore driver"
5474
#: drizzled/error.cc:1340
5476
msgid "Can't shut down %-.64s backup driver"
5479
#: drizzled/error.cc:1342
5481
msgid "Can't shut down %-.64s backup driver(s)"
5484
#: drizzled/error.cc:1344
5486
msgid "%-.64s backup driver can't prepare for synchronization"
5489
#: drizzled/error.cc:1346
5491
msgid "%-.64s backup driver can't create its image validity point"
5494
#: drizzled/error.cc:1348
5496
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5499
#: drizzled/error.cc:1350
5501
msgid "%-.64s backup driver can't cancel its backup operation"
5504
#: drizzled/error.cc:1352
5506
msgid "%-.64s restore driver can't cancel its restore operation"
5509
#: drizzled/error.cc:1354
5511
msgid "Error when polling %-.64s backup driver for its image data"
5514
#: drizzled/error.cc:1356
5516
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5519
#: drizzled/error.cc:1358
5522
"After %d attempts %-.64s restore driver still can't accept next block of data"
5525
#: drizzled/error.cc:1360
5527
msgid "Open and lock tables failed in %-.64s"
5530
#: drizzled/error.cc:1362
5531
msgid "Backup driver's table locking thread can not be initialized."
5534
#: drizzled/error.cc:1364
5536
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5537
"and 'mysql.online_backup_progress'."
5540
#: drizzled/error.cc:1366
5542
msgid "Tablespace '%-.192s' already exists"
5545
#: drizzled/error.cc:1368
5547
msgid "Tablespace '%-.192s' doesn't exist"
5550
#: drizzled/error.cc:1370
5552
msgid "Unexpected master's heartbeat data: %s"
5555
#: drizzled/error.cc:1372
5557
msgid "The requested value for the heartbeat period %s %s"
5560
#: drizzled/error.cc:1374
5562
msgid "Can't write to the online backup progress log %-.64s."
5565
#: drizzled/error.cc:1376
5567
msgid "Tablespace '%-.192s' not empty"
5570
#: drizzled/error.cc:1378
5573
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5574
"server. The original definition of the required tablespace is '%-.256s' "
5575
"while the same tablespace is defined on the server as '%-.256s'"
5578
#: drizzled/error.cc:1380
5579
msgid "A virtual column cannot be based on a virtual column"
5582
#: drizzled/error.cc:1382
5584
msgid "Non-deterministic expression for virtual column '%s'."
5587
#: drizzled/error.cc:1384
5590
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5593
#: drizzled/error.cc:1386
5594
msgid "Primary key cannot be defined upon a virtual column."
5597
#: drizzled/error.cc:1388
5598
msgid "Key/Index cannot be defined on a non-stored virtual column."
5601
#: drizzled/error.cc:1390
5603
msgid "Cannot define foreign key with %s clause on a virtual column."
5606
#: drizzled/error.cc:1392
5608
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5611
#: drizzled/error.cc:1394
5613
msgid "'%s' is not yet supported for virtual columns."
5616
#: drizzled/error.cc:1396
5617
msgid "Constant expression in virtual column function is not allowed."
5620
#: drizzled/errmsg.cc:46
5622
msgid "errmsg plugin '%s' init() failed."
5625
#: drizzled/errmsg.cc:75
5627
msgid "errmsg plugin '%s' deinit() failed."
5630
#: drizzled/errmsg.cc:116
5632
msgid "errmsg plugin '%s' errmsg_func() failed"
5635
#: drizzled/handler.cc:967
5637
msgid "Found %d prepared transaction(s) in %s"
5640
#: drizzled/handler.cc:1019
5641
msgid "Starting crash recovery..."
5644
#: drizzled/handler.cc:1051
5646
msgid "Found %d prepared XA transactions"
5649
#: drizzled/handler.cc:1055
5652
"Found %d prepared transactions! It means that drizzled was not shut down "
5653
"properly last time and critical recovery information (last binlog or %s "
5654
"file) was manually deleted after a crash. You have to start drizzled with "
5655
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5658
#: drizzled/handler.cc:1065
5659
msgid "Crash recovery finished."
5662
#: drizzled/log.cc:711
5663
msgid "I/O error reading the header from the binary log"
5666
#: drizzled/log.cc:718
5668
"Binlog has bad magic number; It's not a binary log file that can be used by "
5669
"this version of Drizzle"
5672
#: drizzled/log.cc:733
5674
msgid "Failed to open log (file '%s', errno %d)"
5677
#: drizzled/log.cc:735 drizzled/log.cc:743
5678
msgid "Could not open log file"
5681
#: drizzled/log.cc:741
5683
msgid "Failed to create a cache on log (file '%s')"
5686
#: drizzled/log.cc:895 drizzled/log.cc:1259
5689
"Could not use %s for logging (error %d). Turning logging off for the whole "
5690
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5691
"shutdown the Drizzle server and restart it."
5694
#: drizzled/log.cc:1527 drizzled/log.cc:1558 drizzled/log.cc:1807
5695
#: drizzled/log.cc:1929
5697
msgid "Failed to delete file '%s'"
5700
#: drizzled/log.cc:1536 drizzled/log.cc:1815 drizzled/log.cc:1937
5703
"a problem with deleting %s; consider examining correspondence of your binlog "
5704
"index file to the actual binlog files"
5707
#: drizzled/log.cc:1663
5709
msgid "next log error: %d offset: %s log: %s included: %d"
5712
#: drizzled/log.cc:1773 drizzled/log.cc:1897
5714
msgid "Failed to execute stat() on file '%s'"
5717
#: drizzled/log.cc:1784 drizzled/log.cc:1908
5720
"a problem with getting info on being purged %s; consider examining "
5721
"correspondence of your binlog index file to the actual binlog files"
5724
#: drizzled/log.cc:3219 drizzled/log.cc:3716
5726
msgid "Recovering after a crash using %s"
5729
#: drizzled/log.cc:3222
5731
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5734
#: drizzled/log.cc:3563
5735
msgid "Bad magic header in tc log"
5738
#: drizzled/log.cc:3573
5741
"Recovery failed! You must enable exactly %d storage engines that support two-"
5742
"phase commit protocol"
5745
#: drizzled/log.cc:3601
5747
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5748
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5749
"heuristic-recover={commit|rollback}"
5752
#: drizzled/log.cc:3631
5753
msgid "Heuristic crash recovery mode"
5756
#: drizzled/log.cc:3633
5757
msgid "Heuristic crash recovery failed"
5760
#: drizzled/log.cc:3634
5761
msgid "Please restart mysqld without --tc-heuristic-recover"
5764
#: drizzled/log.cc:3678 drizzled/log.cc:3702
5766
msgid "find_log_pos() failed (error: %d)"
5769
#: drizzled/log.cc:3814
5771
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5772
"of memory error) and restart, or delete (or rename) binary log and start "
5773
"mysqld with --tc-heuristic-recover={commit|rollback}"
5776
#: drizzled/log_event.cc:135
5778
msgid " %s, Error_code: %d;"
5781
#: drizzled/log_event.cc:139
5784
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5785
"master log %s, end_log_pos %lu"
5788
#: drizzled/log_event.cc:145
5792
#: drizzled/log_event.cc:900
5795
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5798
#: drizzled/log_event.cc:1615
5801
"Query partially completed on the master (error on master: %d) and was "
5802
"aborted. There is a chance that your master is inconsistent at this point. "
5803
"If you are sure that your master is ok, run this query manually on the slave "
5804
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5805
"SLAVE; . Query: '%s'"
5808
#: drizzled/log_event.cc:1641
5811
"Query caused differenxt errors on master and slave.\n"
5812
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5813
"Default database: '%s'. Query: '%s'"
5816
#: drizzled/log_event.cc:1646
5820
#: drizzled/log_event.cc:1666
5822
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5825
#: drizzled/log_event.cc:1668 drizzled/log_event.cc:4348
5826
#: drizzled/log_event.cc:4393 drizzled/log_event.cc:5142
5827
msgid "unexpected success or fatal error"
5830
#: drizzled/log_event.cc:2158
5832
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5833
"probable cause is that the master died while writing the transaction to its "
5834
"binary log, thus rolled back too."
5837
#: drizzled/log_event.cc:2813
5840
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5841
"produced %ld warning(s). Default database: '%s'"
5844
#: drizzled/log_event.cc:2863
5847
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5850
#: drizzled/log_event.cc:2875
5852
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5855
#: drizzled/log_event.cc:3140
5856
msgid "Out of memory while recording slave event"
5859
#: drizzled/log_event.cc:3389 drizzled/log_event.cc:3415
5861
msgid "Error in Create_file event: could not open file '%s'"
5864
#: drizzled/log_event.cc:3401
5866
msgid "Error in Create_file event: could not write to file '%s'"
5869
#: drizzled/log_event.cc:3422
5871
msgid "Error in Create_file event: write to '%s' failed"
5874
#: drizzled/log_event.cc:3536
5876
msgid "Error in %s event: could not create file '%s'"
5879
#: drizzled/log_event.cc:3545
5881
msgid "Error in %s event: could not open file '%s'"
5884
#: drizzled/log_event.cc:3552
5886
msgid "Error in %s event: write to '%s' failed"
5889
#: drizzled/log_event.cc:3714
5891
msgid "Error in Exec_load event: could not open file '%s'"
5894
#: drizzled/log_event.cc:3724
5896
msgid "Error in Exec_load event: file '%s' appears corrupted"
5899
#: drizzled/log_event.cc:3754
5901
msgid "%s. Failed executing load from '%s'"
5904
#: drizzled/log_event.cc:3927
5905
msgid "Not enough memory"
5908
#: drizzled/log_event.cc:4345
5910
msgid "Error '%s' in %s event: when locking tables"
5913
#: drizzled/log_event.cc:4355
5915
msgid "Error in %s event: when locking tables"
5918
#: drizzled/log_event.cc:4390
5920
msgid "Error '%s' on reopening tables"
5923
#: drizzled/log_event.cc:4743
5925
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
5928
#: drizzled/log_event.cc:5139
5930
msgid "Error '%s' on opening table `%s`.`%s`"
5933
#. TRANSLATORS: The leading word "logging" is the name
5934
#. of the plugin api, and so should not be translated.
5935
#: drizzled/logging.cc:62
5937
msgid "logging plugin '%s' deinit() failed"
5940
#. TRANSLATORS: The leading word "logging" is the name
5941
#. of the plugin api, and so should not be translated.
5942
#: drizzled/logging.cc:85
5944
msgid "logging plugin '%s' logging_pre() failed"
5947
#. TRANSLATORS: The leading word "logging" is the name
5948
#. of the plugin api, and so should not be translated.
5949
#: drizzled/logging.cc:118
5951
msgid "logging plugin '%s' logging_post() failed"
5954
#. TRANSLATORS: The leading word "parser" is the name
5955
#. of the plugin api, and so should not be translated.
5956
#: drizzled/parser.cc:40
5958
msgid "parser plugin '%s' init() failed"
5961
#. TRANSLATORS: The leading word "parser" is the name
5962
#. of the plugin api, and so should not be translated.
5963
#: drizzled/parser.cc:62
5965
msgid "parser plugin '%s' deinit() failed"
5968
#. TRANSLATORS: The leading word "parser" is the name
5969
#. of the plugin api, and so should not be translated.
5970
#: drizzled/parser.cc:98
5972
msgid "parser plugin '%s' parser_func1() 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:152
5979
msgid "parser plugin '%s' parser_func2() failed"
5982
#. TRANSLATORS: The leading word "qcache" is the name
5983
#. of the plugin api, and so should not be translated.
5984
#: drizzled/qcache.cc:40
5986
msgid "qcache plugin '%s' init() failed"
5989
#. TRANSLATORS: The leading word "qcache" is the name
5990
#. of the plugin api, and so should not be translated.
5991
#: drizzled/qcache.cc:62
5993
msgid "qcache plugin '%s' deinit() failed"
5996
#. TRANSLATORS: The leading word "qcache" is the name
5997
#. of the plugin api, and so should not be translated.
5998
#: drizzled/qcache.cc:98
6000
msgid "qcache plugin '%s' do1() 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:152
6007
msgid "qcache plugin '%s' qcache_func2() failed"
6010
#: drizzled/replication/mi.cc:254 drizzled/slave.cc:1089
6011
#: drizzled/slave.cc:2091
6012
msgid "Failed to flush master info file"
6015
#: drizzled/replication/replication.cc:103
6016
msgid "Failed in send_file() while reading file name"
6019
#: drizzled/replication/replication.cc:116
6020
msgid "Failed in send_file() on open of file"
6023
#: drizzled/replication/replication.cc:124
6024
msgid "Failed in send_file() while writing data to client"
6027
#: drizzled/replication/replication.cc:133
6028
msgid "Failed in send_file() while negotiating file transfer close"
6031
#: drizzled/replication/reporting.cc:44
6033
msgid "Slave %s: %s%s Error_code: %d"
6036
#: drizzled/replication/rli.cc:149
6039
"Neither --relay-log nor --relay-log-index were used; so replication may "
6040
"break when this MySQL server acts as a slave and has his hostname changed!! "
6041
"Please use '--relay-log=%s' to avoid this problem."
6044
#: drizzled/replication/rli.cc:166
6045
msgid "Failed in open_log() called from init_relay_log_info()"
6048
#: drizzled/replication/rli.cc:188
6049
msgid "Failed to flush relay log info file"
6052
#: drizzled/replication/rli.cc:191
6053
msgid "Error counting relay log space"
6056
#: drizzled/replication/rli.cc:215
6058
msgid "log %s listed in the index, but failed to stat"
6061
#: drizzled/replication/rli.cc:230
6062
msgid "Could not find first log while counting relay log space"
6065
#: drizzled/replication/rli.cc:884
6066
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6069
#: drizzled/replication/utility.cc:117
6071
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6074
#: drizzled/replication/utility.cc:132
6077
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6078
"Master's column size should be <= the slave's column size."
6081
#: drizzled/scheduler.cc:131
6082
msgid "Memory allocation error in session_scheduler::init\n"
6085
#: drizzled/scheduler.cc:208
6086
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6089
#: drizzled/scheduler.cc:214
6090
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6093
#: drizzled/scheduler.cc:226
6094
msgid "session_add_event event_add error in libevent_init\n"
6097
#: drizzled/scheduler.cc:242
6099
msgid "Can't create completion port thread (error %d)"
6102
#: drizzled/scheduler.cc:355
6103
msgid "event_add error in libevent_add_session_callback\n"
6106
#: drizzled/scheduler.cc:381
6107
msgid "Scheduler init error in libevent_add_new_connection\n"
6110
#: drizzled/scheduler.cc:462
6111
msgid "libevent_thread_proc: my_thread_init() failed\n"
6114
#. TRANSLATORS: The leading word "scheduling" is the name
6115
#. of the plugin api, and so should not be translated.
6116
#: drizzled/scheduling.cc:40
6118
msgid "scheduling plugin '%s' init() failed"
6121
#. TRANSLATORS: The leading word "scheduling" is the name
6122
#. of the plugin api, and so should not be translated.
6123
#: drizzled/scheduling.cc:62
6125
msgid "scheduling plugin '%s' deinit() failed"
6128
#. TRANSLATORS: The leading word "scheduling" is the name
6129
#. of the plugin api, and so should not be translated.
6130
#: drizzled/scheduling.cc:98
6132
msgid "scheduling plugin '%s' scheduling_func1() failed"
6135
#. TRANSLATORS: The leading word "scheduling" is the name
6136
#. of the plugin api, and so should not be translated.
6137
#: drizzled/scheduling.cc:152
6139
msgid "scheduling plugin '%s' scheduling_func2() failed"
6142
#: drizzled/set_var.cc:725
6143
msgid "Ambiguous slave modes combination. STRICT will be used"
6146
#: drizzled/slave.cc:102
6147
msgid "Waiting to reconnect after a failed registration on master"
6150
#: drizzled/slave.cc:103
6152
"Slave I/O thread killed while waitnig to reconnect after a failed "
6153
"registration on master"
6156
#: drizzled/slave.cc:105
6157
msgid "Reconnecting after a failed registration on master"
6160
#: drizzled/slave.cc:106
6163
"failed registering on master, reconnecting to try again, log '%s' at postion "
6167
#: drizzled/slave.cc:109 drizzled/slave.cc:118
6168
msgid "Slave I/O thread killed during or after reconnect"
6171
#: drizzled/slave.cc:112
6172
msgid "Waiting to reconnect after a failed binlog dump request"
6175
#: drizzled/slave.cc:113
6176
msgid "Slave I/O thread killed while retrying master dump"
6179
#: drizzled/slave.cc:114
6180
msgid "Reconnecting after a failed binlog dump request"
6183
#: drizzled/slave.cc:115
6185
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6188
#: drizzled/slave.cc:121
6189
msgid "Waiting to reconnect after a failed master event read"
6192
#: drizzled/slave.cc:122
6193
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6196
#: drizzled/slave.cc:124
6197
msgid "Reconnecting after a failed master event read"
6200
#: drizzled/slave.cc:125
6203
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6207
#: drizzled/slave.cc:128
6209
"Slave I/O thread killed during or after a reconnect done to recover from "
6213
#: drizzled/slave.cc:242
6214
msgid "Failed to allocate memory for the master info structure"
6217
#: drizzled/slave.cc:248 drizzled/slave.cc:1763
6218
msgid "Failed to initialize the master info structure"
6221
#: drizzled/slave.cc:263
6222
msgid "Failed to create slave threads"
6225
#: drizzled/slave.cc:460
6226
msgid "Server id not set, will not start slave"
6229
#: drizzled/slave.cc:626
6231
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6232
"updates to a non-transactional table without any primary key. There is a "
6233
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6234
"check your tables' contents after restart."
6237
#: drizzled/slave.cc:787 drizzled/slave.cc:802
6238
msgid "Master reported unrecognized DRIZZLE version"
6241
#: drizzled/slave.cc:843
6242
msgid "default Format_description_log_event"
6245
#: drizzled/slave.cc:865
6248
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6249
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6252
#: drizzled/slave.cc:892
6254
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6255
"server ids; these ids must be different for replication to work (or the --"
6256
"replicate-same-server-id option must be used on slave but this doesnot "
6257
"always make sense; please check the manual before using it)."
6260
#: drizzled/slave.cc:937
6262
"The slave I/O thread stops because master and slave have different values "
6263
"for the COLLATION_SERVER global variable. The values must be equal for "
6264
"replication to work"
6267
#: drizzled/slave.cc:973
6269
"The slave I/O thread stops because master and slave have different values "
6270
"for the TIME_ZONE global variable. The values must be equal for replication "
6274
#: drizzled/slave.cc:1038
6275
msgid "Waiting for the slave SQL thread to free enough relay log space"
6278
#: drizzled/slave.cc:1084
6280
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6284
#: drizzled/slave.cc:1095
6285
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6288
#: drizzled/slave.cc:1420
6290
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6293
#: drizzled/slave.cc:1473
6295
msgid "Error reading packet from server: %s ( server_errno=%d)"
6298
#: drizzled/slave.cc:1481
6300
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6303
#: drizzled/slave.cc:1634
6306
"It was not possible to update the positions of the relay log information: "
6307
"the slave may be in an inconsistent state. Stopped in %s position %s"
6310
#: drizzled/slave.cc:1709 drizzled/slave.cc:2301
6312
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6315
#: drizzled/slave.cc:1768 drizzled/slave.cc:2250
6317
msgid "Error initializing relay log position: %s"
6320
#: drizzled/slave.cc:1784
6323
"Slave SQL thread retried transaction %<PRIu64> time(s) in vain, giving up. "
6324
"Consider raising the value of the slave_transaction_retries variable."
6327
#: drizzled/slave.cc:1807
6329
"Could not parse relay log event entry. The possible reasons are: the "
6330
"master's binary log is corrupted (you can check this by running "
6331
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6332
"can check this by running 'mysqlbinlog' on the relay log), a network "
6333
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6334
"check the master's binary log or slave's relay log, you will be able to know "
6335
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6338
#: drizzled/slave.cc:1928
6339
msgid "Failed during slave I/O thread initialization"
6342
#: drizzled/slave.cc:1942
6343
msgid "error in drizzle_create()"
6346
#: drizzled/slave.cc:1950
6349
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6350
"'%s' at position %s"
6353
#: drizzled/slave.cc:1964
6354
msgid "Slave I/O thread killed while connecting to master"
6357
#: drizzled/slave.cc:1988
6358
msgid "Slave I/O thread couldn't register on master"
6361
#: drizzled/slave.cc:2000 drizzled/slave.cc:2024 drizzled/slave.cc:2048
6362
msgid "Forcing to reconnect slave I/O thread"
6365
#: drizzled/slave.cc:2013
6366
msgid "Failed on request_dump()"
6369
#: drizzled/slave.cc:2014
6370
msgid "Slave I/O thread killed while requesting master dump"
6373
#: drizzled/slave.cc:2040
6374
msgid "Waiting for master to send event"
6377
#: drizzled/slave.cc:2042
6378
msgid "Slave I/O thread killed while reading event"
6381
#: drizzled/slave.cc:2060
6384
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6385
"entry is correct, restart the server with a higher value of "
6386
"max_allowed_packet"
6389
#: drizzled/slave.cc:2074
6390
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6393
#: drizzled/slave.cc:2084
6394
msgid "Queueing master event to the relay log"
6397
#: drizzled/slave.cc:2111
6398
msgid "Slave I/O thread aborted while waiting for relay log space"
6401
#: drizzled/slave.cc:2121
6403
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6406
#: drizzled/slave.cc:2142
6407
msgid "Waiting for slave mutex on exit"
6410
#: drizzled/slave.cc:2206
6411
msgid "Failed during slave thread initialization"
6414
#: drizzled/slave.cc:2272
6417
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6418
"s, relay log '%s' position: %s"
6421
#: drizzled/slave.cc:2286
6422
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6425
#: drizzled/slave.cc:2312
6426
msgid "Reading event from the relay log"
6429
#: drizzled/slave.cc:2337
6431
msgid "Slave (additional info): %s Error_code: %d"
6434
#: drizzled/slave.cc:2354
6436
msgid "Slave: %s Error_code: %d"
6439
#: drizzled/slave.cc:2357
6442
"Error loading user-defined library, slave SQL thread aborted. Install the "
6443
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6444
"stopped at log '%s' position %s"
6447
#: drizzled/slave.cc:2365
6450
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6451
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6454
#: drizzled/slave.cc:2377
6457
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6460
#: drizzled/slave.cc:2466
6462
msgid "Slave I/O: failed requesting download of '%s'"
6465
#: drizzled/slave.cc:2483
6467
msgid "Network read error downloading '%s' from master"
6470
#: drizzled/slave.cc:2505
6471
msgid "error writing Exec_load event to relay log"
6474
#: drizzled/slave.cc:2519
6475
msgid "error writing Create_file event to relay log"
6478
#: drizzled/slave.cc:2534
6479
msgid "error writing Append_block event to relay log"
6482
#: drizzled/slave.cc:2630
6483
msgid "Memory allocation failed"
6486
#: drizzled/slave.cc:2655 drizzled/slave.cc:2741
6489
"Read invalid event from master: '%s', master could be corrupt but a more "
6490
"likely cause of this is a bug"
6493
#: drizzled/slave.cc:3013
6494
msgid "could not queue event from master"
6497
#: drizzled/slave.cc:3103
6499
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6502
#: drizzled/slave.cc:3105
6503
msgid "reconnecting"
6506
#: drizzled/slave.cc:3105
6510
#: drizzled/slave.cc:3129
6513
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6517
#: drizzled/slave.cc:3490
6519
msgid "next log '%s' is currently active"
6522
#: drizzled/slave.cc:3520
6524
msgid "next log '%s' is not active"
6527
#: drizzled/slave.cc:3536
6530
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6533
#: drizzled/slave.cc:3542
6534
msgid "Aborting slave SQL thread because of partial event read"
6537
#: drizzled/slave.cc:3548 drizzled/slave.cc:3555
6539
msgid "Error reading relay log event: %s"
6542
#: drizzled/slave.cc:3549
6543
msgid "slave SQL thread was killed"
6546
#: drizzled/slave.cc:3647
6549
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6550
"check error log on slave for more info"
6553
#: drizzled/slave.cc:3653
6556
"According to the master's version ('%s'), it is probable that master suffers "
6557
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6558
"current binary log event may make the slave's data become different from the "
6559
"master's data. To take no risk, slave refuses to replicate this event and "
6560
"stops. We recommend that all updates be stopped on the master and slave, "
6561
"that the data of both be manually synchronized, that master's binary logs be "
6562
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6563
"Then replication can be restarted."
6566
#: drizzled/sql_base.cc:2555
6568
msgid "Table %s had a open data handler in reopen_table"
6571
#: drizzled/sql_base.cc:3206
6573
msgid "Couldn't repair table: %s.%s"
6576
#: drizzled/sql_base.cc:3249
6579
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6580
"s`.`%s`' to the binary log"
6583
#: drizzled/sql_base.cc:3857
6585
msgid "Could not remove temporary table: '%s', error: %d"
6588
#: drizzled/sql_plugin.cc:682
6590
msgid "Plugin '%s' of type %s failed deinitialization"
6593
#: drizzled/sql_plugin.cc:696
6595
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6598
#: drizzled/sql_plugin.cc:816
6600
msgid "Plugin '%s' registration as a %s failed."
6603
#: drizzled/sql_plugin.cc:1070
6604
msgid "plugin-load parameter too long"
6607
#: drizzled/sql_plugin.cc:1130
6609
msgid "Couldn't load plugin named '%s' with soname '%s'."
6612
#: drizzled/sql_plugin.cc:1181
6614
msgid "Forcing shutdown of %d plugins"
6617
#: drizzled/sql_plugin.cc:1203
6619
msgid "Plugin '%s' will be forced to shutdown"
6622
#: drizzled/sql_plugin.cc:1219
6624
msgid "Plugin '%s' has ref_count=%d after shutdown."
6627
#: drizzled/sql_plugin.cc:2468 drizzled/sql_plugin.cc:2531
6629
msgid "Unknown variable type code 0x%x in plugin '%s'."
6632
#: drizzled/sql_plugin.cc:2511
6635
"Server variable %s of plugin %s was forced to be read-only: string variable "
6636
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6639
#: drizzled/sql_plugin.cc:2542
6641
msgid "Missing variable name in plugin '%s'."
6644
#: drizzled/sql_plugin.cc:2559
6646
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6649
#: drizzled/sql_plugin.cc:2678
6651
msgid "Out of memory for plugin '%s'."
6654
#: drizzled/sql_plugin.cc:2685
6656
msgid "Bad options for plugin '%s'."
6659
#: drizzled/sql_plugin.cc:2694
6661
msgid "Parsing options for plugin '%s' failed."
6664
#: drizzled/sql_plugin.cc:2737
6666
msgid "Plugin '%s' has conflicting system variables"
6669
#: drizzled/sql_plugin.cc:2747
6671
msgid "Plugin '%s' disabled by command line option"
6674
#: drizzled/sql_table.cc:105
6676
msgid "Invalid (old?) table or database name '%s'"
6679
#: drizzled/sql_table.cc:2745
6681
msgid "Unknown - internal error %d during operation"
6684
#: drizzled/sql_table.cc:5018
6686
msgid "Could not open table %s.%s after rename\n"
6689
#: drizzled/sql_table.cc:5185
6692
"order_st BY ignored because there is a user-defined clustered index in the "
6696
#: drizzled/sql_udf.cc:41
6697
msgid "Can't allocate memory for udf structures"
6700
#: drizzled/table.cc:502
6703
"'%s' had no or invalid character set, and default character set is multi-"
6704
"byte, so character column sizes may have changed"
6707
#: drizzled/table.cc:2077
6709
msgid "Unknown collation '%s' in table '%-.64s' definition"
6712
#: drizzled/table.cc:2084
6715
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6719
#: drizzled/table.cc:2695
6722
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6726
#: drizzled/table.cc:2721
6729
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6730
"have type %s, found type %s."
6733
#: drizzled/table.cc:2730
6736
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6737
"position %d to have character set '%s' but the type has no character set."
6740
#: drizzled/table.cc:2740
6743
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6744
"position %d to have character set '%s' but found character set '%s'."
6747
#: drizzled/table.cc:2751
6750
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6751
"have type %s but the column is not found."
6754
#: drizzled/table.cc:4871
6756
msgid "Got error %d when reading table '%s'"
6759
#: drizzled/tztime.cc:1060
6761
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6764
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
6765
msgid "Error Messages to stderr"
6768
#: plugin/logging_query/logging_query.cc:162
6770
msgid "fail open() fn=%s er=%s\n"
6773
#: plugin/logging_query/logging_query.cc:202
6774
msgid "File to log to"
6777
#: plugin/logging_query/logging_query.cc:211
6778
msgid "Enable logging"
6781
#: plugin/logging_query/logging_query.cc:220
6782
msgid "Disable after this many seconds. Zero for forever"
6785
#: plugin/logging_query/logging_query.cc:233
6786
msgid "Threshold for logging slow queries, in microseconds"
6789
#: plugin/logging_query/logging_query.cc:246
6790
msgid "Threshold for logging big queries, for rows returned"
6793
#: plugin/logging_query/logging_query.cc:259
6794
msgid "Threshold for logging big queries, for rows examined"
6797
#: plugin/logging_query/logging_query.cc:282
6798
msgid "Log queries to a file"
6801
#: storage/myisam/ha_myisam.cc:453
6803
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6806
#: storage/myisam/ha_myisam.cc:457
6808
msgid "Got an error from unknown thread, %s:%d"
6811
#: storage/myisam/ha_myisam.cc:462
6812
msgid "Unknown thread accessing table"
6815
#: storage/myisam/my_handler_errors.c:34
6816
msgid "Didn't find key on read or update"
6819
#: storage/myisam/my_handler_errors.c:36
6820
msgid "Duplicate key on write or update"
6823
#: storage/myisam/my_handler_errors.c:38
6824
msgid "Internal (unspecified) error in handler"
6827
#: storage/myisam/my_handler_errors.c:40
6829
"Someone has changed the row since it was read (while the table was locked to "
6833
#: storage/myisam/my_handler_errors.c:43
6834
msgid "Wrong index given to function"
6837
#: storage/myisam/my_handler_errors.c:45
6838
msgid "Undefined handler error 125"
6841
#: storage/myisam/my_handler_errors.c:47
6842
msgid "Index file is crashed"
6845
#: storage/myisam/my_handler_errors.c:49
6846
msgid "Record file is crashed"
6849
#: storage/myisam/my_handler_errors.c:51
6850
msgid "Out of memory in engine"
6853
#: storage/myisam/my_handler_errors.c:53
6854
msgid "Undefined handler error 129"
6857
#: storage/myisam/my_handler_errors.c:55
6858
msgid "Incorrect file format"
6861
#: storage/myisam/my_handler_errors.c:57
6862
msgid "Command not supported by database"
6865
#: storage/myisam/my_handler_errors.c:59
6866
msgid "Old database file"
6869
#: storage/myisam/my_handler_errors.c:61
6870
msgid "No record read before update"
6873
#: storage/myisam/my_handler_errors.c:63
6874
msgid "Record was already deleted (or record file crashed)"
6877
#: storage/myisam/my_handler_errors.c:65
6878
msgid "No more room in record file"
6881
#: storage/myisam/my_handler_errors.c:67
6882
msgid "No more room in index file"
6885
#: storage/myisam/my_handler_errors.c:69
6886
msgid "No more records (read after end of file)"
6889
#: storage/myisam/my_handler_errors.c:71
6890
msgid "Unsupported extension used for table"
6893
#: storage/myisam/my_handler_errors.c:73
6897
#: storage/myisam/my_handler_errors.c:75
6898
msgid "Wrong create options"
6901
#: storage/myisam/my_handler_errors.c:77
6902
msgid "Duplicate unique key or constraint on write or update"
6905
#: storage/myisam/my_handler_errors.c:79
6906
msgid "Unknown character set used in table"
6909
#: storage/myisam/my_handler_errors.c:81
6910
msgid "Conflicting table definitions in sub-tables of MERGE table"
6913
#: storage/myisam/my_handler_errors.c:83
6914
msgid "Table is crashed and last repair failed"
6917
#: storage/myisam/my_handler_errors.c:85
6918
msgid "Table was marked as crashed and should be repaired"
6921
#: storage/myisam/my_handler_errors.c:87
6922
msgid "Lock timed out; Retry transaction"
6925
#: storage/myisam/my_handler_errors.c:89
6926
msgid "Lock table is full; Restart program with a larger locktable"
6929
#: storage/myisam/my_handler_errors.c:91
6930
msgid "Updates are not allowed under a read only transactions"
6933
#: storage/myisam/my_handler_errors.c:93
6934
msgid "Lock deadlock; Retry transaction"
6937
#: storage/myisam/my_handler_errors.c:95
6938
msgid "Foreign key constraint is incorrectly formed"
6941
#: storage/myisam/my_handler_errors.c:97
6942
msgid "Cannot add a child row"
6945
#: storage/myisam/my_handler_errors.c:99
6946
msgid "Cannot delete a parent row"
6949
#: storage/myisam/my_handler_errors.c:101
6950
msgid "No savepoint with that name"
6953
#: storage/myisam/my_handler_errors.c:103
6954
msgid "Non unique key block size"
6957
#: storage/myisam/my_handler_errors.c:105
6958
msgid "The table does not exist in engine"
6961
#: storage/myisam/my_handler_errors.c:107
6962
msgid "The table already existed in storage engine"
6965
#: storage/myisam/my_handler_errors.c:109
6966
msgid "Could not connect to storage engine"
6969
#: storage/myisam/my_handler_errors.c:111
6970
msgid "Unexpected null pointer found when using spatial index"
6973
#: storage/myisam/my_handler_errors.c:113
6974
msgid "The table changed in storage engine"
6977
#: storage/myisam/my_handler_errors.c:115
6978
msgid "There's no partition in table for the given value"
6981
#: storage/myisam/my_handler_errors.c:117
6982
msgid "Row-based binlogging of row failed"
6985
#: storage/myisam/my_handler_errors.c:119
6986
msgid "Index needed in foreign key constraint"
6989
#: storage/myisam/my_handler_errors.c:121
6990
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6993
#: storage/myisam/my_handler_errors.c:123
6994
msgid "Table needs to be upgraded before it can be used"
6997
#: storage/myisam/my_handler_errors.c:125
6998
msgid "Table is read only"
7001
#: storage/myisam/my_handler_errors.c:127
7002
msgid "Failed to get next auto increment value"
7005
#: storage/myisam/my_handler_errors.c:129
7006
msgid "Failed to set row auto increment value"
7009
#: storage/myisam/my_handler_errors.c:131
7010
msgid "Unknown (generic) error from engine"
7013
#: storage/myisam/my_handler_errors.c:133
7014
msgid "Record is the same"
7017
#: storage/myisam/my_handler_errors.c:135
7018
msgid "It is not possible to log this statement"
7021
#: storage/myisam/my_handler_errors.c:137
7022
msgid "Tablespace exists"
7025
#: storage/myisam/my_handler_errors.c:139
7026
msgid "The event was corrupt, leading to illegal data being read"
7029
#: storage/myisam/my_handler_errors.c:141
7030
msgid "The table is of a new format not supported by this version"
7033
#: storage/myisam/my_handler_errors.c:143
7034
msgid "The event could not be processed no other hanlder error happened"
7037
#: storage/myisam/my_handler_errors.c:145
7038
msgid "Got a fatal error during initialzaction of handler"
7041
#: storage/myisam/my_handler_errors.c:147
7042
msgid "File to short; Expected more data in file"
7045
#: storage/myisam/my_handler_errors.c:149
7046
msgid "Read page with wrong checksum"
7049
#: storage/myisam/my_handler_errors.c:151
7050
msgid "Lock or active transaction"
7053
#: storage/myisam/my_handler_errors.c:153
7054
msgid "No such table space"
7057
#: storage/myisam/my_handler_errors.c:155
7058
msgid "Tablespace not empty"