~mysql/mysql-utilities/1.3.2

« back to all changes in this revision

Viewing changes to mysql-test/r/import_errors.result

  • Committer: Paulo Jesus
  • Date: 2013-04-19 18:31:54 UTC
  • mfrom: (289.1.47 mysql-utilities-1.2.2)
  • Revision ID: paulo.jesus@oracle.com-20130419183154-g8rkvs2oezbdvrud
Release-1.3.1 Merge

This patch merges version 1.2.2 to 1.3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
OBJECT COUNTS: tables = 0, views = 0, triggers = 0, procedures = 0, functions = 0, events = 0 
4
4
Running export...
5
5
Running import...
6
 
# Source on localhost: ... connected.
 
6
# Source on XXXX-XXXX: ... connected.
7
7
# Importing definitions and data from test_run.txt.
8
8
ERROR: Cannot read an import file generated with --display=NAMES
9
9
AFTER:
13
13
OBJECT COUNTS: tables = 0, views = 0, triggers = 0, procedures = 0, functions = 0, events = 0 
14
14
Running export...
15
15
Running import...
16
 
# Source on localhost: ... connected.
 
16
# Source on XXXX-XXXX: ... connected.
17
17
# Importing definitions and data from test_run.txt.
18
18
ERROR: Cannot read an import file generated with --display=NAMES
19
19
AFTER:
23
23
OBJECT COUNTS: tables = 0, views = 0, triggers = 0, procedures = 0, functions = 0, events = 0 
24
24
Running export...
25
25
Running import...
26
 
# Source on localhost: ... connected.
 
26
# Source on XXXX-XXXX: ... connected.
27
27
# Importing definitions and data from test_run.txt.
28
28
ERROR: Cannot read an import file generated with --display=NAMES
29
29
AFTER:
33
33
OBJECT COUNTS: tables = 0, views = 0, triggers = 0, procedures = 0, functions = 0, events = 0 
34
34
Running export...
35
35
Running import...
36
 
# Source on localhost: ... connected.
 
36
# Source on XXXX-XXXX: ... connected.
37
37
# Importing definitions and data from test_run.txt.
38
38
ERROR: Cannot read an import file generated with --display=NAMES
39
39
AFTER:
52
52
 
53
53
mysqldbimport.py: error: Server connection values invalid
54
54
Test case 9 - error: cannot connect to server
55
 
# Source on localhost: ... ERROR: Cannot connect to the Source server.
 
55
# Source on XXXX-XXXX: ... ERROR: Cannot connect to the Source server.
56
56
Error 1045: Access denied for user 'nope'@'localhost' (using password: YES)
57
57
Test case 10 - error: not enough privileges
58
 
# Source on localhost: ... connected.
 
58
# Source on XXXX-XXXX: ... connected.
59
59
# Importing definitions from test_run.txt.
60
60
ERROR: User joe on the Source server does not have permissions to create all objects in util_test. User needs CREATE privilege on util_test.
61
61
Test case 11 - error: not enough privileges
62
 
# Source on localhost: ... connected.
 
62
# Source on XXXX-XXXX: ... connected.
63
63
# Importing definitions from test_run.txt.
64
64
ERROR: User joe on the Source server does not have permissions to create all objects in util_test. User needs CREATE privilege on util_test.
65
65
Test case 12 - error: bad SQL statements
66
 
# Source on localhost: ... connected.
 
66
# Source on XXXX-XXXX: ... connected.
67
67
# Importing definitions from std_data/bad_sql.sql.
68
68
ERROR: Invalid statement:
69
69
CREATE TABLES util_test.t1 (a char(30)) ENGINE=MEMORY;
72
72
ERROR: You cannot combine --drop-first and --skip=create_db.
73
73
Test case 14 - warning: --skip-blobs
74
74
# WARNING: --skip-blobs option ignored for metadata import.
75
 
# Source on localhost: ... connected.
 
75
# Source on XXXX-XXXX: ... connected.
76
76
# Importing definitions from test_run.txt.
77
77
#...done.
78
78
Test case 15 - error: --skip=data & --import=data
79
79
ERROR: You cannot use --import=data and --skip-data when importing table data.
80
80
Test case 16 - error: bad object definition
81
 
# Source on localhost: ... connected.
 
81
# Source on XXXX-XXXX: ... connected.
82
82
# Importing definitions and data from std_data/bad_object.csv.
83
83
ERROR: Object data invalid: GRANT : ['NAME', 'ORIGIN', 'COLOUR']
84
84
Test Case 17 : Testing import with CSV format and NAMES display (using backticks)
86
86
OBJECT COUNTS: tables = 0, views = 0, triggers = 0, procedures = 0, functions = 0, events = 0 
87
87
Running export...
88
88
Running import...
89
 
# Source on localhost: ... connected.
 
89
# Source on XXXX-XXXX: ... connected.
90
90
# Importing definitions and data from test_run.txt.
91
91
ERROR: Cannot read an import file generated with --display=NAMES
92
92
AFTER:
96
96
OBJECT COUNTS: tables = 0, views = 0, triggers = 0, procedures = 0, functions = 0, events = 0 
97
97
Running export...
98
98
Running import...
99
 
# Source on localhost: ... connected.
 
99
# Source on XXXX-XXXX: ... connected.
100
100
# Importing definitions and data from test_run.txt.
101
101
ERROR: Cannot read an import file generated with --display=NAMES
102
102
AFTER: