Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
94723b49
Commit
94723b49
authored
Jun 16, 2009
by
Martin Hansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
4c4c7ccc
3e56e6b7
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
28 additions
and
28 deletions
+28
-28
scripts/mysql_find_rows.sh
scripts/mysql_find_rows.sh
+1
-1
scripts/mysql_fix_extensions.sh
scripts/mysql_fix_extensions.sh
+1
-1
scripts/mysql_setpermission.sh
scripts/mysql_setpermission.sh
+1
-1
scripts/mysql_zap.sh
scripts/mysql_zap.sh
+1
-1
scripts/mysqlaccess.sh
scripts/mysqlaccess.sh
+1
-1
sql-bench/as3ap.sh
sql-bench/as3ap.sh
+1
-1
sql-bench/bench-count-distinct.sh
sql-bench/bench-count-distinct.sh
+1
-1
sql-bench/bench-init.pl.sh
sql-bench/bench-init.pl.sh
+1
-1
sql-bench/compare-results.sh
sql-bench/compare-results.sh
+1
-1
sql-bench/copy-db.sh
sql-bench/copy-db.sh
+1
-1
sql-bench/crash-me.sh
sql-bench/crash-me.sh
+1
-1
sql-bench/innotest1.sh
sql-bench/innotest1.sh
+1
-1
sql-bench/innotest1a.sh
sql-bench/innotest1a.sh
+1
-1
sql-bench/innotest1b.sh
sql-bench/innotest1b.sh
+1
-1
sql-bench/innotest2.sh
sql-bench/innotest2.sh
+1
-1
sql-bench/innotest2a.sh
sql-bench/innotest2a.sh
+1
-1
sql-bench/innotest2b.sh
sql-bench/innotest2b.sh
+1
-1
sql-bench/run-all-tests.sh
sql-bench/run-all-tests.sh
+1
-1
sql-bench/server-cfg.sh
sql-bench/server-cfg.sh
+1
-1
sql-bench/test-ATIS.sh
sql-bench/test-ATIS.sh
+1
-1
sql-bench/test-alter-table.sh
sql-bench/test-alter-table.sh
+1
-1
sql-bench/test-big-tables.sh
sql-bench/test-big-tables.sh
+1
-1
sql-bench/test-connect.sh
sql-bench/test-connect.sh
+1
-1
sql-bench/test-create.sh
sql-bench/test-create.sh
+1
-1
sql-bench/test-insert.sh
sql-bench/test-insert.sh
+1
-1
sql-bench/test-select.sh
sql-bench/test-select.sh
+1
-1
sql-bench/test-transactions.sh
sql-bench/test-transactions.sh
+1
-1
sql-bench/test-wisconsin.sh
sql-bench/test-wisconsin.sh
+1
-1
No files found.
scripts/mysql_find_rows.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000, 2004 MySQL AB
#
# This program is free software; you can redistribute it and/or modify
...
...
scripts/mysql_fix_extensions.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# This is a utility for MySQL. It is not needed by any standard part
# of MySQL.
...
...
scripts/mysql_setpermission.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
## Emacs, this is -*- perl -*- mode? :-)
##
## Permission setter for MySQL
...
...
scripts/mysql_zap.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2002, 2004 MySQL AB
#
# This program is free software; you can redistribute it and/or modify
...
...
scripts/mysqlaccess.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# ****************************
package MySQLaccess
;
#use strict;
...
...
sql-bench/as3ap.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/bench-count-distinct.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/bench-init.pl.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2003, 2005 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/compare-results.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/copy-db.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/crash-me.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# -*- perl -*-
# Copyright (C) 2000-2006 MySQL AB
#
...
...
sql-bench/innotest1.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB
...
...
sql-bench/innotest1a.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB
...
...
sql-bench/innotest1b.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB
...
...
sql-bench/innotest2.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
############################################################################
# Stress test for MySQL/InnoDB combined database
# (c) 2002 Innobase Oy & MySQL AB
...
...
sql-bench/innotest2a.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
############################################################################
# Stress test for MySQL/Innobase combined database
# (c) 2000 Innobase Oy & MySQL AB
...
...
sql-bench/innotest2b.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
############################################################################
# Stress test for MySQL/Innobase combined database
# (c) 2000 Innobase Oy & MySQL AB
...
...
sql-bench/run-all-tests.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/server-cfg.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# -*- perl -*-
# Copyright (C) 2000-2006 MySQL AB
#
...
...
sql-bench/test-ATIS.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-alter-table.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-big-tables.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-connect.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-create.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-insert.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-select.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-transactions.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
sql-bench/test-wisconsin.sh
View file @
94723b49
#!
@PERL@
#!
/usr/bin/perl
# Copyright (C) 2000-2001, 2003 MySQL AB
#
# This library is free software; you can redistribute it and/or
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment