summaryrefslogtreecommitdiff
path: root/examples/pdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-04-27 15:26:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:21 -0500
commit0bb304d97f745e8bf96a080a200365419da9f460 (patch)
treef6e0371f6a65d83b852ecc0eb0df1dba9f6769f8 /examples/pdb
parent87a9681a00896395d2168e113163574b4b9692ed (diff)
downloadsamba-0bb304d97f745e8bf96a080a200365419da9f460.tar.gz
r379: Fix syntax error in example mysql table
(This used to be commit 2a7aaedab66e1b69648cff2293f6661541c3a2a4)
Diffstat (limited to 'examples/pdb')
-rw-r--r--examples/pdb/mysql/mysql.dump2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdb/mysql/mysql.dump b/examples/pdb/mysql/mysql.dump
index 5da75f5745c..89013521543 100644
--- a/examples/pdb/mysql/mysql.dump
+++ b/examples/pdb/mysql/mysql.dump
@@ -33,5 +33,5 @@ CREATE TABLE user (
unknown_5 int(9),
unknown_6 int(9),
bad_password_count int(9),
- logon_count(9)
+ logon_count int(9)
);