161
200
"deprecated; use --disable-named-commands instead."
164
#: ../client/drizzle.cc:1379
203
#: ../client/drizzle.cc:1380
165
204
msgid "Ignore space after function names."
168
#: ../client/drizzle.cc:1381
207
#: ../client/drizzle.cc:1382
169
208
msgid "Turn off beep on error."
172
#: ../client/drizzle.cc:1383
211
#: ../client/drizzle.cc:1384
173
212
msgid "Write line numbers for errors."
176
#: ../client/drizzle.cc:1385
215
#: ../client/drizzle.cc:1386
178
217
"Don't write line number for errors. WARNING: -L is deprecated, use long "
179
218
"version of this option instead."
182
#: ../client/drizzle.cc:1387
221
#: ../client/drizzle.cc:1388
183
222
msgid "Write column names in results."
184
223
msgstr "결과에 컬럼이름 쓰기"
186
#: ../client/drizzle.cc:1389
225
#: ../client/drizzle.cc:1390
188
227
"Don't write column names in results. WARNING: -N is deprecated, use long "
189
228
"version of this options instead."
192
#: ../client/drizzle.cc:1391
231
#: ../client/drizzle.cc:1392
194
233
"Change the value of a variable. Please note that this option is deprecated; "
195
234
"you can set variables directly with --variable-name=value."
198
#: ../client/drizzle.cc:1393
237
#: ../client/drizzle.cc:1394
199
238
msgid "Output in table format."
202
#: ../client/drizzle.cc:1395
241
#: ../client/drizzle.cc:1396
203
242
msgid "Only allow UPDATE and DELETE that uses keys."
206
#: ../client/drizzle.cc:1397
245
#: ../client/drizzle.cc:1398
207
246
msgid "Synonym for option --safe-updates, -U."
210
#: ../client/drizzle.cc:1399
249
#: ../client/drizzle.cc:1400
211
250
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
214
#: ../client/drizzle.cc:1400 ../drizzled/drizzled.cc:1158
253
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2425
254
#: ../drizzled/drizzled.cc:1158
215
255
msgid "Output version information and exit."
218
#: ../client/drizzle.cc:1402
258
#: ../client/drizzle.cc:1403
219
259
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
222
#: ../client/drizzle.cc:1406
262
#: ../client/drizzle.cc:1407
223
263
msgid "Number of lines before each import progress report."
226
#: ../client/drizzle.cc:1408
266
#: ../client/drizzle.cc:1409
227
267
msgid "Ping the server to check if it's alive."
230
#: ../client/drizzle.cc:1410
270
#: ../client/drizzle.cc:1411
231
271
msgid "Configuration file defaults are not used if no-defaults is set"
234
#: ../client/drizzle.cc:1416
274
#: ../client/drizzle.cc:1414 ../client/drizzledump.cc:2434
275
msgid "Options specific to the drizzle client"
278
#: ../client/drizzle.cc:1417
236
280
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
237
281
"and field completion, but startup and reconnecting may take a longer time. "
238
282
"Disable with --disable-auto-rehash."
241
#: ../client/drizzle.cc:1417
285
#: ../client/drizzle.cc:1418
243
287
"No automatic rehashing. One has to use 'rehash' to get table and field "
244
288
"completion. This gives a quicker start of drizzle_st and disables rehashing "
245
289
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
248
#: ../client/drizzle.cc:1419
292
#: ../client/drizzle.cc:1420
250
294
"Automatically switch to vertical output mode if the result is wider than the "
251
295
"terminal width."
254
#: ../client/drizzle.cc:1421
298
#: ../client/drizzle.cc:1422
255
299
msgid "Database to use."
256
300
msgstr "사용할 데이터베이스"
258
#: ../client/drizzle.cc:1423
302
#: ../client/drizzle.cc:1424
259
303
msgid "(not used)"
262
#: ../client/drizzle.cc:1425
306
#: ../client/drizzle.cc:1426
263
307
msgid "Delimiter to be used."
266
#: ../client/drizzle.cc:1427
310
#: ../client/drizzle.cc:1428
267
311
msgid "Execute command and quit. (Disables --force and history file)"
270
#: ../client/drizzle.cc:1429
314
#: ../client/drizzle.cc:1430
271
315
msgid "Enable/disable LOAD DATA LOCAL INFILE."
274
#: ../client/drizzle.cc:1431
318
#: ../client/drizzle.cc:1432
275
319
msgid "Flush buffer after each query."
278
#: ../client/drizzle.cc:1433
322
#: ../client/drizzle.cc:1434
279
323
msgid "Ignore SIGINT (CTRL-C)"
280
324
msgstr "SIGINT (CTRL-C) 무시"
282
#: ../client/drizzle.cc:1435
326
#: ../client/drizzle.cc:1436
284
328
"Only update the default database. This is useful for skipping updates to "
285
329
"other database in the update log."
288
#: ../client/drizzle.cc:1437
332
#: ../client/drizzle.cc:1438
290
334
"Pager to use to display results. If you don't supply an option the default "
291
335
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
297
#: ../client/drizzle.cc:1439
341
#: ../client/drizzle.cc:1440
299
343
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
300
344
msgstr "호출을 끄고, 표준 출력 합니다."
302
#: ../client/drizzle.cc:1441
346
#: ../client/drizzle.cc:1442
303
347
msgid "Set the drizzle prompt to this value."
304
348
msgstr "Drizzle 프롬프트를 이 값으로 설정"
306
#: ../client/drizzle.cc:1443
350
#: ../client/drizzle.cc:1444
308
352
"Don't cache result, print it row by row. This may slow down the server if "
309
353
"the output is suspended. Doesn't use history file."
312
#: ../client/drizzle.cc:1445
356
#: ../client/drizzle.cc:1446
313
357
msgid "Write fields without conversion. Used with --batch."
316
#: ../client/drizzle.cc:1447
360
#: ../client/drizzle.cc:1448
318
362
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
319
363
"option is enabled by default."
322
#: ../client/drizzle.cc:1449
366
#: ../client/drizzle.cc:1450
323
367
msgid "Shutdown the server"
326
#: ../client/drizzle.cc:1450
370
#: ../client/drizzle.cc:1451
328
372
"Be more silent. Print results with a tab as separator, each row on new line."
331
#: ../client/drizzle.cc:1452
375
#: ../client/drizzle.cc:1453
333
377
"Append everything into outfile. See interactive help (\\h) also. Does not "
334
378
"work in batch mode. Disable with --disable-tee. This option is disabled by "
338
#: ../client/drizzle.cc:1454
382
#: ../client/drizzle.cc:1455
339
383
msgid "Disable outfile. See interactive help (\\h) also."
342
#: ../client/drizzle.cc:1455
386
#: ../client/drizzle.cc:1456
343
387
msgid "Wait and retry if connection is down."
346
#: ../client/drizzle.cc:1457
390
#: ../client/drizzle.cc:1458
347
391
msgid "Number of seconds before connection timeout."
350
#: ../client/drizzle.cc:1459
394
#: ../client/drizzle.cc:1460
351
395
msgid "Max length of input line"
354
#: ../client/drizzle.cc:1461
398
#: ../client/drizzle.cc:1462
355
399
msgid "Automatic limit for SELECT when using --safe-updates"
358
#: ../client/drizzle.cc:1463
402
#: ../client/drizzle.cc:1464
359
403
msgid "Automatic limit for rows in a join when using --safe-updates"
362
#: ../client/drizzle.cc:1469 ../client/drizzledump.cc:2564
363
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:928
364
#: ../client/drizzletest.cc:5456
406
#: ../client/drizzle.cc:1467 ../client/drizzledump.cc:2499
407
msgid "Options specific to the client"
410
#: ../client/drizzle.cc:1470 ../client/drizzledump.cc:2504
411
#: ../client/drizzleimport.cc:404 ../client/drizzleslap.cc:929
412
#: ../client/drizzletest.cc:5457
365
413
msgid "Use MySQL Protocol."
368
#: ../client/drizzle.cc:1471
416
#: ../client/drizzle.cc:1472
370
418
msgid "Connect to host"
373
#: ../client/drizzle.cc:1473
421
#: ../client/drizzle.cc:1474
375
423
"Password to use when connecting to server. If password is not given it's "
376
424
"asked from the tty."
379
#: ../client/drizzle.cc:1475
427
#: ../client/drizzle.cc:1476
381
429
"Port number to use for connection or 0 for default to, in order of "
382
430
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
385
#: ../client/drizzle.cc:1477
433
#: ../client/drizzle.cc:1478 ../client/drizzledump.cc:2510
386
434
msgid "User for login if not current user."
389
#: ../client/drizzle.cc:1479
437
#: ../client/drizzle.cc:1480 ../client/drizzledump.cc:2512
390
438
msgid "The protocol of connection (tcp,socket,pipe,memory)."
393
#: ../client/drizzle.cc:1529 ../client/drizzle.cc:1536
441
#: ../client/drizzle.cc:1483 ../client/drizzledump.cc:2524
442
msgid "Allowed Options"
445
#: ../client/drizzle.cc:1530 ../client/drizzle.cc:1537
395
447
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
398
#: ../client/drizzle.cc:1587
450
#: ../client/drizzle.cc:1588 ../client/drizzle.cc:3849
399
451
msgid "DELIMITER cannot contain a backslash character"
402
#: ../client/drizzle.cc:1664
454
#: ../client/drizzle.cc:1665
404
456
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
407
#: ../client/drizzle.cc:1709 ../client/drizzle.cc:1719
408
#: ../client/drizzle.cc:4089
459
#: ../client/drizzle.cc:1711 ../client/drizzle.cc:4093
410
msgid "drizzle Ver %s Distrib %s, for %s-%s (%s) using readline %s\n"
461
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
413
#: ../client/drizzle.cc:1723
464
#: ../client/drizzle.cc:1717
416
467
"Copyright (C) 2008 Sun Microsystems\n"
418
469
"and you are welcome to modify and redistribute it under the GPL license\n"
421
#: ../client/drizzle.cc:1728
472
#: ../client/drizzle.cc:1722
423
474
msgid "Usage: drizzle [OPTIONS] [database]\n"
426
#: ../client/drizzle.cc:1779
427
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
477
#: ../client/drizzle.cc:1776
479
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
430
#: ../client/drizzle.cc:1788
482
#: ../client/drizzle.cc:1785
433
485
"Your Drizzle connection id is %u\n"
434
486
"Server version: %s\n"
437
#: ../client/drizzle.cc:1820
489
#: ../client/drizzle.cc:1817
439
491
msgid "Reading history-file %s\n"
442
#: ../client/drizzle.cc:1824
494
#: ../client/drizzle.cc:1821
444
496
msgid "Couldn't allocate memory for temp histfile!\n"
447
#: ../client/drizzle.cc:1831
499
#: ../client/drizzle.cc:1828
448
500
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
451
#: ../client/drizzle.cc:1854
503
#: ../client/drizzle.cc:1838
507
#: ../client/drizzle.cc:1851
453
509
msgid "Writing history-file %s\n"
456
#: ../client/drizzle.cc:1862
512
#: ../client/drizzle.cc:1859
460
#: ../client/drizzle.cc:1862
516
#: ../client/drizzle.cc:1859
464
#: ../client/drizzle.cc:1914
520
#: ../client/drizzle.cc:1911
465
521
msgid "Query aborted by Ctrl+C\n"
468
#: ../client/drizzle.cc:1998
524
#: ../client/drizzle.cc:1995
470
526
msgid "Processing line: %<PRIu32>\n"
473
#: ../client/drizzle.cc:2216
529
#: ../client/drizzle.cc:2213
474
530
msgid "Unknown command: "
477
#: ../client/drizzle.cc:2630
533
#: ../client/drizzle.cc:2627
479
535
"Reading table information for completion of table and column names\n"
480
536
"You can turn off this feature to get a quicker startup with -A\n"
484
#: ../client/drizzle.cc:2696
540
#: ../client/drizzle.cc:2693
485
541
msgid "No connection. Trying to reconnect..."
488
#: ../client/drizzle.cc:2702
544
#: ../client/drizzle.cc:2699
489
545
msgid "Can't connect to the server\n"
492
#: ../client/drizzle.cc:2780
548
#: ../client/drizzle.cc:2779
493
549
msgid "List of all Drizzle commands:"
496
#: ../client/drizzle.cc:2782
497
msgid "Note that all text commands must be first on line and end with ';'"
552
#: ../client/drizzle.cc:2783
555
"Note that all text commands must be first on line and end with '%s' or \\g"
500
#: ../client/drizzle.cc:2837
558
#: ../client/drizzle.cc:2841
501
559
msgid "No query specified\n"
504
#: ../client/drizzle.cc:2852
562
#: ../client/drizzle.cc:2856
505
563
msgid "Ignoring query to other database"
508
#: ../client/drizzle.cc:2902
566
#: ../client/drizzle.cc:2906
509
567
msgid "Empty set"
512
#: ../client/drizzle.cc:2915
570
#: ../client/drizzle.cc:2919
514
572
msgid "%ld row in set"
515
573
msgid_plural "%ld rows in set"
519
#: ../client/drizzle.cc:2924
577
#: ../client/drizzle.cc:2928
523
#: ../client/drizzle.cc:2926
581
#: ../client/drizzle.cc:2930
525
583
msgid "Query OK, %ld row affected"
526
584
msgid_plural "Query OK, %ld rows affected"
530
#: ../client/drizzledump.cc:212
588
#: ../client/drizzle.cc:3002
589
msgid "popen() failed! defaulting PAGER to stdout!\n"
592
#: ../client/drizzle.cc:3024
594
msgid "Error logging to file '%s'\n"
597
#: ../client/drizzle.cc:3029
599
msgid "Logging to file '%s'\n"
602
#: ../client/drizzle.cc:3113
611
"Collation: %s (%u)\n"
619
#: ../client/drizzle.cc:3580
621
msgid "No previous outfile available, you must give a filename!\n"
624
#: ../client/drizzle.cc:3585
626
msgid "Currently logging to file '%s'\n"
629
#: ../client/drizzle.cc:3605
631
msgid "No outfile specified!\n"
634
#: ../client/drizzle.cc:3618
635
msgid "Outfile disabled.\n"
638
#: ../client/drizzle.cc:3645
640
msgid "Default pager wasn't set, using stdout.\n"
641
msgstr "호출을 끄고, 표준 출력 합니다."
643
#: ../client/drizzle.cc:3665
645
msgid "PAGER set to '%s'\n"
648
#: ../client/drizzle.cc:3676
649
msgid "PAGER set to stdout\n"
652
#: ../client/drizzle.cc:3759
654
msgid "Connection id: %u"
657
#: ../client/drizzle.cc:3761
659
msgid "Current database: %.128s\n"
662
#: ../client/drizzle.cc:3762
667
#: ../client/drizzle.cc:3782
668
msgid "Usage: \\. <filename> | source <filename>"
671
#: ../client/drizzle.cc:3797
673
msgid "Failed to open file '%s', error: %d"
676
#: ../client/drizzle.cc:3805
677
msgid "Can't initialize LineBuffer"
680
#: ../client/drizzle.cc:3841
681
msgid "DELIMITER must be followed by a 'delimiter' character or string"
684
#: ../client/drizzle.cc:3874
685
msgid "USE must be followed by a database name"
688
#: ../client/drizzle.cc:3942
690
msgid "Database changed"
693
#: ../client/drizzle.cc:3950
694
msgid "Show warnings enabled."
697
#: ../client/drizzle.cc:3958
698
msgid "Show warnings disabled."
701
#: ../client/drizzle.cc:4100
705
"Connection id:\t\t%lu\n"
708
#: ../client/drizzle.cc:4112
710
msgid "Current database:\t%s\n"
713
#: ../client/drizzle.cc:4113
715
msgid "Current user:\t\t%s\n"
718
#: ../client/drizzle.cc:4119
719
msgid "SSL:\t\t\tNot in use"
722
#: ../client/drizzle.cc:4124
728
#: ../client/drizzle.cc:4131
731
"All updates ignored to this database\n"
734
#: ../client/drizzle.cc:4134
736
msgid "Current pager:\t\t%s\n"
739
#: ../client/drizzle.cc:4135
741
msgid "Using outfile:\t\t'%s'\n"
744
#: ../client/drizzle.cc:4136
746
msgid "Using delimiter:\t%s\n"
749
#: ../client/drizzle.cc:4137
751
msgid "Server version:\t\t%s\n"
754
#: ../client/drizzle.cc:4138
756
msgid "Protocol version:\t%d\n"
759
#: ../client/drizzle.cc:4139
761
msgid "Connection:\t\t%s\n"
764
#: ../client/drizzle.cc:4146
766
msgid "UNIX socket:\t\t%s\n"
769
#: ../client/drizzle.cc:4148
771
msgid "TCP port:\t\t%d\n"
774
#: ../client/drizzle.cc:4153
777
"Note that you are running in safe_update_mode:\n"
780
#: ../client/drizzle.cc:4155
783
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
785
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
787
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
788
" Max number of examined row combination in a join is set to: %"
793
#: ../client/drizzle.cc:4217 ../drizzled/option.cc:339
798
#: ../client/drizzle.cc:4260
800
msgid "ERROR %d (%s): "
803
#: ../client/drizzle.cc:4262
808
#: ../client/drizzle.cc:4265
812
#: ../client/drizzle.cc:4398
816
#: ../client/drizzle.cc:4400
820
#: ../client/drizzle.cc:4406
824
#: ../client/drizzle.cc:4412
828
#: ../client/drizzle.cc:4513
832
#: ../client/drizzle.cc:4633
834
msgid "Returning to default PROMPT of %s\n"
837
#: ../client/drizzle.cc:4638
838
msgid "Memory allocation error. Not changing prompt\n"
841
#: ../client/drizzle.cc:4643
843
msgid "PROMPT set to '%s'\n"
846
#: ../client/drizzledump.cc:198
532
848
msgid "Got errno %d on write"
535
#: ../client/drizzledump.cc:296
851
#: ../client/drizzledump.cc:282
537
853
msgid "%s: You must use option --tab with --fields-...\n"
540
#: ../client/drizzledump.cc:302
856
#: ../client/drizzledump.cc:288
543
859
"%s: You can't use --single-transaction and --lock-all-tables at the same "
547
#: ../client/drizzledump.cc:308
863
#: ../client/drizzledump.cc:294
550
866
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
554
#: ../client/drizzledump.cc:314
870
#: ../client/drizzledump.cc:300
556
872
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
559
#: ../client/drizzledump.cc:333
875
#: ../client/drizzledump.cc:319
561
877
msgid "Got error: %s (%d) %s"
564
#: ../client/drizzledump.cc:340
880
#: ../client/drizzledump.cc:326
566
882
msgid "Got error: %d %s"
569
#: ../client/drizzledump.cc:438 ../client/drizzledump.cc:445
570
#: ../client/drizzledump.cc:458
885
#: ../client/drizzledump.cc:424 ../client/drizzledump.cc:431
886
#: ../client/drizzledump.cc:444
572
888
msgid "Couldn't execute '%s': %s (%d)"
575
#: ../client/drizzledump.cc:518
891
#: ../client/drizzledump.cc:504
577
893
msgid "-- Connecting to %s...\n"
580
#: ../client/drizzledump.cc:541
896
#: ../client/drizzledump.cc:527
582
898
msgid "-- Disconnecting from %s...\n"
585
#: ../client/drizzledump.cc:552
901
#: ../client/drizzledump.cc:538
586
902
msgid "Couldn't allocate memory"
589
#: ../client/drizzledump.cc:896
905
#: ../client/drizzledump.cc:882
592
908
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
596
#: ../client/drizzledump.cc:910
912
#: ../client/drizzledump.cc:896
598
914
msgid "-- Retrieving table structure for table %s...\n"
601
#: ../client/drizzledump.cc:1024
917
#: ../client/drizzledump.cc:1010
603
919
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
606
#: ../client/drizzledump.cc:1131
922
#: ../client/drizzledump.cc:1117
608
924
msgid "%s: Can't get keys for table %s\n"
611
#: ../client/drizzledump.cc:1209 ../client/drizzledump.cc:2303
927
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
613
929
msgid "Error: Couldn't read status information for table %s\n"
616
#: ../client/drizzledump.cc:1353
932
#: ../client/drizzledump.cc:1339
618
934
msgid "Error retrieving table structure for table: \"%s\""
621
#: ../client/drizzledump.cc:1360
937
#: ../client/drizzledump.cc:1346
623
939
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
626
#: ../client/drizzledump.cc:1371
942
#: ../client/drizzledump.cc:1357
628
944
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
631
#: ../client/drizzledump.cc:1378
947
#: ../client/drizzledump.cc:1364
633
949
msgid "-- Skipping dump data for table '%s', it has no fields\n"
636
#: ../client/drizzledump.cc:1386
952
#: ../client/drizzledump.cc:1372
637
953
msgid "-- Sending SELECT query...\n"
640
#: ../client/drizzledump.cc:1440 ../client/drizzledump.cc:1929
956
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
641
957
msgid "when executing 'SELECT INTO OUTFILE'"
644
#: ../client/drizzledump.cc:1451
960
#: ../client/drizzledump.cc:1437
653
#: ../client/drizzledump.cc:1492
969
#: ../client/drizzledump.cc:1478
654
970
msgid "-- Retrieving rows...\n"
657
#: ../client/drizzledump.cc:1495
973
#: ../client/drizzledump.cc:1481
659
975
msgid "%s: Error in field count for table: %s ! Aborting.\n"
662
#: ../client/drizzledump.cc:1539
978
#: ../client/drizzledump.cc:1525
664
980
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
667
#: ../client/drizzledump.cc:1556
983
#: ../client/drizzledump.cc:1542
669
985
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
672
#: ../client/drizzledump.cc:1578
988
#: ../client/drizzledump.cc:1564
674
990
msgid "Not enough fields from table %s! Aborting.\n"
677
#: ../client/drizzledump.cc:1993 ../client/drizzledump.cc:2109
993
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
678
994
msgid "when doing refresh"
681
#: ../client/drizzledump.cc:2080
997
#: ../client/drizzledump.cc:2066
682
998
msgid "alloc_root failure."
685
#: ../client/drizzledump.cc:2096
1001
#: ../client/drizzledump.cc:2082
687
1003
msgid "Couldn't find table: \"%s\""
690
#: ../client/drizzledump.cc:2374 ../client/drizzledump.cc:2381
691
#: ../client/drizzledump.cc:2391
1006
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1007
#: ../client/drizzledump.cc:2336
694
1010
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
697
#: ../client/drizzledump.cc:2423
1013
#: ../client/drizzledump.cc:2368
699
1015
msgid "Error: Not enough memory to store ORDER BY clause\n"
702
#: ../client/drizzledump.cc:2480
1018
#: ../client/drizzledump.cc:2399
1020
"Dump all the databases. This will be same as --databases with all databases "
1024
#: ../client/drizzledump.cc:2401
1025
msgid "Dump all the tablespaces."
1028
#: ../client/drizzledump.cc:2403
1029
msgid "Use complete insert statements."
1032
#: ../client/drizzledump.cc:2407
1034
"Flush logs file in server before starting dump. Note that if you dump many "
1035
"databases at once (using the option --databases= or --all-databases), the "
1036
"logs will be flushed for each database dumped. The exception is when using --"
1037
"lock-all-tables in this case the logs will be flushed only once, "
1038
"corresponding to the moment all tables are locked. So if you want your dump "
1039
"and the log flush to happen at the same exact moment you should use --lock-"
1040
"all-tables or --flush-logs"
1043
#: ../client/drizzledump.cc:2409
1044
msgid "Continue even if we get an sql-error."
1047
#: ../client/drizzledump.cc:2410
1049
msgid "Display this help message and exit."
1050
msgstr "이 도움말을 표시합니다."
1052
#: ../client/drizzledump.cc:2412
1054
"Locks all tables across all databases. This is achieved by taking a global "
1055
"read lock for the duration of the whole dump. Automatically turns --single-"
1056
"transaction and --lock-tables off."
1059
#: ../client/drizzledump.cc:2414
1061
"Sorts each table's rows by primary key, or first unique key, if such a key "
1062
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1063
"table, but will make the dump itself take considerably longer."
1066
#: ../client/drizzledump.cc:2416
1068
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1069
"Works ONLY for tables stored in storage engines which support "
1070
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1071
"be consistent for other storage engines. While a --single-transaction dump "
1072
"is in process, to ensure a valid dump file (correct table contents), no "
1073
"other connection should use the following statements: ALTER TABLE, DROP "
1074
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1075
"from them. Option automatically turns off --lock-tables."
1078
#: ../client/drizzledump.cc:2417
1080
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1081
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1082
"default, disable with --skip-opt."
1085
#: ../client/drizzledump.cc:2419
1087
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1088
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1091
#: ../client/drizzledump.cc:2420
1092
msgid "Overrides option --databases (-B)."
1095
#: ../client/drizzledump.cc:2422
703
1096
msgid "Number of rows before each output progress report (requires --verbose)."
706
#: ../client/drizzledump.cc:2633 ../client/drizzledump.cc:2720
1099
#: ../client/drizzledump.cc:2424
1100
msgid "Print info about the various stages."
1103
#: ../client/drizzledump.cc:2426
1104
msgid "Dump a database as well formed XML."
1107
#: ../client/drizzledump.cc:2427
1108
msgid "Turn off Comments"
1111
#: ../client/drizzledump.cc:2428
1112
msgid "Turn off create-options"
1115
#: ../client/drizzledump.cc:2429
1116
msgid "Turn off extended-insert"
1119
#: ../client/drizzledump.cc:2430
1120
msgid "Turn off dump-date"
1123
#: ../client/drizzledump.cc:2431
1124
msgid "Do not read from the configuration files"
1127
#: ../client/drizzledump.cc:2437
1128
msgid "Add a 'DROP DATABASE' before each create."
1131
#: ../client/drizzledump.cc:2439
1132
msgid "Add a 'drop table' before each create."
1135
#: ../client/drizzledump.cc:2441
1136
msgid "Allow creation of column names that are keywords."
1139
#: ../client/drizzledump.cc:2443
1140
msgid "Write additional information."
1143
#: ../client/drizzledump.cc:2445
1145
"Give less verbose output (useful for debugging). Disables structure comments "
1146
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1147
"set-names --skip-disable-keys --skip-add-locks"
1150
#: ../client/drizzledump.cc:2447
1151
msgid "Include all DRIZZLE specific create options."
1154
#: ../client/drizzledump.cc:2449
1155
msgid "Put a dump date to the end of the output."
1158
#: ../client/drizzledump.cc:2451
1160
"To dump several databases. Note the difference in usage; In this case no "
1161
"tables are given. All name arguments are regarded as databasenames. 'USE "
1162
"db_name;' will be included in the output."
1165
#: ../client/drizzledump.cc:2453
1166
msgid "Insert rows with INSERT DELAYED;"
1169
#: ../client/drizzledump.cc:2455
1171
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1172
"will be put in the output."
1175
#: ../client/drizzledump.cc:2457
1176
msgid "Allows utilization of the new, much faster INSERT syntax."
1179
#: ../client/drizzledump.cc:2459
1180
msgid "Fields in the textfile are terminated by ..."
1183
#: ../client/drizzledump.cc:2461
1184
msgid "Fields in the importfile are enclosed by ..."
1187
#: ../client/drizzledump.cc:2463
1188
msgid "Fields in the i.file are opt. enclosed by ..."
1191
#: ../client/drizzledump.cc:2465
1192
msgid "Fields in the i.file are escaped by ..."
1195
#: ../client/drizzledump.cc:2469
1197
"Do not dump the specified table. To specify more than one table to ignore, "
1198
"use the directive multiple times, once for each table. Each table must be "
1199
"specified with both database and table names, e.g. --ignore-table=database."
1203
#: ../client/drizzledump.cc:2471
1204
msgid "Insert rows with INSERT IGNORE."
1207
#: ../client/drizzledump.cc:2473
1208
msgid "Lines in the i.file are terminated by ..."
1211
#: ../client/drizzledump.cc:2475
1212
msgid "Wrap tables with autocommit/commit statements."
1215
#: ../client/drizzledump.cc:2477
1217
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1218
"above line will be added otherwise, if --databases or --all-databases option "
1222
#: ../client/drizzledump.cc:2479
1223
msgid "Don't write table creation info."
1226
#: ../client/drizzledump.cc:2481
1227
msgid "No row information."
1230
#: ../client/drizzledump.cc:2482
1231
msgid "Deprecated. Use --skip-set-charset instead."
1234
#: ../client/drizzledump.cc:2484
1235
msgid "Enable set-name"
1238
#: ../client/drizzledump.cc:2486
1239
msgid "Don't buffer query, dump directly to stdout."
1242
#: ../client/drizzledump.cc:2488
1243
msgid "Quote table and column names with backticks (`)."
1246
#: ../client/drizzledump.cc:2490
1247
msgid "Use REPLACE INTO instead of INSERT INTO."
1250
#: ../client/drizzledump.cc:2492
1252
"Direct output to a given file. This option should be used in MSDOS, because "
1253
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1257
#: ../client/drizzledump.cc:2494
1259
"Creates tab separated textfile for each table to given path. (creates .sql "
1260
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1261
"machine as the drizzled daemon."
1264
#: ../client/drizzledump.cc:2496
1265
msgid "Dump only selected records; QUOTES mandatory!"
1268
#: ../client/drizzledump.cc:2502
1270
msgid "Connect to host."
1273
#: ../client/drizzledump.cc:2506
1275
"Password to use when connecting to server. If password is not given it's "
1276
"solicited on the tty."
1279
#: ../client/drizzledump.cc:2508
1280
msgid "Port number to use for connection."
1283
#: ../client/drizzledump.cc:2515
1284
msgid "Hidden Options"
1287
#: ../client/drizzledump.cc:2517
1288
msgid "Used to select the database"
1291
#: ../client/drizzledump.cc:2518
1292
msgid "Used to select the tables"
1295
#: ../client/drizzledump.cc:2521
1296
msgid "Allowed Options + Hidden Options"
1299
#: ../client/drizzledump.cc:2573
1301
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1304
#: ../client/drizzledump.cc:2578
1306
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1307
"and you are welcome to modify and redistribute it under the GPL license\n"
1310
#: ../client/drizzledump.cc:2579
1311
msgid "Dumps definitions and data from a Drizzle database server"
1314
#: ../client/drizzledump.cc:2580
708
1316
msgid "Usage: %s [OPTIONS] database [tables]\n"
711
#: ../client/drizzledump.cc:2634 ../client/drizzledump.cc:2721
1319
#: ../client/drizzledump.cc:2581
713
1321
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
716
#: ../client/drizzledump.cc:2636 ../client/drizzledump.cc:2723
1324
#: ../client/drizzledump.cc:2583
718
1326
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
721
#: ../client/drizzledump.cc:2648 ../client/drizzleimport.cc:459
722
#: ../client/drizzleslap.cc:1001 ../client/drizzletest.cc:5596
1329
#: ../client/drizzledump.cc:2599 ../client/drizzleimport.cc:459
1330
#: ../client/drizzleslap.cc:1002 ../client/drizzletest.cc:5597
724
1332
msgid "Value supplied for port is not valid.\n"
4714
5302
msgid "error: could not open directory: %s\n"
4717
#: ../drizzled/main.cc:152
5305
#: ../drizzled/main.cc:150
4719
5307
"setrlimit could not change the size of core files to 'infinity'; We may not "
4720
5308
"be able to generate a core file on signals"
4723
#: ../drizzled/main.cc:250
5311
#: ../drizzled/main.cc:251
4725
5313
msgid "Data directory %s does not exist\n"
4728
#: ../drizzled/message/transaction_reader.cc:120
5316
#: ../drizzled/message/transaction_reader.cc:175
4730
5318
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
4733
#: ../drizzled/message/transaction_reader.cc:129
5321
#: ../drizzled/message/transaction_reader.cc:184
4734
5322
#: ../drizzled/message/transaction_writer.cc:371
4736
5324
msgid "Cannot open file: %s\n"
4739
#: ../drizzled/message/transaction_reader.cc:162
5327
#: ../drizzled/message/transaction_reader.cc:217
4741
5329
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4744
#: ../drizzled/message/transaction_reader.cc:168
4745
#: ../plugin/transaction_log/transaction_log_reader.cc:117
5332
#: ../drizzled/message/transaction_reader.cc:223
5333
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4747
5335
msgid "Attempted to read record bigger than INT_MAX\n"
4750
#: ../drizzled/message/transaction_reader.cc:188
4751
#: ../plugin/transaction_log/transaction_log_reader.cc:137
5338
#: ../drizzled/message/transaction_reader.cc:243
5339
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4753
5341
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4756
#: ../drizzled/message/transaction_reader.cc:199
4757
#: ../plugin/transaction_log/hexdump_transaction_message.cc:144
4758
#: ../plugin/transaction_log/print_transaction_message.cc:142
4759
#: ../plugin/transaction_log/transaction_log_reader.cc:148
5344
#: ../drizzled/message/transaction_reader.cc:256
5345
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
5346
#: ../plugin/transaction_log/print_transaction_message.cc:147
5347
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4761
5349
msgid "Could not read transaction message.\n"
4764
#: ../drizzled/message/transaction_reader.cc:200
4765
#: ../plugin/transaction_log/hexdump_transaction_message.cc:145
4766
#: ../plugin/transaction_log/print_transaction_message.cc:143
4767
#: ../plugin/transaction_log/transaction_log_reader.cc:149
5352
#: ../drizzled/message/transaction_reader.cc:257
5353
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
5354
#: ../plugin/transaction_log/print_transaction_message.cc:148
5355
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4769
5357
msgid "GPB ERROR: %s.\n"
4772
#: ../drizzled/message/transaction_reader.cc:204
4773
#: ../drizzled/message/transaction_reader.cc:217
5360
#: ../drizzled/message/transaction_reader.cc:261
5361
#: ../drizzled/message/transaction_reader.cc:274
4801
5389
"the current running version of Drizzle: %<PRIu64>."
4804
#: ../drizzled/module/loader.cc:275
5392
#: ../drizzled/module/loader.cc:271
4807
5395
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
4808
5396
"registered.\n"
4811
#: ../drizzled/module/loader.cc:354
5399
#: ../drizzled/module/loader.cc:350
4813
5401
msgid "Plugin '%s' init function returned error.\n"
4816
#: ../drizzled/module/loader.cc:532
5404
#: ../drizzled/module/loader.cc:514
4818
5406
msgid "Couldn't load plugin library named '%s'.\n"
4821
#: ../drizzled/module/loader.cc:542
5409
#: ../drizzled/module/loader.cc:524
4823
5411
msgid "Couldn't load plugin named '%s'.\n"
4826
#: ../drizzled/module/loader.cc:771
5414
#: ../drizzled/module/loader.cc:751
4827
5415
msgid "Out of memory."
4830
#: ../drizzled/module/loader.cc:1483 ../drizzled/module/loader.cc:1534
5418
#: ../drizzled/module/loader.cc:1457 ../drizzled/module/loader.cc:1508
4832
5420
msgid "Unknown variable type code 0x%x in plugin '%s'."
4835
#: ../drizzled/module/loader.cc:1526
5423
#: ../drizzled/module/loader.cc:1500
4838
5426
"Server variable %s of plugin %s was forced to be read-only: string variable "
4839
5427
"without update_func and PLUGIN_VAR_MEMALLOC flag"
4842
#: ../drizzled/module/loader.cc:1545
5430
#: ../drizzled/module/loader.cc:1519
4844
5432
msgid "Missing variable name in plugin '%s'."
4847
#: ../drizzled/module/loader.cc:1562
5435
#: ../drizzled/module/loader.cc:1536
4849
5437
msgid "Thread local variable '%s' not allocated in plugin '%s'."
4852
#: ../drizzled/module/loader.cc:1684
5440
#: ../drizzled/module/loader.cc:1658
4854
5442
msgid "Out of memory for plugin '%s'."
4857
#: ../drizzled/module/loader.cc:1693
5445
#: ../drizzled/module/loader.cc:1667
4859
5447
msgid "Bad options for plugin '%s'."
4862
#: ../drizzled/module/loader.cc:1706
5450
#: ../drizzled/module/loader.cc:1680
4864
5452
msgid "Parsing options for plugin '%s' failed."
4867
#: ../drizzled/module/loader.cc:1759
5455
#: ../drizzled/module/loader.cc:1733
4869
5457
msgid "Plugin '%s' has conflicting system variables"
4872
#: ../drizzled/module/registry.h:102
5460
#: ../drizzled/module/registry.h:103
4874
5462
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
4877
#: ../drizzled/module/registry.h:111
5465
#: ../drizzled/module/registry.h:112
4879
5467
msgid "Fatal error: Failed initializing %s plugin.\n"
5203
#: ../drizzled/signal_handler.cc:122
5762
#: ../drizzled/signal_handler.cc:148
5206
5765
"It is possible that drizzled could use up to \n"
5207
"key_buffer_size + (read_buffer_size + sort_buffer_size)*thread_count\n"
5766
"(read_buffer_size + sort_buffer_size)*thread_count\n"
5208
5767
"bytes of memory\n"
5209
5768
"Hope that's ok; if not, decrease some variables in the equation.\n"
5213
#: ../drizzled/signal_handler.cc:135
5216
"Attempting backtrace. You can use the following information to find out\n"
5217
"where drizzled died. If you see no messages after this, something went\n"
5218
"terribly wrong...\n"
5221
#: ../drizzled/signal_handler.cc:163
5224
"Trying to get some variables.\n"
5225
"Some pointers may be invalid and cause the dump to abort...\n"
5228
#: ../drizzled/signal_handler.cc:174
5232
"This crash occurred while the server was calling initgroups(). This is\n"
5233
"often due to the use of a drizzled that is statically linked against glibc\n"
5234
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
5235
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
5236
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
5237
"drizzled that is not statically linked.\n"
5240
#: ../drizzled/signal_handler.cc:188
5244
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
5245
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
5246
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
5247
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
5248
"the documentation for your distribution on how to do that.\n"
5251
#: ../drizzled/signal_handler.cc:201
5253
msgid "Writing a core file\n"
5256
#: ../drizzled/sql_base.cc:1527
5772
#: ../drizzled/sql_base.cc:1521
5258
5774
msgid "Table %s had a open data Cursor in reopen_table"
5261
#: ../drizzled/sql_table.cc:1972
5777
#: ../drizzled/sql_table.cc:1957
5263
5779
msgid "Unknown - internal error %d during operation"
5266
#: ../drizzled/statement/alter_table.cc:1429
5782
#: ../drizzled/statement/alter_table.cc:1486
5269
5785
"order_st BY ignored because there is a user-defined clustered index in the "
5270
5786
"table '%-.192s'"
5273
#: ../drizzled/table.cc:1971
5789
#: ../drizzled/table.cc:1965
5275
5791
msgid "Got error %d when reading table '%s'"
5383
5899
msgid "Default database to use."
5384
5900
msgstr "사용할 데이터베이스"
5386
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:830
5387
#: ../plugin/mysql_protocol/mysql_protocol.cc:905
5902
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:826
5903
#: ../plugin/mysql_protocol/mysql_protocol.cc:900
5388
5904
msgid "Invalid value of port\n"
5391
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:839
5392
#: ../plugin/mysql_protocol/mysql_protocol.cc:914
5907
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:835
5908
#: ../plugin/mysql_protocol/mysql_protocol.cc:909
5393
5909
msgid "Invalid value for connect_timeout\n"
5396
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:848
5397
#: ../plugin/mysql_protocol/mysql_protocol.cc:923
5912
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:844
5913
#: ../plugin/mysql_protocol/mysql_protocol.cc:918
5398
5914
msgid "Invalid value for read_timeout\n"
5401
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:857
5402
#: ../plugin/mysql_protocol/mysql_protocol.cc:932
5917
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:853
5918
#: ../plugin/mysql_protocol/mysql_protocol.cc:927
5403
5919
msgid "Invalid value for write_timeout\n"
5406
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:866
5922
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:862
5407
5923
msgid "Invalid value for retry_count\n"
5410
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:875
5411
#: ../plugin/mysql_protocol/mysql_protocol.cc:950
5926
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:871
5927
#: ../plugin/mysql_protocol/mysql_protocol.cc:945
5412
5928
msgid "Invalid value for buffer_length\n"
5415
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:895
5416
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:919
5931
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:891
5932
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:915
5418
5934
"Port number to use for connection or 0 for default to, in order of "
5419
5935
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
5422
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:901
5423
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
5424
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5425
#: ../plugin/mysql_protocol/mysql_protocol.cc:1001
5938
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:897
5939
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:921
5940
#: ../plugin/mysql_protocol/mysql_protocol.cc:974
5941
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
5426
5942
msgid "Connect Timeout."
5429
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5430
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:928
5431
#: ../plugin/mysql_protocol/mysql_protocol.cc:982
5432
#: ../plugin/mysql_protocol/mysql_protocol.cc:1004
5945
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:900
5946
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:924
5947
#: ../plugin/mysql_protocol/mysql_protocol.cc:977
5948
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
5433
5949
msgid "Read Timeout."
5436
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5437
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
5438
#: ../plugin/mysql_protocol/mysql_protocol.cc:984
5439
#: ../plugin/mysql_protocol/mysql_protocol.cc:1007
5952
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:902
5953
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:927
5954
#: ../plugin/mysql_protocol/mysql_protocol.cc:979
5955
#: ../plugin/mysql_protocol/mysql_protocol.cc:1002
5440
5956
msgid "Write Timeout."
5443
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:908
5444
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:934
5445
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5446
#: ../plugin/mysql_protocol/mysql_protocol.cc:1010
5959
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:904
5960
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:930
5961
#: ../plugin/mysql_protocol/mysql_protocol.cc:981
5962
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5447
5963
msgid "Retry Count."
5450
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:910
5451
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
5452
#: ../plugin/mysql_protocol/mysql_protocol.cc:988
5453
#: ../plugin/mysql_protocol/mysql_protocol.cc:1013
5966
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:906
5967
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:933
5968
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5969
#: ../plugin/mysql_protocol/mysql_protocol.cc:1008
5454
5970
msgid "Buffer length."
5457
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
5458
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
5459
#: ../plugin/mysql_protocol/mysql_protocol.cc:991
5460
#: ../plugin/mysql_protocol/mysql_protocol.cc:1016
5973
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:909
5974
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:936
5975
#: ../plugin/mysql_protocol/mysql_protocol.cc:986
5976
#: ../plugin/mysql_protocol/mysql_protocol.cc:1011
5461
5977
msgid "Address to bind to."
6054
6570
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
6057
#: ../plugin/innobase/handler/ha_innodb.cc:1857
6573
#: ../plugin/innobase/handler/ha_innodb.cc:1858
6058
6574
msgid "Invalid value for io-capacity\n"
6061
#: ../plugin/innobase/handler/ha_innodb.cc:1876
6577
#: ../plugin/innobase/handler/ha_innodb.cc:1877
6062
6578
msgid "Invalid value for fast-shutdown\n"
6065
#: ../plugin/innobase/handler/ha_innodb.cc:1890
6581
#: ../plugin/innobase/handler/ha_innodb.cc:1891
6066
6582
msgid "Invalid value for flush-log-at-trx-commit\n"
6069
#: ../plugin/innobase/handler/ha_innodb.cc:1920
6585
#: ../plugin/innobase/handler/ha_innodb.cc:1921
6070
6586
msgid "Invalid value for max-dirty-pages-pct\n"
6073
#: ../plugin/innobase/handler/ha_innodb.cc:1929
6589
#: ../plugin/innobase/handler/ha_innodb.cc:1930
6074
6590
msgid "Invalid value for stats-sample-pages\n"
6077
#: ../plugin/innobase/handler/ha_innodb.cc:1940
6593
#: ../plugin/innobase/handler/ha_innodb.cc:1941
6078
6594
msgid "Invalid value for additional-mem-pool-size\n"
6081
#: ../plugin/innobase/handler/ha_innodb.cc:1950
6597
#: ../plugin/innobase/handler/ha_innodb.cc:1951
6082
6598
msgid "Invalid value for autoextend-increment\n"
6085
#: ../plugin/innobase/handler/ha_innodb.cc:1960
6601
#: ../plugin/innobase/handler/ha_innodb.cc:1961
6086
6602
msgid "Invalid value for buffer-pool-size\n"
6089
#: ../plugin/innobase/handler/ha_innodb.cc:1970
6605
#: ../plugin/innobase/handler/ha_innodb.cc:1971
6090
6606
msgid "Invalid value for commit-concurrency\n"
6093
#: ../plugin/innobase/handler/ha_innodb.cc:1979
6609
#: ../plugin/innobase/handler/ha_innodb.cc:1980
6094
6610
msgid "Invalid value for concurrency-tickets\n"
6097
#: ../plugin/innobase/handler/ha_innodb.cc:1988
6613
#: ../plugin/innobase/handler/ha_innodb.cc:1989
6098
6614
msgid "Invalid value for file-io-threads\n"
6101
#: ../plugin/innobase/handler/ha_innodb.cc:1997
6617
#: ../plugin/innobase/handler/ha_innodb.cc:1998
6102
6618
msgid "Invalid value for read-io-threads\n"
6105
#: ../plugin/innobase/handler/ha_innodb.cc:2006
6621
#: ../plugin/innobase/handler/ha_innodb.cc:2007
6106
6622
msgid "Invalid value for write-io-threads\n"
6109
#: ../plugin/innobase/handler/ha_innodb.cc:2015
6625
#: ../plugin/innobase/handler/ha_innodb.cc:2016
6110
6626
msgid "Invalid value for force-recovery\n"
6113
#: ../plugin/innobase/handler/ha_innodb.cc:2025
6114
#: ../plugin/innobase/handler/ha_innodb.cc:2035
6629
#: ../plugin/innobase/handler/ha_innodb.cc:2026
6630
#: ../plugin/innobase/handler/ha_innodb.cc:2036
6115
6631
msgid "Invalid value for log-file-size\n"
6118
#: ../plugin/innobase/handler/ha_innodb.cc:2044
6634
#: ../plugin/innobase/handler/ha_innodb.cc:2045
6119
6635
msgid "Invalid value for log-files-in-group\n"
6122
#: ../plugin/innobase/handler/ha_innodb.cc:2053
6638
#: ../plugin/innobase/handler/ha_innodb.cc:2054
6123
6639
msgid "Invalid value for mirrored-log-groups\n"
6126
#: ../plugin/innobase/handler/ha_innodb.cc:2062
6642
#: ../plugin/innobase/handler/ha_innodb.cc:2063
6127
6643
msgid "Invalid value for open-files\n"
6130
#: ../plugin/innobase/handler/ha_innodb.cc:2071
6646
#: ../plugin/innobase/handler/ha_innodb.cc:2072
6131
6647
msgid "Invalid value for thread-concurrency\n"
6134
#: ../plugin/innobase/handler/ha_innodb.cc:2094
6650
#: ../plugin/innobase/handler/ha_innodb.cc:2095
6135
6651
msgid "Invalid value for read-ahead-threshold\n"
6138
#: ../plugin/innobase/handler/ha_innodb.cc:2118
6654
#: ../plugin/innobase/handler/ha_innodb.cc:2119
6139
6655
msgid "Invalid value for lock-wait-timeout\n"
6142
#: ../plugin/logging_gearman/logging_gearman.cc:196
6658
#: ../plugin/logging_gearman/logging_gearman.cc:199
6144
6660
msgid "fail gearman_client_create(): %s"
6147
#: ../plugin/logging_gearman/logging_gearman.cc:207
6663
#: ../plugin/logging_gearman/logging_gearman.cc:210
6149
6665
msgid "fail gearman_client_add_server(): %s"
6152
#: ../plugin/logging_gearman/logging_gearman.cc:306
6153
#: ../plugin/logging_gearman/logging_gearman.cc:313
6668
#: ../plugin/logging_gearman/logging_gearman.cc:309
6669
#: ../plugin/logging_gearman/logging_gearman.cc:316
6154
6670
msgid "Enable logging to a gearman server"
6157
#: ../plugin/logging_gearman/logging_gearman.cc:322
6673
#: ../plugin/logging_gearman/logging_gearman.cc:325
6158
6674
msgid "Hostname for logging to a Gearman server"
6161
#: ../plugin/logging_gearman/logging_gearman.cc:331
6677
#: ../plugin/logging_gearman/logging_gearman.cc:334
6162
6678
msgid "Gearman Function to send logging to"
6165
#: ../plugin/logging_gearman/logging_gearman.cc:349
6681
#: ../plugin/logging_gearman/logging_gearman.cc:352
6166
6682
msgid "Log queries to a Gearman server"
6169
#: ../plugin/logging_query/logging_query.cc:189
6685
#: ../plugin/logging_query/logging_query.cc:192
6171
6687
msgid "fail open() fn=%s er=%s\n"
6174
#: ../plugin/logging_query/logging_query.cc:313
6690
#: ../plugin/logging_query/logging_query.cc:316
6175
6691
msgid "Invalid value for threshold-slow"
6178
#: ../plugin/logging_query/logging_query.cc:322
6694
#: ../plugin/logging_query/logging_query.cc:325
6179
6695
msgid "Invalid value for threshold-big-resultset"
6182
#: ../plugin/logging_query/logging_query.cc:331
6698
#: ../plugin/logging_query/logging_query.cc:334
6183
6699
msgid "Invalid value for threshold-big-examined"
6186
#: ../plugin/logging_query/logging_query.cc:345
6187
#: ../plugin/logging_query/logging_query.cc:361
6702
#: ../plugin/logging_query/logging_query.cc:348
6703
#: ../plugin/logging_query/logging_query.cc:364
6188
6704
msgid "Enable logging to CSV file"
6191
#: ../plugin/logging_query/logging_query.cc:348
6192
#: ../plugin/logging_query/logging_query.cc:388 ../plugin/syslog/module.cc:167
6707
#: ../plugin/logging_query/logging_query.cc:351
6708
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
6193
6709
#: ../plugin/syslog/module.cc:233
6194
6710
msgid "Threshold for logging slow queries, in microseconds"
6197
#: ../plugin/logging_query/logging_query.cc:351
6198
#: ../plugin/logging_query/logging_query.cc:400 ../plugin/syslog/module.cc:179
6713
#: ../plugin/logging_query/logging_query.cc:354
6714
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
6199
6715
#: ../plugin/syslog/module.cc:236
6200
6716
msgid "Threshold for logging big queries, for rows returned"
6203
#: ../plugin/logging_query/logging_query.cc:354
6204
#: ../plugin/logging_query/logging_query.cc:412 ../plugin/syslog/module.cc:191
6719
#: ../plugin/logging_query/logging_query.cc:357
6720
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
6205
6721
#: ../plugin/syslog/module.cc:239
6206
6722
msgid "Threshold for logging big queries, for rows examined"
6209
#: ../plugin/logging_query/logging_query.cc:370
6725
#: ../plugin/logging_query/logging_query.cc:373
6210
6726
msgid "File to log to"
6213
#: ../plugin/logging_query/logging_query.cc:379
6729
#: ../plugin/logging_query/logging_query.cc:382
6214
6730
msgid "PCRE to match the query against"
6217
#: ../plugin/logging_query/logging_query.cc:436
6733
#: ../plugin/logging_query/logging_query.cc:439
6218
6734
msgid "Log queries to a CSV file"
6221
#: ../plugin/logging_stats/logging_stats.cc:303
6737
#: ../plugin/logging_stats/logging_stats.cc:312
6222
6738
msgid "Invalid value for max-user-count\n"
6225
#: ../plugin/logging_stats/logging_stats.cc:311
6741
#: ../plugin/logging_stats/logging_stats.cc:320
6226
6742
msgid "Invalid value for bucket-count\n"
6229
#: ../plugin/logging_stats/logging_stats.cc:320
6745
#: ../plugin/logging_stats/logging_stats.cc:329
6230
6746
msgid "Invalid value for scoreboard-size\n"
6233
#: ../plugin/logging_stats/logging_stats.cc:354
6234
#: ../plugin/logging_stats/logging_stats.cc:396
6749
#: ../plugin/logging_stats/logging_stats.cc:364
6750
#: ../plugin/logging_stats/logging_stats.cc:406
6235
6751
msgid "Max number of users that will be logged"
6238
#: ../plugin/logging_stats/logging_stats.cc:365
6239
#: ../plugin/logging_stats/logging_stats.cc:399
6754
#: ../plugin/logging_stats/logging_stats.cc:375
6755
#: ../plugin/logging_stats/logging_stats.cc:409
6240
6756
msgid "Max number of range locks to use for Scoreboard"
6243
#: ../plugin/logging_stats/logging_stats.cc:376
6244
#: ../plugin/logging_stats/logging_stats.cc:402
6759
#: ../plugin/logging_stats/logging_stats.cc:386
6760
#: ../plugin/logging_stats/logging_stats.cc:412
6245
6761
msgid "Max number of concurrent sessions that will be logged"
6248
#: ../plugin/logging_stats/logging_stats.cc:387
6249
#: ../plugin/logging_stats/logging_stats.cc:405
6764
#: ../plugin/logging_stats/logging_stats.cc:397
6765
#: ../plugin/logging_stats/logging_stats.cc:415
6250
6766
msgid "Enable Logging Statistics Collection"
6253
#: ../plugin/logging_stats/logging_stats.cc:422
6769
#: ../plugin/logging_stats/logging_stats.cc:432
6254
6770
msgid "User Statistics as DATA_DICTIONARY tables"
6751
7285
msgid "Syslog Priority of error messages"
6754
#: ../plugin/transaction_log/background_worker.cc:74
7288
#: ../plugin/transaction_log/background_worker.cc:77
6756
7290
msgid "Unable to create background worker thread. Got error %s.\n"
6759
#: ../plugin/transaction_log/hexdump_transaction_message.cc:104
6760
#: ../plugin/transaction_log/print_transaction_message.cc:102
6761
#: ../plugin/transaction_log/transaction_log_reader.cc:95
7293
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
7294
#: ../plugin/transaction_log/print_transaction_message.cc:105
7295
#: ../plugin/transaction_log/transaction_log_reader.cc:97
6763
7297
msgid "Failed to open transaction log file %s. Got error: %s\n"
6766
#: ../plugin/transaction_log/hexdump_transaction_message.cc:146
6767
#: ../plugin/transaction_log/print_transaction_message.cc:144
6768
#: ../plugin/transaction_log/transaction_log_reader.cc:150
7300
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
7301
#: ../plugin/transaction_log/print_transaction_message.cc:149
7302
#: ../plugin/transaction_log/transaction_log_reader.cc:154
6770
7304
msgid "Raw buffer read: %s.\n"
6773
#: ../plugin/transaction_log/hexdump_transaction_message.cc:164
6774
#: ../plugin/transaction_log/print_transaction_message.cc:150
6775
#: ../plugin/transaction_log/transaction_log_reader.cc:157
7307
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
7308
#: ../plugin/transaction_log/print_transaction_message.cc:155
7309
#: ../plugin/transaction_log/transaction_log_reader.cc:161
6777
7311
msgid "Unable to parse transaction. Got error: %s.\n"
6780
#: ../plugin/transaction_log/hexdump_transaction_message.cc:166
6781
#: ../plugin/transaction_log/print_transaction_message.cc:152
6782
#: ../plugin/transaction_log/transaction_log_reader.cc:159
7314
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
7315
#: ../plugin/transaction_log/print_transaction_message.cc:157
7316
#: ../plugin/transaction_log/transaction_log_reader.cc:163
6784
7318
msgid "BUFFER: %s\n"
6787
#: ../plugin/transaction_log/module.cc:135
7321
#: ../plugin/transaction_log/module.cc:137
6788
7322
msgid "Invalid value for sync-method\n"
6791
#: ../plugin/transaction_log/module.cc:144
7325
#: ../plugin/transaction_log/module.cc:146
6792
7326
msgid "Invalid value for num-write-buffers\n"
6795
#: ../plugin/transaction_log/module.cc:178
7329
#: ../plugin/transaction_log/module.cc:182
6797
7331
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
6800
#: ../plugin/transaction_log/module.cc:187
7334
#: ../plugin/transaction_log/module.cc:191
6802
7336
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
6805
#: ../plugin/transaction_log/module.cc:197
7339
#: ../plugin/transaction_log/module.cc:203
6807
7341
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
6810
#: ../plugin/transaction_log/module.cc:206
7344
#: ../plugin/transaction_log/module.cc:212
6812
7346
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
6815
#: ../plugin/transaction_log/module.cc:219
7349
#: ../plugin/transaction_log/module.cc:227
6817
7351
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
6820
#: ../plugin/transaction_log/module.cc:279
6821
#: ../plugin/transaction_log/module.cc:350
7354
#: ../plugin/transaction_log/module.cc:287
7355
#: ../plugin/transaction_log/module.cc:358
6822
7356
msgid "Enable transaction log"
6825
#: ../plugin/transaction_log/module.cc:287
6826
#: ../plugin/transaction_log/module.cc:344
7359
#: ../plugin/transaction_log/module.cc:295
7360
#: ../plugin/transaction_log/module.cc:352
6827
7361
msgid "DEBUGGING - Truncate transaction log"
6830
#: ../plugin/transaction_log/module.cc:295
6831
#: ../plugin/transaction_log/module.cc:353
7364
#: ../plugin/transaction_log/module.cc:303
7365
#: ../plugin/transaction_log/module.cc:361
6832
7366
msgid "Path to the file to use for transaction log"
6835
#: ../plugin/transaction_log/module.cc:311
6836
#: ../plugin/transaction_log/module.cc:347
7369
#: ../plugin/transaction_log/module.cc:319
7370
#: ../plugin/transaction_log/module.cc:355
6837
7371
msgid "Enable CRC32 Checksumming of each written transaction log entry"
6840
#: ../plugin/transaction_log/module.cc:319
6841
#: ../plugin/transaction_log/module.cc:359
7374
#: ../plugin/transaction_log/module.cc:327
7375
#: ../plugin/transaction_log/module.cc:367
6843
7377
"0 == rely on operating system to sync log file (default), 1 == sync file at "
6844
7378
"each transaction write, 2 == sync log file once per second"
6847
#: ../plugin/transaction_log/module.cc:332
6848
#: ../plugin/transaction_log/module.cc:362
7381
#: ../plugin/transaction_log/module.cc:340
7382
#: ../plugin/transaction_log/module.cc:370
6849
7383
msgid "Number of slots for in-memory write buffers (default=8)."
6852
#: ../plugin/transaction_log/transaction_log.cc:112
7386
#: ../plugin/transaction_log/transaction_log.cc:114
6853
7387
msgid "Failed to open transaction log file "
6856
#: ../plugin/transaction_log/transaction_log.cc:211
7390
#: ../plugin/transaction_log/transaction_log.cc:215
6859
7393
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
6860
7394
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
6863
#: ../plugin/transaction_log/transaction_log.cc:230
7397
#: ../plugin/transaction_log/transaction_log.cc:236
6865
7399
msgid "Failed to sync log file. Got error: %s\n"