Below is the list of changes that have just been committed into a local
mysqldoc repository of Stefan. When Stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2852 05/04/13 12:09:26 Stefan@artemis. +1 -0
manual.texi:
It's table_schema, not schema_name
Docs/manual.texi
1.2691 05/04/13 12:08:49 Stefan@artemis. +1 -1
It's table_schema, not schema_name
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: Stefan
# Host: artemis.
# Root: I:/bk/b/mysqldoc
--- 1.2690/Docs/manual.texi 2005-04-13 07:45:52 +02:00
+++ 1.2691/Docs/manual.texi 2005-04-13 12:08:50 +02:00
@@ -81628,7 +81628,7 @@
SELECT COLUMN_NAME, DATA_TYPE, IS_NULLABLE, COLUMN_DEFAULT
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = 'tbl_name'
- [AND schema_name = 'db_name']
+ [AND table_schema = 'db_name']
[AND column_name LIKE 'wild']
SHOW COLUMNS
| Thread |
|---|
| • bk commit - mysqldoc tree (Stefan:1.2852) | stefan | 13 Apr |